Re: [PATCH] rcu/nocb: Fix dump_tree hierarchy print always active

2019-10-07 Thread Stefan
On 07/10/2019 03:26, Paul E. McKenney wrote: > > On Fri, Oct 04, 2019 at 03:24:02PM -0700, Paul E. McKenney wrote: >> On Fri, Oct 04, 2019 at 07:49:10PM +, Stefan Reiter wrote: >>> Commit 18cd8c93e69e ("rcu/nocb: Print gp/cb kthread hierarchy if >>> dump_tree") added print statements to rcu_or

Re: [PATCH] rcu/nocb: Fix dump_tree hierarchy print always active

2019-10-06 Thread Paul E. McKenney
On Fri, Oct 04, 2019 at 03:24:02PM -0700, Paul E. McKenney wrote: > On Fri, Oct 04, 2019 at 07:49:10PM +, Stefan Reiter wrote: > > Commit 18cd8c93e69e ("rcu/nocb: Print gp/cb kthread hierarchy if > > dump_tree") added print statements to rcu_organize_nocb_kthreads for > > debugging, but incorre

Re: [PATCH] rcu/nocb: Fix dump_tree hierarchy print always active

2019-10-04 Thread Paul E. McKenney
On Fri, Oct 04, 2019 at 07:49:10PM +, Stefan Reiter wrote: > Commit 18cd8c93e69e ("rcu/nocb: Print gp/cb kthread hierarchy if > dump_tree") added print statements to rcu_organize_nocb_kthreads for > debugging, but incorrectly guarded them, causing the function to always > spew out its message.