[SMB3 client] patches to prep for SMB3.1.1 compression support

Steve French smfrench at gmail.com
Mon Mar 11 00:59:32 UTC 2024


Enzo,
I have lightly updated your patches.  See attached.

1) smb: client: negotiate compression algorithms
Fixed a minor endian issue (with "arg" being le16 and being used to
compare vs. an int) and a few minor warnings spotted by checkpatch
(seq_puts is preferred instead of seq_printf for warning messages
without arguments)

2) smb: common: fix fields sizes in compression_pattern_payload_v1
added a brief description

3) smb: common: simplify compression headers
fixed a typo that checkpatch script caught (misaligned statement which
had extra space preceding it)


-- 
Thanks,

Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-smb-common-fix-fields-sizes-in-compression_pattern_p.patch
Type: text/x-patch
Size: 930 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20240310/b2a1d76b/0002-smb-common-fix-fields-sizes-in-compression_pattern_p.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-smb-common-simplify-compression-headers.patch
Type: text/x-patch
Size: 3295 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20240310/b2a1d76b/0003-smb-common-simplify-compression-headers.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-smb-client-negotiate-compression-algorithms.patch
Type: text/x-patch
Size: 6722 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20240310/b2a1d76b/0001-smb-client-negotiate-compression-algorithms.bin>


More information about the samba-technical mailing list