Re: [PATCH] rcu: Correct cpu offline trace in rcutree_dying_cpu

2021-01-12 Thread Neeraj Upadhyay
On 1/12/2021 11:01 PM, Paul E. McKenney wrote: On Mon, Jan 11, 2021 at 05:15:58PM +0530, Neeraj Upadhyay wrote: Correctly trace whether the outgoing cpu blocks current gp in rcutree_dying_cpu(). Signed-off-by: Neeraj Upadhyay Good catch, queued, thank you! Please see below for my usual

Re: [PATCH] rcu: Correct cpu offline trace in rcutree_dying_cpu

2021-01-12 Thread Paul E. McKenney
On Mon, Jan 11, 2021 at 05:15:58PM +0530, Neeraj Upadhyay wrote: > Correctly trace whether the outgoing cpu blocks current gp in > rcutree_dying_cpu(). > > Signed-off-by: Neeraj Upadhyay Good catch, queued, thank you! Please see below for my usual wordsmithing, and please lat me know if I

[PATCH] rcu: Correct cpu offline trace in rcutree_dying_cpu

2021-01-11 Thread Neeraj Upadhyay
Correctly trace whether the outgoing cpu blocks current gp in rcutree_dying_cpu(). Signed-off-by: Neeraj Upadhyay --- kernel/rcu/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 097990a..1f4bff4 100644 --- a/kernel/rcu/tree.c