[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mtYV4wqDvgod+qrzv1+YQN_zzjvEh1TKTwPmtkBU5jC6g@mail.gmail.com>
Date: Sun, 30 Mar 2025 18:19:09 -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
38fec10eb60d687e30c8c6b5420d86e8149f7557:
Linux 6.14 (2025-03-24 07:02:41 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.15-rc-part1-smb3-client-fixes
for you to fetch changes up to e14b64247438e5026b2fce8ffd7cdf80a87e2bfa:
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
(2025-03-26 14:51:58 -0500)
----------------------------------------------------------------
14 smb3/cifs client fixes and minor update to maintainers file
- Fix for network namespace refcount leak
- Multichannel fix and minor multichannel debug message cleanup
- Fix potential null ptr reference in SMB3 close
- Fix for special file handling when reparse points not supported by server
- Two ACL fixes one for stricter ACE validation, one for incorrect
perms requested
- Three RFC1001 fixes: one for SMB3 mounts on port 139, one for better
default hostname, and one for better session response processing
- Minor update to email address for MAINTAINERS file
- Allow disabling Unicode for access to old SMB1 servers
- Three minor cleanups
----------------------------------------------------------------
Alexandra Diupina (1):
cifs: avoid NULL pointer dereference in dbg call
Aman (1):
CIFS: Propagate min offload along with other parameters from
primary to secondary channels.
Bharath SM (2):
smb: minor cleanup to remove unused function declaration
smb: mark the new channel addition log as informational log with cifs_info
Ivan Abramov (2):
smb: client: Remove redundant check in cifs_oplock_break()
smb: client: Remove redundant check in smb2_is_path_accessible()
Namjae Jeon (1):
cifs: add validation check for the fields in smb_aces
Pali Rohár (6):
cifs: Check if server supports reparse points before using them
cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_acl
cifs: Fix establishing NetBIOS session for SMB2+ connection
cifs: Improve establishing SMB connection with NetBIOS session
cifs: Set default Netbios RFC1001 server name to hostname in UNC
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Steve French (1):
MAINTAINERS: reorder preferred email for Steve French
Wang Zhaolong (1):
smb: client: Fix netns refcount imbalance causing leaks and use-after-free
MAINTAINERS | 2 +-
fs/smb/client/cifsacl.c | 21 ++++-
fs/smb/client/cifsfs.c | 4 +
fs/smb/client/cifsglob.h | 2 +
fs/smb/client/cifsproto.h | 4 +-
fs/smb/client/cifssmb.c | 11 ++-
fs/smb/client/connect.c | 206
++++++++++++++++++++++++++++++++++++++++++++-----
fs/smb/client/file.c | 2 +-
fs/smb/client/fs_context.c | 22 ++++++
fs/smb/client/fs_context.h | 2 +
fs/smb/client/link.c | 3 +-
fs/smb/client/sess.c | 10 ++-
fs/smb/client/smb1ops.c | 1 +
fs/smb/client/smb2inode.c | 8 ++
fs/smb/client/smb2misc.c | 9 ++-
fs/smb/client/smb2ops.c | 6 +-
fs/smb/client/smb2pdu.c | 4 +-
fs/smb/client/transport.c | 2 +-
fs/smb/client/xattr.c | 15 +++-
19 files changed, 289 insertions(+), 45 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists