[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muHUgLTaYUcWWEucCmdBR=JHgEAC+oPePBgLVKpJxHYVA@mail.gmail.com>
Date: Sat, 6 May 2023 15:45:24 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
26c009dffca89b0f8fe7facc41d1ccf88a66825a:
Merge tag '6.4-rc-smb3-client-fixes-part1' of
git://git.samba.org/sfrench/cifs-2.6 (2023-05-01 10:43:44 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.4-rc-smb3-client-fixes-part2
for you to fetch changes up to 9ee04875ae73412f5071f6ec1af01788ec271e7c:
cifs: Remove unneeded semicolon (2023-05-05 04:29:58 -0500)
----------------------------------------------------------------
9 smb3 client fixes, mostly DFS or reconnect related (six also for stable)
- Two DFS connection sharing fixes
- DFS refresh fix
- Reconnect fix
- Two potential use after free fixes
- Also print prefix patch in mount debug msg
- Two small cleanup fixes
----------------------------------------------------------------
Paulo Alcantara (7):
cifs: protect session status check in smb2_reconnect()
cifs: print smb3_fs_context::source when mounting
cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
cifs: fix potential race when tree connecting ipc
cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath
cifs: avoid potential races when handling multiple dfs tcons
cifs: fix sharing of DFS connections
Steve French (1):
SMB3.1.1: correct definition for app_instance_id create contexts
Yang Li (1):
cifs: Remove unneeded semicolon
fs/cifs/cifs_debug.c | 7 +++-
fs/cifs/cifs_debug.h | 12 +++---
fs/cifs/cifsfs.c | 14 +++----
fs/cifs/cifsglob.h | 23 ++++++-----
fs/cifs/cifsproto.h | 44 ++++++++++++++++++++-
fs/cifs/connect.c | 141
+++++++++++++++++++++++++++++++++++++------------------------------
fs/cifs/dfs.c | 137
++++++++++++++++++++++++++++++++++++++++++++++++++---------------
fs/cifs/dfs.h | 13 ++++++-
fs/cifs/dfs_cache.c | 133
+++++++++++++++++++++++++++++----------------------------------
fs/cifs/dfs_cache.h | 9 +++++
fs/cifs/ioctl.c | 2 +-
fs/cifs/sess.c | 7 ++--
fs/cifs/smb2pdu.c | 21 ++++++----
fs/ksmbd/smb2pdu.h | 16 --------
fs/smbfs_common/smb2pdu.h | 20 ++++++++++
15 files changed, 376 insertions(+), 223 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists