git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2ac7b
)
Staging: batman-adv: Always protect list_for_each_entry_rcu with RCU
author
Sven Eckelmann
<sven.eckelmann@gmx.de>
Sat, 18 Sep 2010 19:01:16 +0000
(21:01 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Sep 2010 23:29:49 +0000
(16:29 -0700)
receive_bat_packet is not called with rcu_read_lock so we must ensure by
ourself that we protect list_for_each_entry_rcu using the correct RCU
locks.
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found