[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri May 16 2025 - 19:42:41 EST


Please pull the following changes since commit
82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:

Linux 6.15-rc6 (2025-05-11 14:54:11 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.15-rc6-smb3-client-fixes

for you to fetch changes up to 3965c23773e81c476f6de30ccc5d201c59ff9714:

smb: client: fix zero rsize error messages (2025-05-14 19:26:38 -0500)

----------------------------------------------------------------
Two smb3 client fixes
- Fix memory leak in mkdir error path
- Fix max rsize miscalculation after channel reconnect
----------------------------------------------------------------
Jethro Donaldson (1):
smb: client: fix memory leak during error handling for POSIX mkdir

Paulo Alcantara (1):
smb: client: fix zero rsize error messages

fs/smb/client/file.c | 6 ++++--
fs/smb/client/smb2pdu.c | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)

--
Thanks,

Steve