[PATCH] print kdump kernel loaded status in stack dump

Sergey Senozhatsky sergey.senozhatsky.work at gmail.com
Fri Jan 19 00:32:22 PST 2018


On (01/19/18 16:16), Dave Young wrote:
> I thought about adding an option to improve printk_delay so it can
> delay every n lines, eg. 25 rows. Maybe that idea works for this
> issue?

/* sent the message too soon */

printk_delay() has no effect there. it limits only printk()->vprintk_emit()
and we don't have any new printk()-s once the system has panic-ed. it's
console_unlock() that prints out the oops.

	-ss



More information about the kexec mailing list