[GIT PULL] smb3 client fixes

From: Steve French

Date: Thu Nov 13 2025 - 23:23:59 EST


Please pull the following changes since commit
e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c:

Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/v6.18-rc5-smb-client-fixes

for you to fetch changes up to d93a89684dce949c2ea817b6f07feee9a45241a7:

smb: client: let smbd_disconnect_rdma_connection() turn CREATED into
DISCONNECTED (2025-11-11 11:05:35 -0600)

----------------------------------------------------------------
Four smb client fixes, most also for stable
- Multichannel reconnect channel selection fix
- Fix for smbdirect (RDMA) disconnect bug
- Fix for incorrect username length check
- Fix memory leak in mount parm processing
----------------------------------------------------------------
Edward Adam Davis (1):
cifs: client: fix memory leak in smb3_fs_context_parse_param

Henrique Carvalho (1):
smb: client: fix cifs_pick_channel when channel needs reconnect

Stefan Metzmacher (1):
smb: client: let smbd_disconnect_rdma_connection() turn CREATED
into DISCONNECTED

Yiqi Sun (1):
smb: fix invalid username check in smb3_fs_context_parse_param()

fs/smb/client/fs_context.c | 4 +++-
fs/smb/client/smbdirect.c | 3 +++
fs/smb/client/transport.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)


--
Thanks,

Steve