[GIT PULL] smb3 client fixes

From: Steve French
Date: Thu Mar 16 2023 - 16:40:12 EST


Please pull the following changes since commit
fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6284e46bdd47743a064fe6ac834a7ac05b1fd206:

cifs: use DFS root session instead of tcon ses (2023-03-14 22:48:53 -0500)

----------------------------------------------------------------
seven cifs/smb3 client fixes, all also for stable
- four DFS fixes
- multichannel reconnect fix
- fix smb1 stats for cancel command
- fix for set file size error path
----------------------------------------------------------------
Paulo Alcantara (4):
cifs: set DFS root session in cifs_get_smb_ses()
cifs: fix use-after-free bug in refresh_cache_worker()
cifs: return DFS root session id in DebugData
cifs: use DFS root session instead of tcon ses

Shyam Prasad N (1):
cifs: generate signkey for the channel that's reconnecting

Volker Lendecke (1):
cifs: Fix smb2_set_path_size()

Zhang Xiaoxu (1):
cifs: Move the in_send statistic to __smb_send_rqst()

fs/cifs/cifs_debug.c | 5 +++
fs/cifs/cifs_dfs_ref.c | 1 +
fs/cifs/cifs_fs_sb.h | 2 -
fs/cifs/cifsglob.h | 4 +-
fs/cifs/connect.c | 10 ++---
fs/cifs/dfs.c | 67 ++++++++++++++++++----------
fs/cifs/dfs.h | 19 +++++++-
fs/cifs/dfs_cache.c | 140
-----------------------------------------------------------
fs/cifs/dfs_cache.h | 2 -
fs/cifs/fs_context.h | 1 +
fs/cifs/misc.c | 8 ++++
fs/cifs/smb2inode.c | 31 ++++++++++---
fs/cifs/smb2transport.c | 2 +-
fs/cifs/transport.c | 21 ++++-----
14 files changed, 118 insertions(+), 195 deletions(-)


--
Thanks,

Steve