[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri Nov 17 2023 - 19:37:35 EST


Please pull the following changes since commit
b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.7-rc1-smb3-client-fixes

for you to fetch changes up to 5eef12c4e3230f2025dc46ad8c4a3bc19978e5d7:

cifs: fix lock ordering while disabling multichannel (2023-11-14
11:39:35 -0600)

----------------------------------------------------------------
Four cifs/smb3 client fixes
- three multichannel fixes (including a lock ordering fix and an
important refcounting fix)
- spnego fix

----------------------------------------------------------------
Anastasia Belova (1):
cifs: spnego: add ';' in HOST_KEY_LEN

Ekaterina Esina (1):
cifs: fix check of rc in function generate_smb3signingkey

Shyam Prasad N (2):
cifs: fix leak of iface for primary channel
cifs: fix lock ordering while disabling multichannel

fs/smb/client/cifs_spnego.c | 4 ++--
fs/smb/client/connect.c | 6 ++++++
fs/smb/client/sess.c | 22 +++++++++++++---------
fs/smb/client/smb2transport.c | 5 ++---
4 files changed, 23 insertions(+), 14 deletions(-)


--
Thanks,

Steve