[GIT PULL] smb3 client fixes

From: Steve French

Date: Fri Sep 19 2025 - 16:22:47 EST


Please pull the following changes since commit
f83ec76bf285bea5727f478a68b894f5543ca76e:

Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.17-rc6-smb3-client-fixes

for you to fetch changes up to daac51c7032036a0ca5f1aa419ad1b0471d1c6e0:

smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error
path (2025-09-18 16:46:04 -0500)

----------------------------------------------------------------
Six smb3.1.1 client fixes, all for stable
- Two unlink fixes: one for rename and one for deferred close
- Four smbdirect/RDMA fixes: fix buffer leak in negotiate, two fixes for
races in smbd_destroy, fix offset and length checks in recv_done

----------------------------------------------------------------
Paulo Alcantara (2):
smb: client: fix filename matching of deferred files
smb: client: fix file open check in __cifs_unlink()

Stefan Metzmacher (4):
smb: client: let recv_done verify data_offset, data_length and
remaining_data_length
smb: client: use disable[_delayed]_work_sync in smbdirect.c
smb: client: let smbd_destroy() call
disable_work_sync(&info->post_send_credits_work)
smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path

fs/smb/client/cifsproto.h | 4 ++--
fs/smb/client/inode.c | 23 ++++++++++++++++++-----
fs/smb/client/misc.c | 38 ++++++++++++++++----------------------
fs/smb/client/smbdirect.c | 33 ++++++++++++++++++++++++++++-----
4 files changed, 64 insertions(+), 34 deletions(-)


--
Thanks,

Steve