[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muY+WP7WKfzpPxaGM53fdEEwCQnRgkwOFWFuh2y3Odb9A@mail.gmail.com>
Date: Sat, 23 Sep 2023 12:28:05 -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
ce9ecca0238b140b88f43859b211c9fdfd8e5b70:
Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc2-smb3-client-fixes
for you to fetch changes up to c8ebf077fbebda3a24335660ded7cff4b90331b8:
smb3: fix confusing debug message (2023-09-20 19:50:05 -0500)
----------------------------------------------------------------
Six smb3 client fixes, including three for stable, from the SMB plugfest
(testing event) this week
- Reparse point handling fix (found when investigating dir enumeration
when fifo in dir)
- Fix excessive thread creation for dir lease cleanup
- UAF fix in negotiate path
- remove duplicate error message mapping and fix confusing warning message
- add dynamic trace point to improve debugging RDMA connection attempts
----------------------------------------------------------------
Paulo Alcantara (1):
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
Steve French (4):
smb3: Add dynamic trace points for RDMA (smbdirect) reconnect
smb3: do not start laundromat thread when dir leases disabled
smb3: remove duplicate error mapping
smb3: fix confusing debug message
Zhang Xiaoxu (1):
cifs: Fix UAF in cifs_demultiplex_thread()
fs/smb/client/cached_dir.c | 6 ++++++
fs/smb/client/cifsglob.h | 3 ++-
fs/smb/client/cifsproto.h | 2 +-
fs/smb/client/connect.c | 8 ++++++--
fs/smb/client/misc.c | 14 +++++++++-----
fs/smb/client/smb2inode.c | 3 +++
fs/smb/client/smb2maperror.c | 2 --
fs/smb/client/smb2pdu.c | 4 ++--
fs/smb/client/smbdirect.c | 9 ++++++---
fs/smb/client/trace.h | 2 ++
fs/smb/client/transport.c | 34 +++++++++++++++++++++++-----------
11 files changed, 60 insertions(+), 27 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists