Re: [PATCH tty-next v1 0/2] convert 8250 to nbcon
From: Greg Kroah-Hartman
Date: Thu Sep 05 2024 - 10:09:31 EST
On Thu, Sep 05, 2024 at 03:53:17PM +0206, John Ogness wrote:
> The recent printk rework introduced a new type of console NBCON
> that will perform printing via a dedicated kthread during
> normal operation. For times when the kthread is not available
> (early boot, panic, reboot/shutdown) the NBCON console will
> print directly from the printk() calling context (even if from
> NMI).
>
> Futher details about NBCON consoles are available here [0].
Really? That link calls them "NOBKL", is that the same thing?
confused,
greg k-h