[GIT PULL] ksmbd server fixes

From: Steve French
Date: Mon Apr 22 2024 - 19:20:53 EST


Please pull the following changes since commit
0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/6.9-rc5-ksmbd-fixes

for you to fetch changes up to e9d8c2f95ab8acaf3f4d4a53682a4afa3c263692:

ksmbd: add continuous availability share parameter (2024-04-19 20:48:47 -0500)

----------------------------------------------------------------
Five ksmbd server fixes, most also for stable
- rename fix
- fix for two potential out of bounds
- fix for connections from MacOS (padding in close response)
- fix for when to enable persistent handles
----------------------------------------------------------------
Marios Makassikis (1):
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename

Namjae Jeon (4):
ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
ksmbd: common: use struct_group_attr instead of struct_group for
network_open_info
ksmbd: add continuous availability share parameter

fs/smb/common/smb2pdu.h | 2 +-
fs/smb/server/ksmbd_netlink.h | 35 ++++++++++++++++++-----------------
fs/smb/server/server.c | 13 +++++--------
fs/smb/server/smb2pdu.c | 15 +++++++++++++--
fs/smb/server/vfs.c | 5 +++++
5 files changed, 42 insertions(+), 28 deletions(-)

--
Thanks,

Steve