print kdump kernel loaded status in stack dump
authorDave Young <dyoung@redhat.com>
Sat, 27 Jan 2018 04:11:29 +0000 (12:11 +0800)
committerPetr Mladek <pmladek@suse.com>
Thu, 8 Feb 2018 13:47:25 +0000 (14:47 +0100)
commit097114aa6eb2aa206c8cf136de77ebffe424234c
tree4edbef479758ff191461e1f5ac218bdbf217bea4
parentab486bc9a591689f3ac2b6ebc072309371f8f451
print kdump kernel loaded status in stack dump

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.

Link: http://lkml.kernel.org/r/20180127041129.GA29016@dhcp-128-65.nay.redhat.com
To: Steven Rostedt <rostedt@goodmis.org>
To: Andi Kleen <ak@linux.intel.com>
To: kexec@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org
Cc: kexec@lists.infradead.org
Signed-off-by: Dave Young <dyoung@redhat.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Petr Mladek <pmladek@suse.com>
kernel/printk/printk.c