From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by ozlabs.org (Postfix) with ESMTP id D75CC67B6A for ; Fri, 20 Oct 2006 08:00:13 +1000 (EST) Date: Thu, 19 Oct 2006 15:00:04 -0700 (PDT) From: Christoph Lameter To: Will Schmidt Subject: Re: kernel BUG in __cache_alloc_node at linux-2.6.git/mm/slab.c:3177! In-Reply-To: <1161294197.8946.56.camel@farscape> Message-ID: References: <1161026409.31903.15.camel@farscape> <1161031821.31903.28.camel@farscape> <17717.50596.248553.816155@cargo.ozlabs.ibm.com> <17718.39522.456361.987639@cargo.ozlabs.ibm.com> <17719.1849.245776.4501@cargo.ozlabs.ibm.com> <20061019163044.GB5819@krispykreme> <1161290229.8946.51.camel@farscape> <1161294197.8946.56.camel@farscape> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Christoph Lameter Cc: akpm@osdl.org, linuxppc-dev@ozlabs.org, Paul Mackerras , Anton Blanchard , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 19 Oct 2006, Will Schmidt wrote: > Get cache descritor > __cache_alloc > __cache_alloc_node 0 Hmmm... Still no fallback? Weird, would you apply the other patch that filters the __GFP_THISNODE flag and try again? Could you try to add some printk's to the page allocator to figure out what is going on there? Or is it clear that the node is overallocated? Could it be that the node online mask contains a node that has not been bootstrapped yet? Dont you have someone who can debug this? This is kind of an awkward back and forth with me guessing what the system does. Someone with knowledge about the way NUMA is implemented in the arch code?