From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ozlabs.org (Postfix) with ESMTP id 612E9DDD04 for ; Sun, 6 Jul 2008 08:57:45 +1000 (EST) Message-ID: <486FFC61.5080405@linux.intel.com> Date: Sat, 05 Jul 2008 15:57:37 -0700 From: Arjan van de Ven MIME-Version: 1.0 To: Linus Torvalds Subject: Re: the printk problem References: <20080625131101.GA6205@digi.com> <20080704104634.GA31634@digi.com> <20080704111540.ddffd241.akpm@linux-foundation.org> <1215212420.8970.8.camel@pasglop> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linux-ia64@vger.kernel.org, linuxppc-dev@ozlabs.org, Peter Anvin , Andrew Morton , "David S. Miller" , parisc-linux@parisc-linux.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Linus Torvalds wrote: > > On Fri, 4 Jul 2008, Linus Torvalds wrote: >> Still all happily untested, of course. And still with no actual users >> converted. > > Ok, it's tested, and here's an example usage conversion. > > The diffstat pretty much says it all. It _does_ change the format of the > stack trace entry a bit, but I don't think it's for the worse (unless it > breaks things like the oops tracker - Arjan?) > > It changes the symbol-in-module format from > > :ext3:add_dirent_to_buf+0x6c/0x26c > > to > > add_dirent_to_buf+0x6c/0x26c [ext3] > > but quite frankly, the latter was the standard format anyway (it's what > "sprint_symbol()" gives you), and traps_64.c was the odd man out. > This won't break anything for me actually; I already deal with either case. $ cat oopsparse.pl | wc -l 1252 the kernel is so inconsistent with oops formats (over time/across architectures) that once you deal with what there is today... you pretty much deal with everything. I also like the improvement; I wished something like this existed several times already in the last few months so for sure Acked-by: Arjan van de Ven