Re: [PATCH v7 09/13] printk: Support setting initial console loglevel via console= on cmdline

From: Petr Mladek

Date: Fri Nov 21 2025 - 09:05:32 EST


On Wed 2025-11-19 03:07:37, Chris Down wrote:
> Extend the console= kernel command line parameter to support specifying
> per-console loglevels at boot time. This is achieved by introducing a
> new loglevel option that can be passed as a loglevel option within a
> console= stanza.
>
> For example, this is an example of how one might configure netconsole
> devices to print messages with a higher priority than loglevel 3
> (KERN_ERR) at startup:
>
> console=netcon0,loglevel:3
>
> Signed-off-by: Chris Down <chris@xxxxxxxxxxxxxx>

Looks goot to me and works well:

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
Tested-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr