[GIT PULL] smb3 client fxies

From: Steve French
Date: Fri Aug 09 2024 - 21:36:58 EST


Please pull the following changes since commit
de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 36bb22a08a69d9984a8399c07310d18b115eae20:

cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
(2024-08-08 20:06:22 -0500)

----------------------------------------------------------------
Three small smb3 client fixes including two for stable
- DFS fix
- fix for security flags for requiring encryption
- minor cleanup
----------------------------------------------------------------
Gleb Korobeynikov (1):
cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath

Steve French (1):
smb3: fix setting SecurityFlags when encryption is required

Xiaxi Shen (1):
Fix spelling errors in Server Message Block

Documentation/admin-guide/cifs/usage.rst | 2 +-
fs/smb/client/cifs_debug.c | 2 +-
fs/smb/client/cifsglob.h | 12 ++++++------
fs/smb/client/misc.c | 11 ++++++-----
fs/smb/client/smb2pdu.c | 3 +++
fs/smb/client/smbdirect.c | 8 ++++----
fs/smb/client/transport.c | 2 +-
7 files changed, 22 insertions(+), 18 deletions(-)


--
Thanks,

Steve