From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753943AbZCDLHl (ORCPT ); Wed, 4 Mar 2009 06:07:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755910AbZCDLHZ (ORCPT ); Wed, 4 Mar 2009 06:07:25 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:46520 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755532AbZCDLHX (ORCPT ); Wed, 4 Mar 2009 06:07:23 -0500 Date: Wed, 4 Mar 2009 12:07:08 +0100 From: Ingo Molnar To: Peter Zijlstra Cc: Yinghai Lu , Tejun Heo , Linux Kernel Mailing List , Johannes Weiner Subject: Re: 32bit panic on 4 sockets Message-ID: <20090304110708.GA4645@elte.hu> References: <86802c440903031458p4a72f8c8x6f91e9f58ac6bc26@mail.gmail.com> <86802c440903031751y136b506uc163dd2c9023de9b@mail.gmail.com> <49ADE201.7010506@kernel.org> <86802c440903032257l6607972dqe2390958b18454bd@mail.gmail.com> <1236155659.5330.6837.camel@laptop> <20090304103405.GA4879@elte.hu> <1236163190.5330.7091.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1236163190.5330.7091.camel@laptop> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Wed, 2009-03-04 at 11:34 +0100, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > > > On Tue, 2009-03-03 at 22:57 -0800, Yinghai Lu wrote: > > > > On Tue, Mar 3, 2009 at 6:05 PM, Tejun Heo wrote: > > > > > Looks like a genuine bootmem bug. Cc'ing Johannes and > > > > > quoting whole body. > > > > > > > > it is x86 32bit numa code problem. it assume bootmem will > > > > sit on first node only. > > > > > > Seems a bit daft to run a 32bit kernel on such a machine.. at > > > some point we should just give up and not push this 32 bit > > > madness any further. > > > > it works just fine on a lot of systems - and since we keep > > unifying a lot of these codepaths we are better off keeping it > > all working. > > Sure, but eg. running with 16GB on a 32bit system just isn't > going to work well. Same with large cpu-count, at some point > you might be able to boot, but not much else. Sure. Ingo