Re: [PATCH] Add xmon command to dump process/task similar to ps(1)

2015-11-22 Thread Michael Ellerman
Hi Doug, Your subject should be something more like: "powerpc/xmon: Add command to dump process/task similar to ps(1)" On Thu, 2015-11-19 at 06:31 -0600, Douglas Miller wrote: > And you need to write a change log. It doesn't have to be an opus, but there should be something here. eg. Where did

[PATCH] Add xmon command to dump process/task similar to ps(1)

2015-11-19 Thread Douglas Miller
Signed-off-by: Douglas Miller --- arch/powerpc/xmon/xmon.c | 58 ++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 13c6e20..5c24f55 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/

[PATCH] Add xmon command to dump process/task similar to ps(1)

2015-11-18 Thread Douglas Miller
--- arch/powerpc/xmon/xmon.c | 58 ++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 13c6e20..5c24f55 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c @@ -14