Re: [PATCH kernel] rcu: Fix comment for rcu_dereference_raw_notrace

2015-11-01 Thread Paul E. McKenney
On Mon, Nov 02, 2015 at 01:21:47PM +1100, Alexey Kardashevskiy wrote: > rcu_dereference_raw() calls indirectly rcu_read_lock_held() while > rcu_dereference_raw_notrace() does not so fix the comment about the latter. > > Signed-off-by: Alexey Kardashevskiy Good eyes! Queued for 4.5, thank you!

[PATCH kernel] rcu: Fix comment for rcu_dereference_raw_notrace

2015-11-01 Thread Alexey Kardashevskiy
rcu_dereference_raw() calls indirectly rcu_read_lock_held() while rcu_dereference_raw_notrace() does not so fix the comment about the latter. Signed-off-by: Alexey Kardashevskiy --- include/linux/rcupdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH kernel] rcu: Fix comment for rcu_dereference_raw_notrace

2015-11-01 Thread Alexey Kardashevskiy
rcu_dereference_raw() calls indirectly rcu_read_lock_held() while rcu_dereference_raw_notrace() does not so fix the comment about the latter. Signed-off-by: Alexey Kardashevskiy --- include/linux/rcupdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH kernel] rcu: Fix comment for rcu_dereference_raw_notrace

2015-11-01 Thread Paul E. McKenney
On Mon, Nov 02, 2015 at 01:21:47PM +1100, Alexey Kardashevskiy wrote: > rcu_dereference_raw() calls indirectly rcu_read_lock_held() while > rcu_dereference_raw_notrace() does not so fix the comment about the latter. > > Signed-off-by: Alexey Kardashevskiy Good eyes! Queued for