diff options
author | Johannes Berg <[email protected]> | 2011-01-12 13:40:33 +0100 |
---|---|---|
committer | John W. Linville <[email protected]> | 2011-01-13 15:46:45 -0500 |
commit | 681c4d07dd5b2ce2ad9f6dbbf7841e479fbc7754 (patch) | |
tree | 095ffe7e63cc61951095b5642a38136557502a21 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 8d661f1e462d50bd83de87ee628aaf820ce3c66c (diff) |
mac80211: fix lockdep warning
Since the introduction of the fixes for the
reorder timer, mac80211 will cause lockdep
warnings because lockdep confuses
local->skb_queue and local->rx_skb_queue
and treats their lock as the same.
However, their locks are different, and are
valid in different contexts (the former is
used in IRQ context, the latter in BH only)
and the only thing to be done is mark the
former as a different lock class so that
lockdep can tell the difference.
Reported-by: Larry Finger <[email protected]>
Reported-by: Sujith <[email protected]>
Reported-by: Miles Lane <[email protected]>
Tested-by: Sujith <[email protected]>
Tested-by: Johannes Berg <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions