]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Jul 2025 23:25:24 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Jul 2025 23:25:24 +0000 (16:25 -0700)
commite5cf61fa6e2fb9ae6339eaa892612488c966baaf
treec5d388737bff0ac4ae65d57667834ab1abc485d9
parentcb6bbff7e6fb263dd739514b3f5dfdcd8eaa9836
parent4f8ff9486fd94b9d6a4932f2aefb9f2fc3bd0cf6
Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server updates from Steve French:

 - Fix mtime/ctime reporting issue

 - Auth fixes, including two session setup race bugs reported by ZDI

 - Locking improvement in query directory

 - Fix for potential deadlock in creating hardlinks

 - Improvements to path name processing

* tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix corrupted mtime and ctime in smb2_open
  ksmbd: fix Preauh_HashValue race condition
  ksmbd: check return value of xa_store() in krb5_authenticate
  ksmbd: fix null pointer dereference error in generate_encryptionkey
  smb/server: add ksmbd_vfs_kern_path()
  smb/server: avoid deadlock when linking with ReplaceIfExists
  smb/server: simplify ksmbd_vfs_kern_path_locked()
  smb/server: use lookup_one_unlocked()
fs/smb/server/vfs.c