Re: [PATCH tip/core/rcu 2/8] rcutorture: Dump stack when GP kthread stalls

2015-12-05 Thread Paul E. McKenney
On Fri, Dec 04, 2015 at 04:59:48PM -0800, Josh Triplett wrote: > On Fri, Dec 04, 2015 at 04:23:46PM -0800, Paul E. McKenney wrote: > > This commit increases debug information in the case where the grace-period > > kthread is being prevented from running by dumping that kthread's stack. > > That's

Re: [PATCH tip/core/rcu 2/8] rcutorture: Dump stack when GP kthread stalls

2015-12-04 Thread Josh Triplett
On Fri, Dec 04, 2015 at 04:23:46PM -0800, Paul E. McKenney wrote: > This commit increases debug information in the case where the grace-period > kthread is being prevented from running by dumping that kthread's stack. That's not everything this patch does; see below. > Signed-off-by: Paul E. McKe