Please pull the following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.samba.org/ksmbd.git tags/5.17-rc3-ksmbd-server-fixes for you to fetch changes up to f9929ef6a2a55f03aac61248c6a3a987b8546f2a: ksmbd: add support for key exchange (2022-02-04 00:12:22 -0600) ---------------------------------------------------------------- 6 ksmbd server fixes including: - NTLMSSP authentication improvement - RDMA (smbdirect) fix allowing broader set of NICs to be supported - improved buffer validation - 3 additional small fixes, including a posix extensions fix for stable Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/8/builds/100 ---------------------------------------------------------------- Hyunchul Lee (1): ksmbd: smbd: validate buffer descriptor structures Namjae Jeon (5): ksmbd: fix SMB 3.11 posix extension mount failure ksmbd: fix same UniqueId for dot and dotdot entries ksmbd: don't align last entry offset in smb2 query directory ksmbd: reduce smb direct max read/write size ksmbd: add support for key exchange fs/Kconfig | 4 ++-- fs/ksmbd/auth.c | 27 +++++++++++++++++++++++++++ fs/ksmbd/smb2pdu.c | 45 +++++++++++++++++++++++++++++++++++---------- fs/ksmbd/smb_common.c | 5 ++++- fs/ksmbd/transport_rdma.c | 2 +- fs/ksmbd/vfs.h | 1 + 6 files changed, 70 insertions(+), 14 deletions(-) -- Thanks, Steve