Re: [PATCH RFC tip/core/rcu 18/18] rcu: add primitives to checkfor RCU read-side critical sections

From: Peter Zijlstra
Date: Wed Dec 16 2009 - 05:32:18 EST


On Tue, 2009-12-15 at 15:02 -0800, Paul E. McKenney wrote:
>
> Also create rcu_dereference_check(), which takes a second boolean argument
> into which one puts rcu_read_lock_held() or similar. For example:
>
> rcu_dereference_check(gp, rcu_read_lock_held() ||
> lockdep_is_held(my_lock));

Ah, so you're going to tackle this the other way around, interesting :-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/