Re: [PATCH] sched/debug: check p->se.on_rq for 'runnable tasks'

2016-09-22 Thread Zhu Yanhai
2016-09-22 18:08 GMT+08:00 Peter Zijlstra : > On Thu, Sep 22, 2016 at 05:50:53PM +0800, Zhu Yanhai wrote: >> From: Zhu Yanhai >> >> I can't see why the check was removed by commit b32e86b4. Since it was not >> relevant to the subject of the commit, I guess it was just a plain typo. > > No, it was

Re: [PATCH] sched/debug: check p->se.on_rq for 'runnable tasks'

2016-09-22 Thread Peter Zijlstra
On Thu, Sep 22, 2016 at 05:50:53PM +0800, Zhu Yanhai wrote: > From: Zhu Yanhai > > I can't see why the check was removed by commit b32e86b4. Since it was not > relevant to the subject of the commit, I guess it was just a plain typo. No, it was very much on purpose. It shows all tasks now, which

[PATCH] sched/debug: check p->se.on_rq for 'runnable tasks'

2016-09-22 Thread Zhu Yanhai
From: Zhu Yanhai I can't see why the check was removed by commit b32e86b4. Since it was not relevant to the subject of the commit, I guess it was just a plain typo. Signed-off-by: Zhu Yanhai --- kernel/sched/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sch