[GIT PULL] smb3 client fixes
From: Steve French
Date: Thu Jan 16 2025 - 23:49:24 EST
Please pull the following changes since commit
5bc55a333a2f7316b58edc7573e8e893f7acb532:
Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc7-SMB3-client-fixes
for you to fetch changes up to fa2f9906a7b333ba757a7dbae0713d8a5396186e:
smb: client: fix double free of TCP_Server_Info::hostname
(2025-01-15 16:56:06 -0600)
----------------------------------------------------------------
two client fixes, both for stable
- fix double free when reconnect racing with closing session
- fix SMB1 reconnect with password rotation
----------------------------------------------------------------
Meetakshi Setiya (1):
cifs: support reconnect with alternate password for SMB1
Paulo Alcantara (1):
smb: client: fix double free of TCP_Server_Info::hostname
fs/smb/client/cifssmb.c | 11 ++++++++++-
fs/smb/client/connect.c | 3 +--
2 files changed, 11 insertions(+), 3 deletions(-)
--
Thanks,
Steve