diff options
author | Eric Dumazet <[email protected]> | 2013-05-13 02:24:11 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-05-14 13:02:30 -0700 |
commit | faff57a92ba1d7247c5e86ecea2886d2c9d54507 (patch) | |
tree | 8e9fbdb7e277f538867bffa5f2bf6588310f4e09 /tools/perf/scripts/python/check-perf-trace.py | |
parent | a3659aa09a2ee7e0028349b9100d8b4a7750a4be (diff) |
net/802/mrp: fix lockdep splat
commit fb745e9a037895 ("net/802/mrp: fix possible race condition when
calling mrp_pdu_queue()") introduced a lockdep splat.
[ 19.735147] =================================
[ 19.735235] [ INFO: inconsistent lock state ]
[ 19.735324] 3.9.2-build-0063 #4 Not tainted
[ 19.735412] ---------------------------------
[ 19.735500] inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage.
[ 19.735592] rmmod/1840 [HC0[0]:SC0[0]:HE1:SE1] takes:
[ 19.735682] (&(&app->lock)->rlock#2){+.?...}, at: [<f862bb5b>]
mrp_uninit_applicant+0x69/0xba [mrp]
app->lock is normally taken under softirq context, so disable BH to
avoid the splat.
Reported-by: Denys Fedoryshchenko <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Cc: David Ward <[email protected]>
Cc: Cong Wang <[email protected]>
Tested-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions