Re: [PATCH V2] print kdump kernel loaded status in stack dump

From: Sergey Senozhatsky
Date: Tue Jan 30 2018 - 03:51:04 EST


On (01/27/18 12:11), Dave Young wrote:
> It is useful to print kdump kernel loaded status in dump_stack()
> especially when panic happens so that we can differenciate
> kdump kernel early hang and a normal panic in a bug report.
>
> Signed-off-by: Dave Young <dyoung@xxxxxxxxxx>

Looks OK to me.

Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>


I agree with Steven, would be better to move the whole thing
to lib/dump_stack.c

-ss