Re: [PATCH] rcu/tree_plugin: Fix nohz status in stall warning

2019-03-08 Thread Neeraj Upadhyay
On 3/9/19 2:48 AM, Paul E. McKenney wrote: On Fri, Mar 08, 2019 at 11:51:49PM +0530, Neeraj Upadhyay wrote: Fix stall warning, to show correct nohz marker. Signed-off-by: Neeraj Upadhyay Good eyes, thank you! I applied and pushed all three with modified commit logs. Please check to

Re: [PATCH] rcu/tree_plugin: Fix nohz status in stall warning

2019-03-08 Thread Paul E. McKenney
On Fri, Mar 08, 2019 at 11:51:49PM +0530, Neeraj Upadhyay wrote: > Fix stall warning, to show correct nohz marker. > > Signed-off-by: Neeraj Upadhyay Good eyes, thank you! I applied and pushed all three with modified commit logs. Please check to make sure that I didn't mess anything up. If

[PATCH] rcu/tree_plugin: Fix nohz status in stall warning

2019-03-08 Thread Neeraj Upadhyay
Fix stall warning, to show correct nohz marker. Signed-off-by: Neeraj Upadhyay --- kernel/rcu/tree_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 97dba50..93da32c 100644 --- a/kernel/rcu/tree_plugin.h +++