Re: [PATCH] powerpc/xmon: fix task state output

2021-11-02 Thread Michael Ellerman
On Tue, 26 Oct 2021 16:31:08 +0300, Denis Kirjanov wrote: > p_state is unsigned since the commit 2f064a59a11f > > The patch also uses TASK_RUNNING instead of null. > > Applied to powerpc/next. [1/1] powerpc/xmon: fix task state output

Re: [PATCH] powerpc/xmon: fix task state output

2021-10-27 Thread Denis Kirjanov
On 10/27/21, Michael Ellerman wrote: > Denis Kirjanov writes: >> p_state is unsigned since the commit 2f064a59a11f >> >> The patch also uses TASK_RUNNING instead of null. >> >> Fixes: 2f064a59a11f ("sched: Change task_struct::state") >> Signed-off-by: Denis Kirjanov >> --- >>

Re: [PATCH] powerpc/xmon: fix task state output

2021-10-26 Thread Michael Ellerman
Denis Kirjanov writes: > p_state is unsigned since the commit 2f064a59a11f > > The patch also uses TASK_RUNNING instead of null. > > Fixes: 2f064a59a11f ("sched: Change task_struct::state") > Signed-off-by: Denis Kirjanov > --- > arch/powerpc/xmon/xmon.c | 3 +-- > 1 file changed, 1

[PATCH] powerpc/xmon: fix task state output

2021-10-26 Thread Denis Kirjanov
p_state is unsigned since the commit 2f064a59a11f The patch also uses TASK_RUNNING instead of null. Fixes: 2f064a59a11f ("sched: Change task_struct::state") Signed-off-by: Denis Kirjanov --- arch/powerpc/xmon/xmon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git