diff options
author | Eric Dumazet <[email protected]> | 2013-02-19 10:42:03 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-02-19 14:33:55 -0500 |
commit | 303c07db487be59ae9fda10600ea65ca11c21497 (patch) | |
tree | 23a66e53bed3b6f8093d815890388b9057760bd9 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 7cb08d7f3a5ea6131f4f243c2080530ac41cb293 (diff) |
ppp: set qdisc_tx_busylock to avoid LOCKDEP splat
If a qdisc is installed on a ppp device, its possible to get
a lockdep splat under stress, because nested dev_queue_xmit() can
lock busylock a second time (on a different device, so its a false
positive)
Avoid this problem using a distinct lock_class_key for ppp
devices.
Reported-by: Yanko Kaneti <[email protected]>
Tested-by: Yanko Kaneti <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions