Re: [PATCH printk v2 12/38] tty: serial: kgdboc: use console_is_enabled()

From: John Ogness
Date: Mon Nov 07 2022 - 04:45:14 EST


On 2022-11-07, Petr Mladek <pmladek@xxxxxxxx> wrote:
>> /*
>> * Hold the console_lock to guarantee that no consoles are
> ^^^^^^^^^^^^
>> * 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