Please pull the following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.0-rc1-smb3-client-fixes for you to fetch changes up to 13609a8b3ac6b0af38127a2b97fe62c0d06a8282: cifs: move from strlcpy with unused retval to strscpy (2022-08-19 11:02:26 -0500) ---------------------------------------------------------------- 5 cifs/smb3 fixes, one for stable - memory leak fix - two small cleanup - trivial strlcpy removal - update missing entry for cifs headers in MAINTAINERS file There are a pair of important fixes for insert range and collapse range that are being tested now that I plan to send next week. ---------------------------------------------------------------- Enzo Matsumiya (2): cifs: remove unused server parameter from calc_smb_size() cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() Steve French (1): cifs: missing directory in MAINTAINERS file Wolfram Sang (1): cifs: move from strlcpy with unused retval to strscpy Zhang Xiaoxu (1): cifs: Fix memory leak on the deferred close MAINTAINERS | 1 + fs/cifs/cifs_debug.c | 2 +- fs/cifs/cifsglob.h | 2 +- fs/cifs/cifsproto.h | 2 +- fs/cifs/cifsroot.c | 2 +- fs/cifs/connect.c | 2 +- fs/cifs/misc.c | 8 +++++++- fs/cifs/netmisc.c | 2 +- fs/cifs/readdir.c | 6 ++---- fs/cifs/smb2file.c | 1 - fs/cifs/smb2misc.c | 4 ++-- fs/cifs/smb2ops.c | 37 ++++++++++++++----------------------- fs/cifs/smb2pdu.c | 22 ++++++++++------------ fs/cifs/smb2proto.h | 6 +++--- 14 files changed, 45 insertions(+), 52 deletions(-) -- Thanks, Steve