Re: [PATCH printk v1 00/10] printk: introduce atomic consoles and sync mode

From: Sergey Senozhatsky
Date: Mon Aug 30 2021 - 20:33:55 EST


On (21/08/05 17:47), Petr Mladek wrote:
[..]
> 3. After introducing console kthread(s):
>
> int printk(...)
> {
> vprintk_store();
> wake_consoles_via_irqwork();
> }
>
> + in panic:
>
> + with atomic console like after this patchset?
> + without atomic consoles?
>
> + during early boot?

I guess I'd also add netconsole to the list.