Re: printk meeting at LPC 2022

From: Steven Rostedt
Date: Fri Sep 23 2022 - 11:30:17 EST


On Fri, 23 Sep 2022 16:55:28 +0206
John Ogness <john.ogness@xxxxxxxxxxxxx> wrote:

> All other consoles could then be tried as a "last hope" at the very
> end of panic(), after all records have been flushed to reliable
> consoles and when it no longer matters if a console kills the CPU. For
> non-panic emergencies (warn, rcu stalls, etc), there may be other
> flags that would be needed.

I think we may need to check if kexec is involved. We don't want one of
these "last hope" consoles to lock up the system preventing kexec to occur.

But if there's no kexec, and the system is just going to lock up anyway,
then sure go ahead and call the unsafe consoles.

-- Steve