Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932460AbWACS7B (ORCPT ); Tue, 3 Jan 2006 13:59:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932488AbWACS7B (ORCPT ); Tue, 3 Jan 2006 13:59:01 -0500 Received: from omx2-ext.sgi.com ([192.48.171.19]:64471 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932460AbWACS7B (ORCPT ); Tue, 3 Jan 2006 13:59:01 -0500 Date: Tue, 3 Jan 2006 10:57:50 -0800 (PST) From: Christoph Lameter To: Pekka J Enberg cc: kus Kusche Klaus , Ingo Molnar , linux-kernel , mpm@selenic.com Subject: RE: SLAB-related panic in 2.6.15-rc7-rt1 on ARM In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 18 On Thu, 29 Dec 2005, Pekka J Enberg wrote: > > You're right again, this one-liner makes slab work. > > (by the way, line numbers differ by miles?) > > Yes, the bug is not -rt related. The patch was against vanilla. Christoph, > do you know who did the ARM bits for NUMA-aware page allocator? I was not aware that ARM supports NUMA. alloc_pages_node essentially dumbs down to a call to __alloc_pages. See include/linux/gfp.h. This could mean that the NODE_DATA() macro does not correctly work on ARM. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/