Re: [PATCH v2 2/2] tty: sysrq: Use printk_force_console context on __handle_sysrq

From: John Ogness
Date: Tue Nov 05 2024 - 16:36:01 EST


On 2024-11-05, Marcos Paulo de Souza <mpdesouza@xxxxxxxx> wrote:
> By using the printk_force_console the loglevel workaround can be removed.
> The workaround existed to always send the sysrq header message to all
> consoles not matter what was the current loglevel, but it won't work for
> deferred messages, since the loglevel can be restore before the message
> is printed, suppressing the message that wasn't supposed to be
> suppressed by the workaround.
>
> Signed-off-by: Marcos Paulo de Souza <mpdesouza@xxxxxxxx>

Reviewed-by: John Ogness <john.ogness@xxxxxxxxxxxxx>