Re: [PATCH] vhost: drop hard-coded num_buffers size
From: David Miller <davem@davemloft.net>
Date: 2015-02-25 21:56:58
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2015-02-25 21:56:58
Also in:
lkml, netdev
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Tue, 24 Feb 2015 17:31:10 +0100
The 2 that we use for copy_to_iter comes from sizeof(u16), it used to be that way before the iov iter update. Fix it up, making it obvious the size of stack access is right. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael, what tree do you want these two patches to go through?