Commit e4a9638a0b22 for kernel
commit e4a9638a0b2295fc6b69500b25d01510aa8d66ac
Merge: ddd664bbff63 f580d27e8928
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri Jun 5 08:23:02 2026 -0700
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