aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2017-06-28 09:51:03 +0800
committerDavid S. Miller <davem@davemloft.net>2017-06-29 12:51:59 -0400
commit713a98d90c5ea072c1bb00ef40617aee2cef2232 (patch)
treedb93479ad5f5a93653fd59862d45744d7472ed12 /net/sched/sch_api.c
parentnet: usb: asix88179_178a: Add support for the Belkin B2B128 (diff)
downloadlinux-dev-713a98d90c5ea072c1bb00ef40617aee2cef2232.tar.xz
linux-dev-713a98d90c5ea072c1bb00ef40617aee2cef2232.zip
virtio-net: serialize tx routine during reset
We don't hold any tx lock when trying to disable TX during reset, this would lead a use after free since ndo_start_xmit() tries to access the virtqueue which has already been freed. Fix this by using netif_tx_disable() before freeing the vqs, this could make sure no tx after vq freeing. Reported-by: Jean-Philippe Menil <jpmenil@gmail.com> Tested-by: Jean-Philippe Menil <jpmenil@gmail.com> Fixes commit f600b6905015 ("virtio_net: Add XDP support") Cc: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Robert McCabe <robert.mccabe@rockwellcollins.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions