Date: Sat, 13 Jul 2024 13:53:39 -0500 From: Steve French To: Linus Torvalds Cc: CIFS , LKML Subject: [GIT PULL] smb3 client fix Please pull the following changes since commit 34afb82a3c67f869267a26f593b6f8fc6bf35905: Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd (2024-07-09 08:16:18 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc7-smb3-client-fix for you to fetch changes up to d2346e2836318a227057ed41061114cbebee5d2a: cifs: fix setting SecurityFlags to true (2024-07-13 09:24:27 -0500) ---------------------------------------------------------------- small cifs SecurityFlags fix, also for stable ---------------------------------------------------------------- Steve French (1): cifs: fix setting SecurityFlags to true Documentation/admin-guide/cifs/usage.rst | 36 +++++++++++------------------------- fs/smb/client/cifsglob.h | 4 ++-- 2 files changed, 13 insertions(+), 27 deletions(-) -- Thanks, Steve . Date: Sat, 1 Jun 2024 16:14:00 -0500 From: Steve French To: Linus Torvalds Cc: LKML , CIFS Subject: [GIT PULL] smb3 client fixes Please pull the following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc1-smb3-client-fixes for you to fetch changes up to 518549c120e671c4906f77d1802b97e9b23f673a: cifs: fix creating sockets when using sfu mount options (2024-05-31 10:55:15 -0500) ---------------------------------------------------------------- 2 small smb3 fixes - Fix make socket with sfu mount option (spotted by test generic/423) - Minor cleanup: fix missing description in two files ---------------------------------------------------------------- Jeff Johnson (1): fs: smb: common: add missing MODULE_DESCRIPTION() macros Steve French (1): cifs: fix creating sockets when using sfu mount options fs/smb/client/cifspdu.h | 2 +- fs/smb/client/inode.c | 4 ++++ fs/smb/client/smb2ops.c | 3 +++ fs/smb/common/cifs_arc4.c | 1 + fs/smb/common/cifs_md4.c | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) -- Thanks, Steve .