[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Aug 29 2025 - 10:01:48 EST
Please pull the following changes since commit
1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.17-rc3-smb3-client-fixes
for you to fetch changes up to ab529e6ca1f67bcf31f3ea80c72bffde2e9e053e:
fs/smb: Fix inconsistent refcnt update (2025-08-27 14:59:06 -0500)
----------------------------------------------------------------
Two smb3 client fixes, both also for stable
- Fix possible refcount leak in compound operations
- Fix remap_file_range() return code mapping, found by generic/157
----------------------------------------------------------------
Shuhao Fu (1):
fs/smb: Fix inconsistent refcnt update
Steve French (1):
smb3 client: fix return code mapping of remap_file_range
fs/smb/client/cifsfs.c | 14 ++++++++++++++
fs/smb/client/smb2inode.c | 7 +++++--
2 files changed, 19 insertions(+), 2 deletions(-)
--
Thanks,
Steve