Re: [PATCH] rcu: tree_plugin: Dump specified number of blocked tasks

2019-03-29 Thread Paul E. McKenney
On Fri, Mar 29, 2019 at 03:42:44PM +0530, Mukesh Ojha wrote: > > On 3/29/2019 3:25 PM, Neeraj Upadhyay wrote: > >dump_blkd_tasks() uses 10 as the max number of blocked > >tasks, which are printed. However, it has an argument > >which provides that number. So, use the argument value > >instead. As

Re: [PATCH] rcu: tree_plugin: Dump specified number of blocked tasks

2019-03-29 Thread Mukesh Ojha
On 3/29/2019 3:25 PM, Neeraj Upadhyay wrote: dump_blkd_tasks() uses 10 as the max number of blocked tasks, which are printed. However, it has an argument which provides that number. So, use the argument value instead. As all callers currently pass 10 as the number, there isn't any impact. Sign

[PATCH] rcu: tree_plugin: Dump specified number of blocked tasks

2019-03-29 Thread Neeraj Upadhyay
dump_blkd_tasks() uses 10 as the max number of blocked tasks, which are printed. However, it has an argument which provides that number. So, use the argument value instead. As all callers currently pass 10 as the number, there isn't any impact. Signed-off-by: Neeraj Upadhyay --- kernel/rcu/tree_