]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'v7.1-rc7-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 15:23:02 +0000 (08:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2026 15:23:02 +0000 (08:23 -0700)
commite4a9638a0b2295fc6b69500b25d01510aa8d66ac
tree9dfc19e3ff92b47dc0570a4174392d1e2d35d912
parentddd664bbff63e09e7a7f9acae9c43605d4cf185f
parentf580d27e8928828693df44ba2db0fffdbe11dfea
Merge tag 'v7.1-rc7-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Fix use after free in SMB2_CANCEL

 - Fix race in ksmbd_reopen_durable_fd

 - Fix oplock and lease break potential NULL-dref

* tag 'v7.1-rc7-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL
  ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fd
  ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers