[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mubFOMTrOVPwzq20wEx9u1dU1emymFptOGjB6rs8FTkjA@mail.gmail.com>
Date: Fri, 4 Jul 2025 19:41:02 -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
d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:
Linux 6.16-rc4 (2025-06-29 13:09:04 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc4-smb3-client-fixes
for you to fetch changes up to 3363da82e02f1bddc54faa92ea430c6532e2cd2e:
smb: client: fix native SMB symlink traversal (2025-07-03 18:43:04 -0500)
----------------------------------------------------------------
Five smb3 client fixes
- Two reconnect fixes including one for a reboot/reconnect race
- Fix for incorrect file type that can be returned by SMB3.1.1 POSIX extensions
- tcon initialization fix
- Fix for resolving Windows symlinks with absolute paths
----------------------------------------------------------------
Paulo Alcantara (2):
smb: client: fix warning when reconnecting channel
smb: client: fix native SMB symlink traversal
Philipp Kerling (1):
smb: client: fix readdir returning wrong type with POSIX extensions
Shyam Prasad N (1):
cifs: all initializations for tcon should happen in tcon_info_alloc
Wang Zhaolong (1):
smb: client: fix race condition in negotiate timeout by using
more precise timing
fs/smb/client/cifsglob.h | 2 ++
fs/smb/client/cifsproto.h | 1 +
fs/smb/client/connect.c | 15 +++++----------
fs/smb/client/fs_context.c | 17 +++++++----------
fs/smb/client/misc.c | 6 ++++++
fs/smb/client/readdir.c | 2 +-
fs/smb/client/reparse.c | 22 +++++++++++++---------
fs/smb/client/smb2pdu.c | 10 ++++------
8 files changed, 39 insertions(+), 36 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists