Re: [PATCH 11/13] rcu/nocb: Only cancel nocb timer if not polling

2021-03-10 Thread Frederic Weisbecker
On Tue, Mar 02, 2021 at 05:22:29PM -0800, Paul E. McKenney wrote: > On Tue, Feb 23, 2021 at 01:10:09AM +0100, Frederic Weisbecker wrote: > > No need to disarm the nocb_timer if rcu_nocb is polling because it > > shouldn't be armed either. > > > > Signed-off-by: Frederic Weisbecker > > Cc: Josh

Re: [PATCH 11/13] rcu/nocb: Only cancel nocb timer if not polling

2021-03-03 Thread Paul E. McKenney
On Tue, Feb 23, 2021 at 01:10:09AM +0100, Frederic Weisbecker wrote: > No need to disarm the nocb_timer if rcu_nocb is polling because it > shouldn't be armed either. > > Signed-off-by: Frederic Weisbecker > Cc: Josh Triplett > Cc: Lai Jiangshan > Cc: Joel Fernandes > Cc: Neeraj Upadhyay >

[PATCH 11/13] rcu/nocb: Only cancel nocb timer if not polling

2021-02-22 Thread Frederic Weisbecker
No need to disarm the nocb_timer if rcu_nocb is polling because it shouldn't be armed either. Signed-off-by: Frederic Weisbecker Cc: Josh Triplett Cc: Lai Jiangshan Cc: Joel Fernandes Cc: Neeraj Upadhyay Cc: Boqun Feng --- kernel/rcu/tree_plugin.h | 14 +++--- 1 file changed, 7