From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757467Ab0JJL4J (ORCPT ); Sun, 10 Oct 2010 07:56:09 -0400 Received: from relay1.sgi.com ([192.48.179.29]:37627 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756176Ab0JJL4I (ORCPT ); Sun, 10 Oct 2010 07:56:08 -0400 Date: Sun, 10 Oct 2010 06:56:05 -0500 From: Robin Holt To: Ingo Molnar Cc: Robin Holt , Russ Anderson , Yinghai Lu , linux-kernel , tglx@linutronix.de, "H. Peter Anvin" , Jack Steiner Subject: Re: [BUG] x86: bootmem broken on SGI UV Message-ID: <20101010115605.GC14064@sgi.com> References: <20101008213429.GB7223@sgi.com> <4CAFA1DB.6010802@kernel.org> <20101009125944.GA18248@sgi.com> <20101009163908.GX14068@sgi.com> <20101010104129.GB30271@elte.hu> <20101010104319.GA9862@elte.hu> <20101010114459.GY14068@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101010114459.GY14068@sgi.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 10, 2010 at 06:44:59AM -0500, Robin Holt wrote: > On Sun, Oct 10, 2010 at 12:43:19PM +0200, Ingo Molnar wrote: > > > > * Ingo Molnar wrote: > > > > > > > > * Robin Holt wrote: > > > > > > > On Sat, Oct 09, 2010 at 07:59:45AM -0500, Russ Anderson wrote: > > > > > Yes, Yinghai's patch fixes the problem. > > > > > Thank you very much. > > > > > > > > Will this be included in 2.6.36? It is needed for boot in order for UV > > > > systems to boot. > > > > > > -tip uses memblock APIs. If this happens with vanilla -git as well > > > then we need a bootmem backport for the fix. > > > > And to answer your question: yes, we can queue it up for -final as well > > if it's a recent regression - 'doesnt boot at all' bugs are nasty. But > > i'm not sure this is a bootmem problem so please double check vanilla > > v2.6.36-rc7 as well. > > The 36-rc7 kernel does not boot at all either. I don't have any decent > debug tools to dig in further. It does fail on the same machine that > Russ was testing with, but passes on any that have a single blade as > the kernel Russ first identified as being a problem had. Based upon my > vague recollection of the boot messages, it appears to fail in a similar > point in boot. I would assume it is a similar problem. 2.6.35 fails as well. I will bisect for as long as time permits. Robin