[GIT PULL] smb3 client fixes
From: Steve French
Date: Sat Jul 19 2025 - 00:03:15 EST
Please pull the following changes since commit
347e9f5043c89695b01e66b3ed111755afcf1911:
Linux 6.16-rc6 (2025-07-13 14:25:58 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc6-smb3-client-fixes
for you to fetch changes up to 8767cb3fbd514c4cf85b4f516ca30388e846f540:
Fix SMB311 posix special file creation to servers which do not
advertise reparse support (2025-07-18 12:12:02 -0500)
----------------------------------------------------------------
Four smb3 client fixes
- fix creating special files to Samba when using SMB3.1.1 POSIX Extensions
- fix incorrect caching on new file creation with directory leases enabled
- Two use after free fixes: one in oplock_break and one in async decryption
----------------------------------------------------------------
Bharath SM (1):
smb: invalidate and close cached directory when creating child entries
Steve French (1):
Fix SMB311 posix special file creation to servers which do not
advertise reparse support
Wang Zhaolong (2):
smb: client: fix use-after-free in cifs_oplock_break
smb: client: fix use-after-free in crypt_message when using async crypto
fs/smb/client/dir.c | 6 ++++--
fs/smb/client/file.c | 10 +++++++++-
fs/smb/client/smb2inode.c | 3 ++-
fs/smb/client/smb2ops.c | 10 ++++++++--
4 files changed, 23 insertions(+), 6 deletions(-)
--
Thanks,
Steve