Re: [PATCH v2 0/2] printk: Add printk.console_verbose boot param

From: Petr Mladek
Date: Fri Jul 30 2021 - 07:01:46 EST


On Tue 2021-07-13 02:15:09, Dmitry Safonov wrote:
> v1 to v2 Changes:
> - Add printk.console_verbose boot parameter instead of compile-time
> CONFIG_CONSOLE_LOGLEVEL_PANIC (see v1 discussion with Petr)
> - I didn't rename console_verbose() to console_verbose_panic() as
> I need it to be always disabled regardless oops/panic/lockdep.
> - I noticed console_silent() which is unused for long time, remove it.
>
> v1: https://lore.kernel.org/lkml/20210622143350.1105701-1-dima@xxxxxxxxxx/
>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: John Ogness <john.ogness@xxxxxxxxxxxxx>
> Cc: Petr Mladek <pmladek@xxxxxxxx>
> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
>
> Dmitry Safonov (2):
> printk: Remove console_silent()
> printk: Add printk.console_verbose boot parameter

The patchset is comitted in printk/linux.git, branch
for-5.15-verbose-console.

Best Regards,
Petr