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.