[GIT PULL] ksmbd server fixes

From: Steve French
Date: Wed Sep 04 2024 - 10:56:04 EST


Please pull the following changes since commit
780bdc1ba77646c3461f1988b12c42c60f836d77:

Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd
(2024-08-25 12:15:04 +1200)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/v6.11-rc6-server-fixes

for you to fetch changes up to 844436e045ac2ab7895d8b281cb784a24de1d14d:

ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (2024-08-29 20:28:37 -0500)

----------------------------------------------------------------
Three smb3 server fixes
- Fix crash in session setup
- FIx locking bug
- Improve access bounds checking
----------------------------------------------------------------
Dan Carpenter (1):
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()

Namjae Jeon (1):
ksmbd: unset the binding mark of a reused connection

Thorsten Blum (1):
smb: Annotate struct xattr_smb_acl with __counted_by()

fs/smb/server/smb2pdu.c | 4 ++++
fs/smb/server/transport_tcp.c | 4 +++-
fs/smb/server/xattr.h | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)

--
Thanks,

Steve