Re: [PATCH printk v4 24/27] panic: Mark emergency section in warn
From: Petr Mladek
Date: Mon Apr 15 2024 - 09:26:55 EST
On Wed 2024-04-03 00:17:26, John Ogness wrote:
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> Mark the full contents of __warn() as an emergency section. In
> this section, the CPU will not perform console output for the
> printk() calls. Instead, a flushing of the console output is
> triggered when exiting the emergency section.
>
> Co-developed-by: John Ogness <john.ogness@xxxxxxxxxxxxx>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>
> Signed-off-by: Thomas Gleixner (Intel) <tglx@xxxxxxxxxxxxx>
Ok, let's try it:
Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
Best Regards,
Petr