Please pull the following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/smb3-4.16-rc3 for you to fetch changes up to 13b8cb522ed344b9478eac875e0fb47536a62ab3: [SMB3] fix smb3-encryption breakage when CONFIG_DEBUG_SG=y (2018-02-19 23:44:34 -0600) ---------------------------------------------------------------- smb3.11 security and fixes for stable This set includes various fixes for stable and importantly (for security) also includes the fixes needed for SMB3.11 signing. ---------------------------------------------------------------- Aurelien Aptel (3): CIFS: refactor crypto shash/sdesc allocation&free CIFS: add sha512 secmech CIFS: implement v3.11 preauth integrity Colin Ian King (1): CIFS: SMBD: fix spelling mistake: "faield" and "legnth" Gustavo A. R. Silva (1): CIFS: fix sha512 check in cifs_crypto_secmech_release Ronnie Sahlberg (2): cifs: fix memory leak in SMB2_open() [SMB3] fix smb3-encryption breakage when CONFIG_DEBUG_SG=y Steve French (2): Update TODO list for cifs.ko Update README file for cifs.ko Documentation/filesystems/cifs/README | 29 ++++++++--------- Documentation/filesystems/cifs/TODO | 25 ++++++++------- fs/cifs/Kconfig | 1 + fs/cifs/cifsencrypt.c | 85 ++++++++----------------------------------------- fs/cifs/cifsfs.c | 1 + fs/cifs/cifsglob.h | 7 ++-- fs/cifs/cifsproto.h | 5 +++ fs/cifs/link.c | 27 ++++------------ fs/cifs/misc.c | 54 +++++++++++++++++++++++++++++++ fs/cifs/smb2misc.c | 64 +++++++++++++++++++++++++++++++++++++ fs/cifs/smb2ops.c | 15 +++++++-- fs/cifs/smb2pdu.c | 33 +++++++++++++++++-- fs/cifs/smb2pdu.h | 1 + fs/cifs/smb2proto.h | 5 +++ fs/cifs/smb2transport.c | 97 ++++++++++++++++++++++++-------------------------------- fs/cifs/smbdirect.c | 4 +-- fs/cifs/smbencrypt.c | 27 ++++------------ fs/cifs/transport.c | 17 ++++++++++ 18 files changed, 292 insertions(+), 205 deletions(-) -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html