Re: [PATCH stable] virtio_net: don't leak memory or block when too many frags

2013-12-25 Thread Michael Dalton
Acked-by: Michael Dalton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH stable] virtio_net: don't leak memory or block when too many frags

2013-12-25 Thread Michael S. Tsirkin
We leak an skb when there are too many frags, we also stop processing the packet in the middle, the result is almost sure to be loss of networking. Reported-by: Michael Dalton Signed-off-by: Michael S. Tsirkin --- Note: this path is gone upstream, so this patch is for stable kernel only. This i