Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933822AbbFJTZZ (ORCPT ); Wed, 10 Jun 2015 15:25:25 -0400 Received: from casper.infradead.org ([85.118.1.10]:33986 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933726AbbFJTZU (ORCPT ); Wed, 10 Jun 2015 15:25:20 -0400 Date: Wed, 10 Jun 2015 21:25:16 +0200 From: Peter Zijlstra To: Joe Perches Cc: Steven Rostedt , linux-kernel@vger.kernel.org, jkosina@suse.cz, paulmck@linux.vnet.ibm.com, pmladek@suse.cz, Ingo Molnar , Thomas Gleixner Subject: Re: [RFC][PATCH] printk: Fixup the nmi printk mess Message-ID: <20150610192516.GK3644@twins.programming.kicks-ass.net> References: <20150610125509.GO19282@twins.programming.kicks-ass.net> <20150610120242.1e33c752@gandalf.local.home> <1433953156.32331.4.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433953156.32331.4.camel@perches.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 683 Lines: 16 On Wed, Jun 10, 2015 at 09:19:16AM -0700, Joe Perches wrote: > On Wed, 2015-06-10 at 12:02 -0400, Steven Rostedt wrote: > > > BTW, the printk.c file is getting rather big. > > No joke that. $ find kernel/ -type f -name \*.[ch] | while read file; do wc -l $file; done | sort -nr | awk '{ print ++i " " $0 }' | grep "\