[GIT PULL] ksmbd server fixes
From: Steve French
Date: Fri Mar 20 2026 - 00:59:47 EST
Please pull the following changes since commit
f338e77383789c0cae23ca3d48adcc5e9e137e3c:
Linux 7.0-rc4 (2026-03-15 13:52:05 -0700)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/v7.0-rc4-ksmbd-server-fixes
for you to fetch changes up to b425e4d0eb321a1116ddbf39636333181675d8f4:
ksmbd: fix use-after-free in durable v2 replay of active file
handles (2026-03-17 21:45:29 -0500)
----------------------------------------------------------------
Five server fixes
- Three use after free fixes (in close, in compounded ops, and in tree
disconnect)
- Multichannel fix
- return proper volume identifier (superblock uuid if available) in
FS_OBJECT_ID queries
----------------------------------------------------------------
Hyunwoo Kim (2):
ksmbd: fix use-after-free of share_conf in compound request
ksmbd: fix use-after-free in durable v2 replay of active file handles
Namjae Jeon (2):
ksmbd: unset conn->binding on failed binding request
ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATION
Nicholas Carlini (1):
ksmbd: fix share_conf UAF in tree_conn disconnect
fs/smb/server/mgmt/tree_connect.c | 9 ++++++---
fs/smb/server/smb2pdu.c | 17 ++++++++++++-----
2 files changed, 18 insertions(+), 8 deletions(-)
--
Thanks,
Steve