Re: [PATCH v2 1/1] Fix unbound rx buffer

2016-08-10 Thread David Miller
All of these patches need to be resubmitted with a proper subsystem prefix in the Subject line. Thank you.

Re: [PATCH v2 1/1] Fix unbound rx buffer

2016-08-10 Thread Stefan Hajnoczi
On Thu, Aug 04, 2016 at 04:09:57PM +0200, ggar...@abra.uab.cat wrote: > From: Gerard Garcia > > Reset connection and close rx socket when the sender is ignoring our > announced available buffer. > > Signed-off-by: Gerard Garcia > > --- > v2: > * Get vvs->rx_lock lock before checking if next

[PATCH v2 1/1] Fix unbound rx buffer

2016-08-04 Thread ggarcia
From: Gerard Garcia Reset connection and close rx socket when the sender is ignoring our announced available buffer. Signed-off-by: Gerard Garcia --- v2: * Get vvs->rx_lock lock before checking if next packet is going to overflow the rx buffer. net/vmw_vsock/virtio_transport_common.c |