[GIT PULL] smb3 client fixes

From: Steve French
Date: Thu Jul 14 2022 - 14:42:10 EST


Please pull the following changes since commit
32346491ddf24599decca06190ebca03ff9de7f8:

Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.19-rc6-smb3-client-fixes

for you to fetch changes up to 32f319183c439b239294cb2d70ada3564c4c7c39:

smb3: workaround negprot bug in some Samba servers (2022-07-13 19:59:47 -0500)
----------------------------------------------------------------
[resending due to cut-n-paste error in earlier P/R]

Three smb3 client fixes:
- 2 related to multichannel, one fixes a potential deadlock freeing a channel,
and the other fixing race condition on failed creation of new channel
- one fixes a mount failure, working around a server bug in some
common older Samba servers by avoiding padding at the end of the
negotiate protocol request

----------------------------------------------------------------
Shyam Prasad N (2):
cifs: fix race condition with delayed threads
cifs: remove unnecessary locking of chan_lock while freeing session

Steve French (1):
smb3: workaround negprot bug in some Samba servers

fs/cifs/connect.c | 2 --
fs/cifs/sess.c | 11 +++++++++--
fs/cifs/smb2pdu.c | 13 +++++++------
3 files changed, 16 insertions(+), 10 deletions(-)

--
Thanks,

Steve