[GIT PULL] smb3 client fixes

Steve French smfrench at gmail.com
Fri Dec 12 02:11:52 UTC 2025


Please pull the following changes since commit
3d99347a2e1ae60d9368b1d734290bab1acde0ce:

  Merge tag 'v6.19-rc-part1-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2025-12-09 16:09:32 +0900)

are available in the Git repository at:

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

for you to fetch changes up to ab0347e67dacd121eedc2d3a6ee6484e5ccca43d:

  smb/client: remove DeviceType Flags and Device Characteristics
definitions (2025-12-11 00:53:07 -0600)

----------------------------------------------------------------
12 smb3 client fixes
- Fix three incorrect error code defines
- Add four missing error code definitions
- Add parenthesis around NT_STATUS code defines to fix checkpatch warnings
- Five patches to remove some duplicated protocol definitions, moving
to common code shared by client and server
- Add missing protocol documentation reference (for change notify)
- Correct struct definition (for duplicate_extents_to_file_ex)
----------------------------------------------------------------
ChenXiaoSong (11):
      smb/client: fix NT_STATUS_NO_DATA_DETECTED value
      smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
      smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
      smb/client: add 4 NT error code definitions
      smb: add documentation references for smb2 change notify definitions
      smb/client: add parentheses to NT error code definitions
containing bitwise OR operator
      smb: move notify completion filter flags into common/smb2pdu.h
      smb: move SMB2 Notify Action Flags into common/smb2pdu.h
      smb: move file_notify_information to common/fscc.h
      smb: update struct duplicate_extents_to_file_ex
      smb: move File Attributes definitions into common/fscc.h

ZhangGuoDong (1):
      smb/client: remove DeviceType Flags and Device Characteristics definitions

 fs/smb/client/cifspdu.h |   65 ----
 fs/smb/client/nterr.c   |    5 +
 fs/smb/client/nterr.h   | 1014 ++++++++++++++++++++++++------------------------
 fs/smb/common/fscc.h    |   56 +++
 fs/smb/common/smb2pdu.h |   48 +--
 5 files changed, 581 insertions(+), 607 deletions(-)


-- 
Thanks,

Steve



More information about the samba-technical mailing list