]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SMB3: Work around mount failure when using SMB3 dialect to Macs
authorSteve French <smfrench@gmail.com>
Thu, 4 May 2017 02:12:20 +0000 (21:12 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 4 May 2017 02:23:48 +0000 (21:23 -0500)
commit7db0a6efdc3e990cdfd4b24820d010e9eb7890ad
treecf9f0f71b301cc950949dfff20bdad9bebe0ed97
parentd8a6e505d6bba2250852fbc1c1c86fe68aaf9af3
SMB3: Work around mount failure when using SMB3 dialect to Macs

Macs send the maximum buffer size in response on ioctl to validate
negotiate security information, which causes us to fail the mount
as the response buffer is larger than the expected response.

Changed ioctl response processing to allow for padding of validate
negotiate ioctl response and limit the maximum response size to
maximum buffer size.

Signed-off-by: Steve French <steve.french@primarydata.com>
CC: Stable <stable@vger.kernel.org>
fs/cifs/smb2pdu.c