Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752819AbcLFJlT (ORCPT ); Tue, 6 Dec 2016 04:41:19 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35794 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbcLFJlN (ORCPT ); Tue, 6 Dec 2016 04:41:13 -0500 Date: Tue, 6 Dec 2016 10:41:09 +0100 From: Ingo Molnar To: Dmitry Vyukov Cc: peterz@infradead.org, mingo@redhat.com, aryabinin@virtuozzo.com, andreyknvl@google.com, joe@perches.com, linux-kernel@vger.kernel.org, syzkaller@googlegroups.com Subject: Re: [PATCH] lockdep: fix report formatting Message-ID: <20161206094109.GA29929@gmail.com> References: <1480343083-48731-1-git-send-email-dvyukov@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480343083-48731-1-git-send-email-dvyukov@google.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 26 * 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. > > 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@virtuozzo.com > Cc: andreyknvl@google.com > Cc: joe@perches.com > Cc: peterz@infradead.org > Cc: mingo@redhat.com > Cc: linux-kernel@vger.kernel.org > Cc: syzkaller@googlegroups.com JFYI, I've added your Signed-off-by to this fix. Thanks, Ingo