Re: [PATCH v6] panic: Avoid the extra noise dmesg

From: Sergey Senozhatsky
Date: Sun Mar 03 2019 - 21:17:54 EST


On (03/01/19 16:49), Feng Tang wrote:
> When kernel panic happens, it will first print the panic call stack,
> then the ending msg like:
>
> [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception
> [ 35.749975] ------------[ cut here ]------------
>
> The above message are very useful for debugging.
>
> But if system is configured to not reboot on panic, say the "panic_timeout"
> parameter equals 0, it will likely print out many noisy message like
> WARN() call stack for each and every CPU except the panic one, messages
> like below:
[..]

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

-ss