[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mt3CCXVEwdsrqPe1VE+xebPSh2k4Wg5Zqqp_OCm+m7cPQ@mail.gmail.com>
Date: Fri, 11 Apr 2025 13:22:15 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: CIFS <linux-cifs@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.15-rc1-smb3-client-fixes
for you to fetch changes up to 56c283b9e001098362c76547cfaae022d48549c8:
smb3: Add defines for two new FileSystemAttributes (2025-04-09 23:42:16 -0500)
----------------------------------------------------------------
10 smb3/cifs client fixes
- FIx multichannel decryption UAF
- Fix regression mounting to onedrive shares
- Fix missing mount option check for posix vs. noposix
- Fix version field in WSL symlinks
- Three minor cleanup to reparse point handling
- SMB1 fix for WSL special files
- SMB1 Kerberos fix
- Add SMB3 defines for two new FS attributes
----------------------------------------------------------------
Pali Rohár (7):
cifs: Ensure that all non-client-specific reparse points are
processed by the server
cifs: Fix support for WSL-style symlinks
cifs: Fix encoding of SMB1 Session Setup Kerberos Request in
non-UNICODE mode
cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c
cifs: Improve handling of name surrogate reparse points in reparse.c
cifs: Split parse_reparse_point callback to functions: get
buffer and parse buffer
cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
Paulo Alcantara (1):
smb: client: fix UAF in decryption with multichannel
Steve French (2):
smb311 client: fix missing tcon check when mounting with
linux/posix extensions
smb3: Add defines for two new FileSystemAttributes
fs/smb/client/cifsencrypt.c | 16 ++++-------
fs/smb/client/cifsglob.h | 6 ++---
fs/smb/client/cifspdu.h | 2 ++
fs/smb/client/connect.c | 2 ++
fs/smb/client/inode.c | 25 ++++++++++++------
fs/smb/client/reparse.c | 63 ++++++++++++++++++++------------------------
fs/smb/client/reparse.h | 5 +---
fs/smb/client/sess.c | 60 +++++++++++++++++++++++++++--------------
fs/smb/client/smb1ops.c | 53 +++++++++++++++++++++++++++++--------
fs/smb/client/smb2ops.c | 14 +++++-----
fs/smb/client/smb2pdu.c | 11 ++------
fs/smb/common/smb2pdu.h | 6 ++---
fs/smb/server/smb_common.h | 2 ++
13 files changed, 154 insertions(+), 111 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists