Re: [PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config

2020-09-27 Thread Paul E. McKenney
On Sun, Sep 27, 2020 at 08:13:42PM -0400, Joel Fernandes wrote: > On Thu, Sep 24, 2020 at 12:04:10PM +0530, Neeraj Upadhyay wrote: > > Clarify the "x" in rcuox/N naming in RCU_NOCB_CPU config > > description. > > > > Reviewed-by: Joel Fernandes (Google) Thank you, I will apply your Reviewed-by

Re: [PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config

2020-09-27 Thread Joel Fernandes
On Thu, Sep 24, 2020 at 12:04:10PM +0530, Neeraj Upadhyay wrote: > Clarify the "x" in rcuox/N naming in RCU_NOCB_CPU config > description. > Reviewed-by: Joel Fernandes (Google) thanks, - Joel > Signed-off-by: Neeraj Upadhyay > --- > kernel/rcu/Kconfig | 11 ++- > 1 file changed, 6

Re: [PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config

2020-09-24 Thread Neeraj Upadhyay
Hi Paul, On 9/25/2020 4:29 AM, Paul E. McKenney wrote: On Thu, Sep 24, 2020 at 12:04:10PM +0530, Neeraj Upadhyay wrote: Clarify the "x" in rcuox/N naming in RCU_NOCB_CPU config description. Signed-off-by: Neeraj Upadhyay Applied with a few additional updates as shown below. As always, plea

Re: [PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config

2020-09-24 Thread Paul E. McKenney
On Thu, Sep 24, 2020 at 12:04:10PM +0530, Neeraj Upadhyay wrote: > Clarify the "x" in rcuox/N naming in RCU_NOCB_CPU config > description. > > Signed-off-by: Neeraj Upadhyay Applied with a few additional updates as shown below. As always, please let me know if I messed anything up.

[PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config

2020-09-23 Thread Neeraj Upadhyay
Clarify the "x" in rcuox/N naming in RCU_NOCB_CPU config description. Signed-off-by: Neeraj Upadhyay --- kernel/rcu/Kconfig | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index b71e21f..5b22747 100644 --- a/kernel/rcu/Kconf