Please pull the following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef: Linux 6.5-rc3 (2023-07-23 15:24:10 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.5-rc3-smb3-client-fixes for you to fetch changes up to a171eb5cac427fa8d084eaf5e47fbe4c0f1e279f: cifs: add missing return value check for cifs_sb_tlink (2023-07-26 15:41:27 -0500) ---------------------------------------------------------------- Four small SMB3 client fixes - two reconnect fixes (to address the case where non-default iocharset gets incorrectly overridden at reconnect with the default charset) - fix for NTLMSSP_AUTH request setting a flag incorrectly) - Add missing check for invalid tlink (tree connection) in ioctl ---------------------------------------------------------------- Shyam Prasad N (1): cifs: add missing return value check for cifs_sb_tlink Steve French (1): smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request Winston Wen (2): fs/nls: make load_nls() take a const parameter cifs: fix charset issue in reconnection fs/nls/nls_base.c | 4 ++-- fs/smb/client/cifsglob.h | 1 + fs/smb/client/cifssmb.c | 3 +-- fs/smb/client/connect.c | 5 +++++ fs/smb/client/ioctl.c | 5 +++++ fs/smb/client/misc.c | 1 + fs/smb/client/sess.c | 4 +++- fs/smb/client/smb2pdu.c | 3 +-- include/linux/nls.h | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) -- Thanks, Steve