Re: [PATCH next v3 7/8] printk: reimplement log_cont using record extension

From: Petr Mladek
Date: Wed Sep 02 2020 - 10:09:29 EST


On Mon 2020-08-31 03:16:57, John Ogness wrote:
> Use the record extending feature of the ringbuffer to implement
> continuous messages. This preserves the existing continuous message
> behavior.
>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>
> ---
> kernel/printk/printk.c | 98 +++++++++---------------------------------
> 1 file changed, 20 insertions(+), 78 deletions(-)

It looks simple from the printk() side ;-)

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr