Please pull the following changes since commit 8837c70d531a1788f975c366c254a5cb973a5291: Merge branch 'akpm' (patches from Andrew) (2018-04-11 10:51:26 -0700) are available in the git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.17-rc1SMB3-Fixes for you to fetch changes up to c1596ff52466522c98013f1610797a85ba5d4e63: cifs: change validate_buf to validate_iov (2018-04-12 20:32:55 -0500) ---------------------------------------------------------------- SMB3 fixes, a few for stable, and some important cleanup work from Ronnie of the smb3 transport code ---------------------------------------------------------------- Aurelien Aptel (1): CIFS: add ONCE flag for cifs_dbg type Geert Uytterhoeven (1): cifs: Use ULL suffix for 64-bit constant Gustavo A. R. Silva (1): cifs: smb2pdu: Fix potential NULL pointer dereference Ronnie Sahlberg (6): cifs: add pdu_size to the TCP_Server_Info structure cifs: replace a 4 with server->vals->header_preamble_size cifs: add resp_buf_size to the mid_q_entry structure cifs: Change SMB2_open to return an iov for the error parameter cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data() cifs: change validate_buf to validate_iov Steve French (4): SMB3: Log at least once if tree connect fails during reconnect SMB3: Fix length checking of SMB3.11 negotiate request SMB311: Improve checking of negotiate security contexts smb3.11: replace a 4 with server->vals->header_preamble_size fs/cifs/cifs_debug.c | 17 ----- fs/cifs/cifs_debug.h | 34 ++++++---- fs/cifs/cifsglob.h | 4 ++ fs/cifs/cifssmb.c | 11 ++-- fs/cifs/connect.c | 4 +- fs/cifs/inode.c | 2 +- fs/cifs/smb2misc.c | 42 +++++++++++++ fs/cifs/smb2ops.c | 18 +++--- fs/cifs/smb2pdu.c | 163 ++++++++++++++++++++++++++++++++++++++++-------- fs/cifs/smb2pdu.h | 10 +++ fs/cifs/smb2proto.h | 2 +- fs/cifs/smb2transport.c | 2 +- fs/cifs/transport.c | 2 +- 13 files changed, 240 insertions(+), 71 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