Please pull the following changes since commit 06c85639897cf3ea6a11c5cb6929fb0d9d7efea5: Merge tag 'acpi-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2018-07-05 09:52:30 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.18-rc3-smb3fixes for you to fetch changes up to 729c0c9dd55204f0c9a823ac8a7bfa83d36c7e78: cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() (2018-07-05 13:48:25 -0500) ---------------------------------------------------------------- Five smb3/cifs fixes for stable (including for some leaks and memory overwrites) and the rest fix a few recent regressions (e.g. in packet signing) Additional testing at the recent SMB3 test event, and some good work by Paulo and others spotted the issues fixed here. In addition to my xfstest runs on these, Aurelien and Stefano did additional test runs to verify this set. ---------------------------------------------------------------- Lars Persson (1): cifs: Fix use after free of a mid_q_entry Paulo Alcantara (4): cifs: Fix validation of signed data in smb3+ cifs: Fix validation of signed data in smb2 cifs: Fix memory leak in smb2_set_ea() cifs: Fix infinite loop when using hard mount option Ronnie Sahlberg (1): cifs: fix SMB1 breakage Stefano Brivio (2): cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() fs/cifs/cifsglob.h | 3 ++- fs/cifs/cifsproto.h | 1 + fs/cifs/cifssmb.c | 10 +++++++-- fs/cifs/connect.c | 8 ++++++- fs/cifs/smb1ops.c | 1 + fs/cifs/smb2file.c | 11 ++++----- fs/cifs/smb2ops.c | 14 ++++++------ fs/cifs/smb2pdu.c | 32 +++++++++++++++++--------- fs/cifs/smb2pdu.h | 6 ++--- fs/cifs/smb2proto.h | 4 ++-- fs/cifs/smb2transport.c | 60 ++++++++++++++++++++++++++++++++++++++++--------- fs/cifs/smbdirect.c | 5 +++-- fs/cifs/smbdirect.h | 4 ++-- fs/cifs/transport.c | 27 +++++++++++++++++----- 14 files changed, 132 insertions(+), 54 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