summaryrefslogtreecommitdiff
path: root/net/wireless/sme.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2009-10-28 11:03:38 (GMT)
committerDavid S. Miller <davem@davemloft.net>2009-10-28 11:03:38 (GMT)
commit03f191bab77c0148e458dbbd0a37241be2a2faf9 (patch)
tree9cdee187b2e64d2535e2c1192c68fd77e925c06b /net/wireless/sme.c
parent345056af41feeda506a8993474b9cbb2c66bc9fb (diff)
downloadlinux-fsl-qoriq-03f191bab77c0148e458dbbd0a37241be2a2faf9.tar.xz
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 'net/wireless/sme.c')
0 files changed, 0 insertions, 0 deletions