Re: [PATCH] lockdep: fix report formatting

From: Ingo Molnar
Date: Tue Dec 06 2016 - 04:41:22 EST



* Dmitry Vyukov <dvyukov@xxxxxxxxxx> wrote:

> Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
> continuation lines") printk() requires KERN_CONT to continue log
> messages. Lots of printk() in lockdep.c and print_ip_sym() don't
> have it. As the result lockdep reports are completely messed.
>
> Add missing KERN_CONT and inline print_ip_sym() where necessary.
>
> Without this patch all scripts that parse kernel bug reports
> are broken. So it makes sense to get this into 4.9.
>
> Cc: aryabinin@xxxxxxxxxxxxx
> Cc: andreyknvl@xxxxxxxxxx
> Cc: joe@xxxxxxxxxxx
> Cc: peterz@xxxxxxxxxxxxx
> Cc: mingo@xxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: syzkaller@xxxxxxxxxxxxxxxx

JFYI, I've added your Signed-off-by to this fix.

Thanks,

Ingo