All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable v2 0/3] virtio-net: backport error handling bugfix
@ 2013-12-26 13:32 Michael S. Tsirkin
  2013-12-26 13:32   ` Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Michael S. Tsirkin @ 2013-12-26 13:32 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Rusty Russell

Error handling for virtio-net mergeable buffers was broken
for a long time. Backport recent bugfix to a stable
kernel.

Please note that it's really a single change split out for ease of
review - that's why 2/2 is here even though it's not
stricktly a bugfix - the code becomes too confusing without it.

Please review and consider for stable.

Changes from v1:
	- include patch 3/3 as suggested by Michael
	- tweak commit log as suggested by Jason

Michael S. Tsirkin (3):
  virtio_net: fix error handling for mergeable buffers
  virtio-net: make all RX paths handle errors consistently
  virtio_net: don't leak memory or block when too many frags

 drivers/net/virtio_net.c | 103 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 73 insertions(+), 30 deletions(-)

-- 
MST

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-01-02  4:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 13:32 [PATCH stable v2 0/3] virtio-net: backport error handling bugfix Michael S. Tsirkin
2013-12-26 13:32 ` [PATCH stable v2 1/3] virtio_net: fix error handling for mergeable buffers Michael S. Tsirkin
2013-12-26 13:32   ` Michael S. Tsirkin
2013-12-27  3:19   ` Jason Wang
2013-12-27  3:19     ` Jason Wang
2013-12-26 13:32 ` [PATCH stable v2 2/3] virtio-net: make all RX paths handle errors consistently Michael S. Tsirkin
2013-12-26 13:32   ` Michael S. Tsirkin
2013-12-27  3:19   ` Jason Wang
2013-12-27  3:19     ` Jason Wang
2013-12-26 13:32 ` [PATCH stable v2 3/3] virtio_net: don't leak memory or block when too many frags Michael S. Tsirkin
2013-12-26 13:32   ` Michael S. Tsirkin
2014-01-02  4:16 ` [PATCH stable v2 0/3] virtio-net: backport error handling bugfix David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.