[GIT PULL] SMB3 client fixes

From: Steve French
Date: Sat Jul 27 2024 - 20:35:33 EST


Please pull the following changes since commit
33c9de2960d347c06d016c2c07ac4aa855cd75f0:

Merge tag '6.11-rc-part1-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2024-07-21 15:23:39 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.11-rc-smb-client-fixes-part2

for you to fetch changes up to b6f6a7aa689f1c255e06fee3ca13c9f9e5c12780:

smb3: add dynamic trace point for session setup key expired failures
(2024-07-26 12:34:50 -0500)

----------------------------------------------------------------
Six smb3 client fixes
- fix for potential null pointer use in init cifs
- three additional dynamic trace points to improve debugging of some
common scenarios
- two SMB1 fixes (one addressing reconnect with POSIX extensions, one
a mount parsing error)

There are some additional patches SMB3.1.1 compression improvements
and a locking fix that are still being debugged and are not included
in this P/R
----------------------------------------------------------------
Steve French (6):
cifs: fix potential null pointer use in destroy_workqueue in
init_cifs error path
cifs: fix reconnect with SMB1 UNIX Extensions
cifs: mount with "unix" mount option for SMB1 incorrectly handled
smb3: add dynamic tracepoint for reflink errors
smb3: add four dynamic tracepoints for copy_file_range and reflink
smb3: add dynamic trace point for session setup key expired failures

fs/smb/client/cifsfs.c | 8 +++---
fs/smb/client/connect.c | 24 ++++++++++++++++-
fs/smb/client/smb2ops.c | 20 +++++++++++++-
fs/smb/client/smb2pdu.c | 8 +++++-
fs/smb/client/trace.h | 150
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 203 insertions(+), 7 deletions(-)

--
Thanks,

Steve