[GIT PULL] smb3 client fixes

From: Steve French

Date: Fri Oct 31 2025 - 12:13:30 EST


Please pull the following changes since commit
dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:

Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.18-rc3-smb-client-fixes

for you to fetch changes up to 895ad6f7083b0c9f1902b23b84136298a492cbeb:

smb: client: call smbd_destroy() in the same splace as
kernel_sock_shutdown()/sock_release() (2025-10-29 20:13:13 -0500)

----------------------------------------------------------------
Four smb client fixes
- Fix potential UAF in statfs
- DFS fix for expired referrals
- Fix minor modinfo typo
- small improvement to reconnect for smbdirect
----------------------------------------------------------------
Henrique Carvalho (1):
smb: client: fix potential cfid UAF in smb2_query_info_compound

Paulo Alcantara (1):
smb: client: handle lack of IPC in dfs_cache_refresh()

Stefan Metzmacher (1):
smb: client: call smbd_destroy() in the same splace as
kernel_sock_shutdown()/sock_release()

Steve French (1):
cifs: fix typo in enable_gcm_256 module parameter

fs/smb/client/cifsfs.c | 2 +-
fs/smb/client/cifsproto.h | 2 ++
fs/smb/client/connect.c | 46 ++++++++++++++++-----------------------
fs/smb/client/dfs_cache.c | 55 ++++++++++++++++++++++++++++++++++++++++-------
fs/smb/client/smb2ops.c | 3 ++-
5 files changed, 71 insertions(+), 37 deletions(-)


--
Thanks,

Steve