[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Jun 11 2022 - 12:39:01 EST


Please pull the following changes since commit
f2906aa863381afb0015a9eb7fefad885d4e5a56:

Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4c14d7043fede258957d7b01da0cad2d9fe3a205:

cifs: populate empty hostnames for extra channels (2022-06-10 18:55:02 -0500)

----------------------------------------------------------------
3 smb3 reconnect fixes, all for stable as well

One of these three reconnect fixes does address a problem with
multichannel reconnect,
but this P/R does not include the additional fix (still being tested)
for dynamically
detecting multichannel adapter changes which will improve those
reconnect scenarios
even more.
----------------------------------------------------------------
Paulo Alcantara (1):
cifs: fix reconnect on smb3 mount types

Shyam Prasad N (2):
cifs: return errors during session setup during reconnects
cifs: populate empty hostnames for extra channels

fs/cifs/cifsfs.c | 2 +-
fs/cifs/cifsfs.h | 2 +-
fs/cifs/connect.c | 4 ++++
fs/cifs/misc.c | 27 ++++++++++++++++-----------
fs/cifs/sess.c | 5 ++++-
fs/cifs/smb2pdu.c | 3 +++
6 files changed, 29 insertions(+), 14 deletions(-)


--
Thanks,

Steve