diff options
author | Javier Cardona <javier@cozybit.com> | 2011-05-03 23:57:16 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-11 18:50:35 (GMT) |
commit | 9b84b80891e5e25ae21c855bb135b05274125a29 (patch) | |
tree | 1e833eb357f66aba37980b240de48671eec900a6 /crypto/algif_skcipher.c | |
parent | 9ca99eeca0cfe839c481f3350988e9ed94188567 (diff) | |
download | linux-9b84b80891e5e25ae21c855bb135b05274125a29.tar.xz |
mac80211: Fix locking bug on mesh path table access
The mesh and mpp path tables are accessed from softirq and workqueue
context so non-irq locking cannot be used. Or at least that's what
PROVE_RCU seems to tell us here:
[ 431.240946] =================================
[ 431.241061] [ INFO: inconsistent lock state ]
[ 431.241061] 2.6.39-rc3-wl+ #354
[ 431.241061] ---------------------------------
[ 431.241061] inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage.
[ 431.241061] kworker/u:1/1423 [HC0[0]:SC0[0]:HE1:SE1] takes:
[ 431.241061] (&(&newtbl->hashwlock[i])->rlock){+.?...}, at:
[<c14671bf>] mesh_path_add+0x167/0x257
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'crypto/algif_skcipher.c')
0 files changed, 0 insertions, 0 deletions