Re: [PATCH printk v5 06/40] printk: fix setting first seq for consoles

From: John Ogness
Date: Fri Nov 18 2022 - 05:52:54 EST


On 2022-11-18, Petr Mladek <pmladek@xxxxxxxx> wrote:
> Another improvement might be to disable handover in this case.
> It would be safe because we are in a sleepable context.
> It would increase the chance that console_flush_all() succeeded.

I also considered this. The problem is that you cannot disable the
handover with the current API and it seemed crazy to dig all the up just
for this.

> We could do this later when there are problems with this approach.
> The problem with the handover has been there even before.

Agreed.

> I do not want to delay this patchset by discussion this non-critical
> problem to the death ;-)

Thanks! :-)

John