[GIT PULL] CIFS/SMB3 Fixes

From: Steve French
Date: Sun Apr 26 2020 - 10:24:57 EST


Please pull the following changes since commit
ae83d0b416db002fe95601e7f97f64b59514d936:

Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.7-rc2-smb3-fixes

for you to fetch changes up to 0fe0781f29dd8ab618999e6bda33c782ebbdb109:

cifs: fix uninitialised lease_key in open_shroot() (2020-04-22 20:29:11 -0500)

----------------------------------------------------------------
Five cifs/smb3 fixes: two for DFS reconnect failover, one lease fix
for stable and the others to
fix a missing spinlock during reconnect

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/345
----------------------------------------------------------------
Paulo Alcantara (3):
cifs: do not share tcons with DFS
cifs: ensure correct super block for DFS reconnect
cifs: fix uninitialised lease_key in open_shroot()

Ronnie Sahlberg (1):
cifs: protect updating server->dstaddr with a spinlock

Steve French (1):
cifs: minor update to comments around the cifs_tcp_ses_lock mutex

fs/cifs/cifsglob.h | 3 +-
fs/cifs/connect.c | 6 ++++
fs/cifs/misc.c | 82 +++++++++++++++++++++++++++++++++++++++++++-----------
fs/cifs/smb2ops.c | 5 ++++
4 files changed, 78 insertions(+), 18 deletions(-)


--
Thanks,

Steve