Re: [PATCH v2] arch/x86: get rid of KERN_CONT in show_fault_oops()

From: Sergey Senozhatsky
Date: Mon Jun 25 2018 - 21:30:01 EST


On (06/25/18 14:38), Dmitry Vyukov wrote:
> From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
>
> KERN_CONT leads to split lines in kernel output
> and complicates useful changes to printk like
> printing context before each line.
>
> Only acceptable use of continuations is basically
> boot-time testing.
>
> Get rid of it.
>
> Signed-off-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx>

FWIW, looks good to me

Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>

-ss