]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2023 18:30:10 +0000 (10:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2023 18:30:10 +0000 (10:30 -0800)
commit8b8cd4beea4f6c68092736c544a797dcd5e094c5
tree648c926bb525d670975e5a30e8e701a68cd56d40
parent26aff849438cebcd05f1a647390c4aa700d5c0f1
parent13736654481198e519059d4a2e2e3b20fa9fdb3e
Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Memory leak fix (in lock error path)

 - Two fixes for create with allocation size

 - FIx for potential UAF in lease break error path

 - Five directory lease (caching) fixes found during additional recent
   testing

* tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
  ksmbd: fix wrong allocation size update in smb2_open()
  ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
  ksmbd: lazy v2 lease break on smb2_write()
  ksmbd: send v2 lease break notification for directory
  ksmbd: downgrade RWH lease caching state to RH for directory
  ksmbd: set v2 lease capability
  ksmbd: set epoch in create context v2 lease
  ksmbd: fix memory leak in smb2_lock()