Re: [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq

From: John Ogness
Date: Thu Feb 08 2024 - 08:40:06 EST


On 2024-02-08, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> I just remembered all the rt-changes coming down the pipe for
> consoles/printk, is this going to mess with that?

It will not mess with the changes because we will continue to support
the legacy consoles anyway.

> So when this option fails when people need it the most, perhaps it's not
> worth adding? When else would people want to use it?

The feature could be massively improved once the rt-changes (atomic
consoles) become available.

Petr also brought up valid points about this feature (such as the
loglevel) that should be considered. We should clarify what exactly we
want this feature to do. The actual implementation is the easy part.

John