diff options
| author | Eric W. Biederman <[email protected]> | 2009-10-30 14:51:13 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-11-01 23:55:09 -0800 |
| commit | 9fdce099bb72df534daa6193318feaec177998fc (patch) | |
| tree | 3fc660ba2342e4e65a9d38b56a19a67a97fd6bba /tools/perf/scripts/python | |
| parent | 72c9528bab94cc052d00ce241b8e85f5d71e45f0 (diff) | |
veth: Fix unregister_netdevice_queue for veth
I tested the recent unregister many changes and got a weird,
nasty and seemingly unrelasted kernel oops. Changing
unregister_netdevice_queue to use list_move_tail fixes
the problem for me.
ip link add type veth
rmmod veth
ls /sys/class/net/
showed one of the veth devices still present.
A subsequent ip link oopsed the box.
Signed-off-by: "Eric W. Biederman" <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions