Re: powerpc/xmon: Show the stack protector canary in xmon

2018-10-14 Thread Michael Ellerman
On Mon, 2018-10-15 at 02:23:39 UTC, Michael Ellerman wrote: > This is helpful for debugging stack protector crashes. > > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/50530f5eac0c023cfc313d7ed342d4 cheers

[PATCH] powerpc/xmon: Show the stack protector canary in xmon

2018-10-14 Thread Michael Ellerman
This is helpful for debugging stack protector crashes. Signed-off-by: Michael Ellerman --- arch/powerpc/xmon/xmon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index c70d17c9a6ba..d139741f26fe 100644 --- a/arch/powerpc/xmon/xmon.c ++