]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 master
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jul 2026 20:49:54 +0000 (13:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jul 2026 20:49:54 +0000 (13:49 -0700)
commit48a5a7ab8d6ab7090564339e039c421f315de912
tree37ef7ff404bd46f287f9b9cbe72c51e168e7bd43
parentd326f83e819c53aa05c40d64f5805d6237b6aa1b
parentc2f2e83e3bbc5483730fd4ee903182761f1ae50f
Merge tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:
 - Fix leak in cifs_close_deferred_file()
 - Fix resolving MacOS symlinks
 - Fix stale file size in readdir
 - Update git branches in MAINTAINERS file
 - Fix bounds check in cifs_filldir
 - Fix checks in parse_dfs_referrals()
 - Fix DFS referral checks for malformed packet

* tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
  cifs: prevent readdir from changing file size due to stale directory metadata
  smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
  Add missing git branch info for cifs and ksmbd to MAINTAINERS file
  smb: client: bound dirent name against end of SMB response in cifs_filldir
  smb: client: validate DFS referral PathConsumed
MAINTAINERS