]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v6.16-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Jul 2025 05:32:30 +0000 (22:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Jul 2025 05:32:30 +0000 (22:32 -0700)
commit4871b7cb27f480f6ecce804f81d4b9ee27281dd2
tree92c5cdc68a4095d90a4bdc7c3c43404844ca8908
parent27c2570359d688884887cd45fa92e678523012a6
parent8767cb3fbd514c4cf85b4f516ca30388e846f540
Merge tag 'v6.16-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - 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

* tag 'v6.16-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  Fix SMB311 posix special file creation to servers which do not advertise reparse support
  smb: invalidate and close cached directory when creating child entries
  smb: client: fix use-after-free in crypt_message when using async crypto
  smb: client: fix use-after-free in cifs_oplock_break