]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
CIFS: Fix maximum SMB2 header size
authorPavel Shilovsky <pshilov@microsoft.com>
Fri, 8 Sep 2017 13:06:00 +0000 (15:06 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 15 Sep 2017 13:24:45 +0000 (15:24 +0200)
commitd523d85ea2c94c904912dee90a71f22f479e5a62
tree8309a46a1154f285af81963c15c8af7b4db556f7
parentde2a43fabf8400ac2b02139aa9aa55bc610f9586
CIFS: Fix maximum SMB2 header size

BugLink: http://bugs.launchpad.net/bugs/1713884
Currently the maximum size of SMB2/3 header is set incorrectly which
leads to hanging of directory listing operations on encrypted SMB3
connections. Fix this by setting the maximum size to 170 bytes that
is calculated as RFC1002 length field size (4) + transform header
size (52) + SMB2 header size (64) + create response size (56).

Cc: <stable@vger.kernel.org>
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
(cherry picked from commit 9e37b1784f2be9397a903307574ee565bbadfd75)
Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Colin King <colin.king@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
fs/cifs/smb2pdu.h