[GIT PULL] ksmbd server fixes
From: Steve French
Date: Fri Apr 07 2023 - 00:16:57 EST
Please pull the following changes since commit
90c8ce31dbe93f277fc1157e34740e841094c254:
Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of
git://git.samba.org/ksmbd (2023-03-24 17:59:00 -0700)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/6.3-rc5-ksmbd-server-fixes
for you to fetch changes up to dc8289f912387c3bcfbc5d2db29c8947fa207c11:
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr (2023-04-02 23:08:56 -0500)
----------------------------------------------------------------
four ksmbd server fixes, including three for stable
- slab out of bounds fix
- lock cancellation fix
- minor cleanup to address clang warning
- fix for xfstest 551 (wrong parms passed to kvmalloc)
----------------------------------------------------------------
Marios Makassikis (1):
ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
Namjae Jeon (2):
ksmbd: delete asynchronous work from list
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
Tom Rix (1):
ksmbd: remove unused is_char_allowed function
fs/ksmbd/connection.c | 17 ++++-------
fs/ksmbd/ksmbd_work.h | 2 +-
fs/ksmbd/server.c | 5 +---
fs/ksmbd/smb2pdu.c | 36 ++++++++++++++----------
fs/ksmbd/smb2pdu.h | 1 +
fs/ksmbd/smb_common.c | 138
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
fs/ksmbd/smb_common.h | 2 +-
fs/ksmbd/unicode.c | 18 ------------
8 files changed, 140 insertions(+), 79 deletions(-)
--
Thanks,
Steve