From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.sgi.com [192.48.171.30]) by ozlabs.org (Postfix) with ESMTP id 83DBFDDF5E for ; Sat, 19 Jan 2008 05:51:02 +1100 (EST) Date: Fri, 18 Jan 2008 10:42:38 -0800 (PST) From: Christoph Lameter To: Olaf Hering Subject: Re: crash in kmem_cache_init In-Reply-To: <20080118065621.GA27495@aepfle.de> Message-ID: References: <20080115150949.GA14089@aepfle.de> <84144f020801170414q7d408a74uf47a84b777c36a4a@mail.gmail.com> <20080117181222.GA24411@aepfle.de> <20080117211511.GA25320@aepfle.de> <20080118065621.GA27495@aepfle.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Pekka Enberg , linux-kernel@vger.kernel.org, Linux MM List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 18 Jan 2008, Olaf Hering wrote: > calls cache_grow with nodeid 0 > > [c00000000075bbd0] [c0000000000f82d0] .cache_alloc_refill+0x234/0x2c0 > calls cache_grow with nodeid 0 > > [c00000000075bbe0] [c0000000000f7f38] .____cache_alloc_node+0x17c/0x1e8 > > calls cache_grow with nodeid 1 > > [c00000000075bbe0] [c0000000000f7d68] .fallback_alloc+0x1a0/0x1f4 Hmmm... fallback_alloc should not be called during bootstrap.