Re: [PATCH v7 01/13] printk: Avoid delaying messages that aren't solicited by any console
From: Petr Mladek
Date: Wed Nov 19 2025 - 10:46:56 EST
On Wed 2025-11-19 03:33:20, Chris Down wrote:
> Of course, one reviews the whole patch set and then misses...
I think that this is a classic post-sent panic ;-)
> Chris Down writes:
> > - boot_delay_msec(level);
> > + /* If the message is forced (e.g. panic), we must delay */
>
> That should obviously say "_not_ delay". I'll fix it on next resend.
IMHO, the original message is correct. The message is forced => shown
=> the delay allows to read the message on a screen.
> > + if (!is_printk_force_console() && suppress_message_printing(level))
> > + return;
> > +
> > + boot_delay_msec();
Best Regards,
Petr