From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Mon, 07 Jul 2008 01:14:36 +0000 Subject: Re: the printk problem Message-Id: <1215393276.8970.36.camel@pasglop> List-Id: References: <20080625131101.GA6205@digi.com> <20080704104634.GA31634@digi.com> <20080704111540.ddffd241.akpm@linux-foundation.org> <1215212420.8970.8.camel@pasglop> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Linus Torvalds Cc: linux-ia64@vger.kernel.org, linuxppc-dev@ozlabs.org, Peter Anvin , Andrew Morton , "David S. Miller" , parisc-linux@parisc-linux.org On Fri, 2008-07-04 at 16:25 -0700, Linus Torvalds wrote: >=20 > On Sat, 5 Jul 2008, Benjamin Herrenschmidt wrote: > >=20 > > I'll give it a try using =EF=BB=BFprobe_kernel_address() instead on mon= day. >=20 > Here's the updated patch which uses probe_kernel_address() instead (and=20 > moves the whole #ifdef mess out of the code that wants it and into a=20 > helper function - and maybe we should then put that helper into=20 > kallsyms.h, but that's a different issue). >=20 > Still all happily untested, of course. And still with no actual users=20 > converted. Did a few tests and it seems to work. I'll stick a patch converting powerpc to use %pS for oops display in -next. Thanks ! Cheers, Ben.