Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754320AbYH1OXq (ORCPT ); Thu, 28 Aug 2008 10:23:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752693AbYH1OXj (ORCPT ); Thu, 28 Aug 2008 10:23:39 -0400 Received: from casper.infradead.org ([85.118.1.10]:48402 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518AbYH1OXi (ORCPT ); Thu, 28 Aug 2008 10:23:38 -0400 Subject: Re: [BUG] linux-next: Tree for August 26 - Badness at kernel/notifier.c:25 From: David Woodhouse To: Stephen Rothwell Cc: Arjan van de Ven , LKML , Kamalesh Babulal , linuxppc-dev@ozlabs.org, linux-next@vger.kernel.org, mingo@elte.hu In-Reply-To: <20080828003821.d29d2a03.sfr@canb.auug.org.au> References: <20080826184008.6be39f19.sfr@canb.auug.org.au> <48B44B2D.8070809@linux.vnet.ibm.com> <48B46610.1010809@linux.intel.com> <48B53695.3020703@linux.vnet.ibm.com> <48B55B16.7060804@linux.intel.com> <20080828003308.400038e0.sfr@canb.auug.org.au> <20080828003821.d29d2a03.sfr@canb.auug.org.au> Content-Type: text/plain Date: Thu, 28 Aug 2008 14:23:30 +0000 Message-Id: <1219933410.7107.296.camel@pmac.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1345 Lines: 40 On Thu, 2008-08-28 at 00:38 +1000, Stephen Rothwell wrote: > Hi Arjan, > > On Thu, 28 Aug 2008 00:33:08 +1000 Stephen Rothwell wrote: > > > > The original reported trace was during setup_system which is very early in > > the boot. > > But, of course, that version didn't have the necessary extra dereference > of the function address ... > > And the later debug patch did not check the address at register time, > only at notify time. > > The later trace also looks to be early in the boot. It's isa_bridge_notify(), which is neither within _[se]text nor _[se]inittext, so the core_kernel_text() function disavows it. Where are __devinit functions supposed to end up? $ egrep _[es]init\|_[es]text\|isa_bridge_notify System.map c000000000000000 T _stext c00000000045d000 T _etext c000000000463ca8 t .isa_bridge_notify c00000000063a000 T _sinittext c00000000067c3bc T _einittext c00000000071fd80 d isa_bridge_notify -- David Woodhouse Open Source Technology Centre David.Woodhouse@intel.com Intel Corporation -- 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/