mbox series

[00/10] cifs: Remove rfc1002 header from smb2 request structs

Message ID 20171120002447.32322-1-lsahlber@redhat.com
Headers show
Series cifs: Remove rfc1002 header from smb2 request structs | expand

Message

Ronnie Sahlberg Nov. 20, 2017, 12:24 a.m. UTC
Steve, All,

Please find an updated version of the patch series to get rid of the
rfc1002 header from all request structures in SMB2.

Version 2:
* changed SendReceive3 to smb2_send_recv
* fixed a Buffer[1] error that aaptel@suse.com reported

Version 3:
* Change SMB2_read() to use smb2_send_recv instead of cifs_send_recv
* Fix smb2_negotiate_req where we didnt update the total length to
accomodate smb2 contexts.
* Fix smb2_lease_ack where I forgot to bump total length by 12.

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Steve French Nov. 20, 2017, 1:39 a.m. UTC | #1
merged all but patch 14, 15, 19 from that series in cifs-2.6.git
for-next (giving Pavel a chance to have an opinion on the changes he
suggested to patch 14).

Manually added the missing reviewed by (from Aurelien, and acked by
from Pavel) to the unchanged patches.



On Sun, Nov 19, 2017 at 6:24 PM, Ronnie Sahlberg <lsahlber@redhat.com> wrote:
> Steve, All,
>
> Please find an updated version of the patch series to get rid of the
> rfc1002 header from all request structures in SMB2.
>
> Version 2:
> * changed SendReceive3 to smb2_send_recv
> * fixed a Buffer[1] error that aaptel@suse.com reported
>
> Version 3:
> * Change SMB2_read() to use smb2_send_recv instead of cifs_send_recv
> * Fix smb2_negotiate_req where we didnt update the total length to
> accomodate smb2 contexts.
> * Fix smb2_lease_ack where I forgot to bump total length by 12.
>