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 <frederic@xxxxxxxxxx> > > Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> > > Cc: Lai Jiangshan <jiangshanlai@xxxxxxxxx> > > Cc: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> > > Cc: Neeraj Upadhyay <neeraju@xxxxxxxxxxxxxx> > > Cc: Boqun Feng <boqun.feng@xxxxxxxxx> > > OK, so it does make sense to move that del_timer() under the following > "if" statement, then. ;-) Right, probably I should have handled that in the beginning of the patchset instead of the end but heh, my mind is never that clear. Thanks.