[GIT PULL] smb3 client fixes
From: Steve French
Date: Sat May 30 2026 - 12:47:17 EST
Please pull the following changes since commit
e7ae89a0c97ce2b68b0983cd01eda67cf373517d:
Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.1-rc6-smb3-client-fixes
for you to fetch changes up to 9d2491197a00acf8c423512078458c2855102b66:
smb: client: fix uninitialized variable in smb2_writev_callback
(2026-05-27 17:15:43 -0500)
----------------------------------------------------------------
Two client fixes
- fix uninitialized variable in smb2_writev_callback()
- detect short folioq copy in cifs_copy_folioq_to_iter()
----------------------------------------------------------------
Jeremy Erazo (1):
smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()
Steve French (1):
smb: client: fix uninitialized variable in smb2_writev_callback
fs/smb/client/smb2ops.c | 18 +++++++++++++++---
fs/smb/client/smb2pdu.c | 2 +-
2 files changed, 16 insertions(+), 4 deletions(-)
--
Thanks,
Steve