[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri Jan 20 2023 - 16:23:51 EST


Please pull the following changes since commit
5dc4c995db9eb45f6373a956eb1f69460e69e6d4:

Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to a1b7c8457ecc062f612a1aca174c2e1c21f9ac10:

cifs: remove unused function (2023-01-18 14:49:51 -0600)

----------------------------------------------------------------
8 smb3 client fixes
- important fix for packet signature calculation error
- three fixes to correct DFS deadlock, and DFS refresh problem
- remove an unused DFS function, and duplicate tcon refresh code
- DFS cache lookup fix
- uninitialized rc fix
----------------------------------------------------------------
Enzo Matsumiya (1):
cifs: do not include page data when checking signature

Paulo Alcantara (7):
cifs: fix potential deadlock in cache_refresh_path()
cifs: avoid re-lookups in dfs_cache_find()
cifs: don't take exclusive lock for updating target hints
cifs: remove duplicate code in __refresh_tcon()
cifs: handle cache lookup errors different than -ENOENT
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
cifs: remove unused function

fs/cifs/dfs_cache.c | 243
+++++++++++++++++++++++++++++++-----------------------------------------------
fs/cifs/dfs_cache.h | 3 -
fs/cifs/smb2pdu.c | 15 +++--
3 files changed, 105 insertions(+), 156 deletions(-)


--
Thanks,

Steve