From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by ozlabs.org (Postfix) with ESMTP id 2CCD2DDDF7 for ; Wed, 23 Jan 2008 19:19:35 +1100 (EST) Received: by rv-out-0910.google.com with SMTP id c27so2312363rvf.9 for ; Wed, 23 Jan 2008 00:19:34 -0800 (PST) Message-ID: <84144f020801230019i5ac6c8b1lfa5364672988b0c4@mail.gmail.com> Date: Wed, 23 Jan 2008 10:19:33 +0200 From: "Pekka Enberg" Sender: penberg@gmail.com To: "Christoph Lameter" Subject: Re: crash in kmem_cache_init In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20080118225713.GA31128@aepfle.de> <20080122195448.GA15567@csn.ul.ie> <20080122212654.GB15567@csn.ul.ie> <20080122225046.GA866@csn.ul.ie> <47967560.8080101@cs.helsinki.fi> Cc: lee.schermerhorn@hp.com, Olaf Hering , Linux MM , Mel Gorman , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, "Aneesh Kumar K.V" , hanth Aravamudan , akpm@linux-foundation.org, KAMEZAWA Hiroyuki List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Christoph, On Jan 23, 2008 1:18 AM, Christoph Lameter wrote: > My patch is useless (fascinating history of the changelog there through). > fallback_alloc calls kmem_getpages without GFP_THISNODE. This means that > alloc_pages_node() will try to allocate on the current node but fallback > to neighboring node if nothing is there.... Sure, but I was referring to the scenario where current node _has_ pages available but no ->nodelists. Olaf, did you try it? Pekka