Re: [PATCH] lockdep: fix report formatting

2016-12-06 Thread Ingo Molnar
* Dmitry Vyukov 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. > >

Re: [PATCH] lockdep: fix report formatting

2016-11-28 Thread Andrew Donnellan
On 29/11/16 01:24, Dmitry Vyukov 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 mess

[PATCH] lockdep: fix report formatting

2016-11-28 Thread Dmitry Vyukov
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 prin