search for: smbarber

Displaying 2 results from an estimated 2 matches for "smbarber".

Did you mean: barber
2019 Nov 08
1
[PATCH] vsock/virtio: fix sock refcnt holding during the shutdown
...irtio|vhost]_transport modules. This patch fixes this issue, calling virtio_transport_reset() and virtio_transport_do_close() when we receive the SHUTDOWN(RDWR) and there is nothing left to read. Fixes: 42f5cda5eaf4 ("vsock/virtio: set SOCK_DONE on peer shutdown") Cc: Stephen Barber <smbarber at chromium.org> Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- net/vmw_vsock/virtio_transport_common.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/vmw_vsock/virtio_transport_common.c b/net/vmw_vsock/virtio_transport_common.c index 481f7...
2019 Dec 20
0
[PATCH net] virtio-net: Skip set_features on non-cvq devices
...at redhat.com> > Cc: David S. Miller <davem at davemloft.net> > Cc: kernel-team at android.com > Cc: virtualization at lists.linux-foundation.org > Cc: linux-kernel at vger.kernel.org > Signed-off-by: Alistair Delva <adelva at google.com> Tested-by: Stephen Barber <smbarber at chromium.org> > --- > drivers/net/virtio_net.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c > index 4d7d5434cc5d..709bcd34e485 100644 > --- a/drivers/net/virtio_net.c > +++ b/drivers/net/virtio_net.c...