On 2025-06-16, Petr Mladek wrote:
> On Fri 2025-06-06 23:53:47, Marcos Paulo de Souza wrote:
>> All consoles found on for_each_console are registered, meaning that all of
>> them are CON_ENABLED. The code tries to find an active console, so check if
>> the
>> console is not suspended instead.
>>
On Fri 2025-06-06 23:53:47, Marcos Paulo de Souza wrote:
> All consoles found on for_each_console are registered, meaning that all of
> them are CON_ENABLED. The code tries to find an active console, so check if
> the
> console is not suspended instead.
>
> Signed-off-by: Marcos Paulo de Souza
>
All consoles found on for_each_console are registered, meaning that all of
them are CON_ENABLED. The code tries to find an active console, so check if the
console is not suspended instead.
Signed-off-by: Marcos Paulo de Souza
---
arch/um/kernel/kmsg_dump.c | 2 +-
1 file changed, 1 insertion(+),