I've tried for-next tonight against win2016 and it kept crashing with NULL ptr derefs. Here are 2 fixes: * #1 is related to Ronnie's patches which broke signing. Maybe Ronnie has an idea for a better fix than this as he's more familiar with all the iov/hdr locations moved. * #2 is related to Steve's posix patches. The cifs_sb has a NULL master_tlink which I found strange... but I havent debugged this deeper, fix is a simple NULL check. Aurelien Aptel (2): CIFS: Fix signing for SMB2/3 CIFS: Fix NULL ptr deref fs/cifs/cifsencrypt.c | 8 +++----- fs/cifs/cifsglob.h | 6 ++++++ fs/cifs/cifsproto.h | 2 +- fs/cifs/connect.c | 6 ------ fs/cifs/smb2misc.c | 4 +++- fs/cifs/smb2transport.c | 12 ++++++++---- 6 files changed, 21 insertions(+), 17 deletions(-) -- 2.13.6 -- 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