[GIT PULL] cifs/smb3 client fixes

From: Steve French
Date: Fri Dec 10 2021 - 15:42:08 EST


Please pull the following changes since commit
0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.16-rc4-smb3-fixes

for you to fetch changes up to 9de0737d5ba0425c3154d5d83da12a8fa8595c0f:

cifs: fix ntlmssp auth when there is no key exchange (2021-12-08
16:48:43 -0600)

----------------------------------------------------------------
two cifs/smb3 fixes:
- one for stable to fix a problem with module unload of the arc4 module
- the other fixes a recently reported NTLMSSP auth problem

There is an additional fscache fix that is still being tested and
reviewed but not included in this P/R

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/851
----------------------------------------------------------------
Paulo Alcantara (1):
cifs: fix ntlmssp auth when there is no key exchange

Vincent Whitchurch (1):
cifs: Fix crash on unload of cifs_arc4.ko

fs/cifs/sess.c | 54
++++++++++++++++++++++++++++++++++++------------------
fs/smbfs_common/cifs_arc4.c | 13 -------------
2 files changed, 36 insertions(+), 31 deletions(-)


--
Thanks,

Steve