Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754437AbbFJTkE (ORCPT ); Wed, 10 Jun 2015 15:40:04 -0400 Received: from smtprelay0050.hostedemail.com ([216.40.44.50]:44917 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753174AbbFJTj4 (ORCPT ); Wed, 10 Jun 2015 15:39:56 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::,RULES_HIT:41:355:379:541:599:960:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2197:2199:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3653:3865:3866:3870:3871:3874:4321:5007:6261:7903:7904:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13311:13357:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: cakes56_1c4a1f4e4d15e X-Filterd-Recvd-Size: 1706 Message-ID: <1433965193.32331.23.camel@perches.com> Subject: Re: [RFC][PATCH] printk: Fixup the nmi printk mess From: Joe Perches To: Peter Zijlstra Cc: Steven Rostedt , linux-kernel@vger.kernel.org, jkosina@suse.cz, paulmck@linux.vnet.ibm.com, pmladek@suse.cz, Ingo Molnar , Thomas Gleixner Date: Wed, 10 Jun 2015 12:39:53 -0700 In-Reply-To: <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> <20150610192516.GK3644@twins.programming.kicks-ass.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 21 On Wed, 2015-06-10 at 21:25 +0200, Peter Zijlstra wrote: > 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 "\ 13 3245 kernel/printk/printk.c > > so its the 13th biggest file in kernel/, can't really be bothered by that. printk.c is ~80k of fairly convoluted. Refactoring would help maintenance. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/