diff options
author | Jason Wang <[email protected]> | 2017-06-28 09:51:03 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-06-29 12:51:59 -0400 |
commit | 713a98d90c5ea072c1bb00ef40617aee2cef2232 (patch) | |
tree | db93479ad5f5a93653fd59862d45744d7472ed12 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e20bd60bf62a2448be873653c7febca1d4d73afc (diff) |
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 <[email protected]>
Tested-by: Jean-Philippe Menil <[email protected]>
Fixes commit f600b6905015 ("virtio_net: Add XDP support")
Cc: John Fastabend <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Acked-by: Robert McCabe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions