[GIT PULL] smb3 client fixes

From: Steve French

Date: Thu Dec 18 2025 - 11:48:35 EST


Please pull the following changes since commit
8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/v6.19-rc1-smb3-client-fixes

for you to fetch changes up to d8a4af8f3d9d3367b2c49b0d9dee529556bdd2f4:

cifs: update internal module version number (2025-12-16 17:43:02 -0600)

----------------------------------------------------------------
3 smb3 client fixes
- important fix for reconnect problem
- minor cleanup
----------------------------------------------------------------
Bharath SM (1):
smb: align durable reconnect v2 context to 8 byte boundary

Steve French (1):
cifs: update internal module version number

ZhangGuoDong (1):
smb: move some SMB1 definitions into common/smb1pdu.h

fs/smb/client/cifsfs.h | 4 ++--
fs/smb/client/cifspdu.h | 2 +-
fs/smb/common/smb1pdu.h | 56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/smb/common/smb2pdu.h | 41 +----------------------------------------
fs/smb/common/smbglob.h | 2 --
fs/smb/server/smb_common.h | 1 +
6 files changed, 61 insertions(+), 45 deletions(-)
create mode 100644 fs/smb/common/smb1pdu.h


--
Thanks,

Steve