Please pull the following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.7-rc3-smb3-client-fixes for you to fetch changes up to 0015eb6e12384ff1c589928e84deac2ad1ceb236: smb: client, common: fix fortify warnings (2023-11-30 11:17:03 -0600) ---------------------------------------------------------------- Five cifs/smb3 client fixes, most for stable as well - Two fallocate fixes - Fix warnings from new gcc - Two symlink fixes ---------------------------------------------------------------- David Howells (2): cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved Dmitry Antipov (1): smb: client, common: fix fortify warnings Paulo Alcantara (2): smb: client: fix missing mode bits for SMB symlinks smb: client: report correct st_size for SMB and NFS symlinks fs/smb/client/cifspdu.h | 24 ++++++++++++++---------- fs/smb/client/cifssmb.c | 6 ++++-- fs/smb/client/inode.c | 4 +++- fs/smb/client/smb2ops.c | 13 +++++++++++-- fs/smb/client/smb2pdu.c | 8 +++----- fs/smb/client/smb2pdu.h | 16 +++++++++------- fs/smb/common/smb2pdu.h | 17 ++++++++++------- -- Thanks, Steve