Please pull the following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262: Linux 6.2-rc3 (2023-01-08 11:49:43 -0600) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc3-smb3-client-fixes for you to fetch changes up to a152d05ae4a71d802d50cf9177dba34e8bb09f68: cifs: Fix uninitialized memory read for smb311 posix symlink create (2023-01-12 09:51:48 -0600) ---------------------------------------------------------------- 7 smb3 client fixes, most also for stable - memory leak and double free fix - two symlink fixes - minor cleanup fix - two smb1 fixes ---------------------------------------------------------------- Colin Ian King (1): cifs: remove redundant assignment to the variable match Paulo Alcantara (5): cifs: fix file info setting in cifs_query_path_info() cifs: fix file info setting in cifs_open_file() cifs: fix double free on failed kerberos auth cifs: do not query ifaces on smb1 mounts cifs: fix potential memory leaks in session setup Volker Lendecke (1): cifs: Fix uninitialized memory read for smb311 posix symlink create fs/cifs/cifsencrypt.c | 1 + fs/cifs/connect.c | 9 +++++--- fs/cifs/dfs_cache.c | 1 - fs/cifs/link.c | 1 + fs/cifs/sess.c | 2 ++ fs/cifs/smb1ops.c | 63 +++++++++++++++++++++++++++------------------------ fs/cifs/smb2pdu.c | 6 ++++- 7 files changed, 49 insertions(+), 34 deletions(-) -- Thanks, Steve