Please pull the following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.12-rc1-smb3-client-fixes for you to fetch changes up to d3a49f60917323228f8fdeee313260ef14f94df7: cifs: Do not convert delimiter when parsing NFS-style symlinks (2024-10-03 12:06:36 -0500) ---------------------------------------------------------------- Ten smb3 client fixes - statfs fix (e.g. when limited access to root directory of share) - Six special file handling fixes: two to fix packet validation to avoid buffer overflow for reparse points, two fixes for symlink path parsing (one for reparse points, and one for SFU use case), and fix for cleanup after failed SET_REPARSE operation. - Fix for SMB2.1 signing bug introduced by recent patch NFS symlink path, 2 NFS reparse point validation - Two comment cleanup patches ---------------------------------------------------------------- Pali Rohár (6): cifs: Check for UTF-16 null codepoint in SFU symlink target location smb: Update comments about some reparse point tags cifs: Remove intermediate object of failed create reparse call cifs: Fix buffer overflow when parsing NFS reparse points cifs: Validate content of NFS reparse point buffer cifs: Do not convert delimiter when parsing NFS-style symlinks Shen Lichuan (1): smb: client: Correct typos in multiple comments across various files Steve French (1): Revert "smb: client: make SHA-512 TFM ephemeral" wangrong (1): smb: client: use actual path when queryfs fs/smb/client/cifsacl.h | 2 +- fs/smb/client/cifsencrypt.c | 3 ++- fs/smb/client/cifsfs.c | 17 ++++++++++++++--- fs/smb/client/cifsglob.h | 5 +++-- fs/smb/client/cifspdu.h | 4 ++-- fs/smb/client/cifssmb.c | 6 +++--- fs/smb/client/file.c | 2 +- fs/smb/client/fs_context.h | 2 +- fs/smb/client/inode.c | 8 +++++++- fs/smb/client/misc.c | 2 +- fs/smb/client/netmisc.c | 2 +- fs/smb/client/readdir.c | 4 ++-- fs/smb/client/reparse.c | 39 +++++++++++++++++++++++++++++++++++++-- fs/smb/client/sess.c | 2 +- fs/smb/client/smb1ops.c | 2 +- fs/smb/client/smb2inode.c | 24 ++++++++++++++++++++++-- fs/smb/client/smb2misc.c | 28 ++++++++++++++-------------- fs/smb/client/smb2ops.c | 23 ++++++++++++++--------- fs/smb/client/smb2pdu.c | 4 ++-- fs/smb/client/smb2proto.h | 2 +- fs/smb/client/smb2transport.c | 32 ++++++++++++++++++++++++++++++-- fs/smb/client/smbdirect.c | 4 ++-- fs/smb/client/smbdirect.h | 2 +- fs/smb/common/smbfsctl.h | 7 ++++--- 24 files changed, 167 insertions(+), 59 deletions(-) -- Thanks, Steve