Re: [PATCH printk v2 12/38] tty: serial: kgdboc: use console_is_enabled()
From: John Ogness <john.ogness@linutronix.de>
Date: 2022-11-07 09:45:14
Also in:
lkml
From: John Ogness <john.ogness@linutronix.de>
Date: 2022-11-07 09:45:14
Also in:
lkml
On 2022-11-07, Petr Mladek [off-list ref] wrote:
quoted
/* * Hold the console_lock to guarantee that no consoles are^^^^^^^^^^^^quoted
* unregistered until the kgdboc_earlycon setup is complete.My understanding is that this is synchronized by console_list_lock. Or do I miss something?
Yes, in the end the comment will say console_list_lock. At this point in the series, the console_lock is still used. The comment is updated later (as in patch 34 of the v2 series). John