[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Sep 26 2025 - 12:18:16 EST
Please pull the following changes since commit
07e27ad16399afcd693be20211b0dfae63e0615f:
Linux 6.17-rc7 (2025-09-21 15:08:52 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.17rc7-smb3-client-fixes
for you to fetch changes up to fbe2dc6a9c7318f7263f5e4d50f6272b931c5756:
smb: client: fix wrong index reference in smb2_compound_op()
(2025-09-26 09:45:16 -0500)
----------------------------------------------------------------
Two smb3 client fixes
- Fix unlink bug
- Fix potential out of bounds access in processing compound requests
----------------------------------------------------------------
Paulo Alcantara (1):
smb: client: handle unlink(2) of files open by different clients
Sang-Heon Jeon (1):
smb: client: fix wrong index reference in smb2_compound_op()
fs/smb/client/smb2inode.c | 101
+++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 89 insertions(+), 12 deletions(-)
--
Thanks,
Steve