Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755163Ab2BVSaL (ORCPT ); Wed, 22 Feb 2012 13:30:11 -0500 Received: from racecourse.oldelvet.net ([93.93.128.81]:37469 "EHLO racecourse.oldelvet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754813Ab2BVSaJ (ORCPT ); Wed, 22 Feb 2012 13:30:09 -0500 X-Greylist: delayed 444 seconds by postgrey-1.27 at vger.kernel.org; Wed, 22 Feb 2012 13:30:09 EST Message-ID: <4F45326C.3000408@oldelvet.org.uk> Date: Wed, 22 Feb 2012 18:22:36 +0000 From: Richard Mortimer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Meelis Roos CC: Tejun Heo , Grant Likely , Rob Herring , sparclinux@vger.kernel.org, Linux Kernel list , sam@ravnborg.org, "David S. Miller" Subject: Re: OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88 References: <20120213080618.GA11077@ponder.secretlab.ca> <20120213214623.GJ11077@ponder.secretlab.ca> <20120220170603.GC7836@mtj.dyndns.org> <20120221010537.GA15898@dhcp-172-17-108-109.mtv.corp.google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1657 Lines: 44 On 22/02/2012 00:36, Meelis Roos wrote: >> Meelis, can you please apply the following patch before& after the >> offending commit, boot with "memblock=debug" added as kernel param and >> post the boot log? The patch will generate some offset warnings after >> the commit but should work fine. > > Before the commit (v3.2-rc3-75-g0ee332c): memblock1.gz (attached) > After the commit (v3.2-rc3-76-g7bd0b0f): memblock2.gz (attached) > Its a long time since I regularly had to worry about SPARC boxes (not) booting so may be the difference between virtual & physical addresses but I notice that some of the addresses in the register dump have non-zero values in the upper 32 bits but the memblock values have zero in the upper half. memblock reserved: ADD [0x0000007fcc0a40-0x0000007fcc0a4e] node 1 memblock reserved: add [0x0000007fcc0a40-000000007fcc0a4e] node 1 @767 But a similar address in the registers has fffff800 in there. o4: fffff8007fcc0a4d I know that there are a number of explanations why things would be different (32 bit acesses etc) but it could explain things plus we would be talking 64 bit addresses in the kernel. Just a thought. Richard > In addition, a third type of sparc machines breaks in a third way - V210 > and V240 just hang after telling > > console [tty0] enabled, bootconsole disabled > > and before calibrating the delay loop. Bisect has led to the same commit. > -- 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/