Hello!
This series contains a few updates to RCU-protected lists.
1. Add RCU annotation to suppress sparse warnings in
hlist_for_each_entry_from_rcu(), courtesy of Ying Xue.
2. Fix list_entry_rcu to read ptr with rcu_dereference_raw() to
save a load instruction, courtesy of Patrick Marlier.
3. Fix list_entry_rcu() usage in next_active_rdev(), courtesy
of Patrick Marlier.
4. Fix list_entry_rcu() usage in nf_hook_slow(), courtesy of
Patrick Marlier.
Thanx, Paul
------------------------------------------------------------------------
b/drivers/md/bitmap.c | 2 +-
b/include/linux/rculist.h | 9 +++------
b/net/netfilter/core.c | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/