diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2009-10-28 04:03:38 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-28 04:03:38 -0700 |
commit | 03f191bab77c0148e458dbbd0a37241be2a2faf9 (patch) | |
tree | 9cdee187b2e64d2535e2c1192c68fd77e925c06b /usr | |
parent | 345056af41feeda506a8993474b9cbb2c66bc9fb (diff) |
virtio-net: fix data corruption with OOM
virtio net used to unlink skbs from send queues on error,
but ever since 48925e372f04f5e35fec6269127c62b2c71ab794
we do not do this. This causes guest data corruption and crashes
with vhost since net core can requeue the skb or free it without
it being taken off the list.
This patch fixes this by queueing the skb after successful
transmit.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions