From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932611AbYDOVQb (ORCPT ); Tue, 15 Apr 2008 17:16:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755479AbYDOVQW (ORCPT ); Tue, 15 Apr 2008 17:16:22 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:49557 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754060AbYDOVQW (ORCPT ); Tue, 15 Apr 2008 17:16:22 -0400 Message-ID: <48051B22.1040901@sgi.com> Date: Tue, 15 Apr 2008 14:16:18 -0700 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Christoph Lameter CC: Ingo Molnar , Linus Torvalds , Pekka Enberg , linux-kernel@vger.kernel.org, Mel Gorman , Nick Piggin , Andrew Morton , "Rafael J. Wysocki" , Yinghai.Lu@sun.com, apw@shadowen.org, KAMEZAWA Hiroyuki Subject: Re: [bug] SLUB + mm/slab.c boot crash in -rc9 References: <20080415161532.GA15088@elte.hu> <20080415195430.GA23015@elte.hu> <20080415201734.GA25628@elte.hu> <20080415202805.GA26880@elte.hu> <20080415203405.GA27958@elte.hu> <20080415204208.GA30432@elte.hu> <20080415205820.GC31645@elte.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christoph Lameter wrote: > On Tue, 15 Apr 2008, Ingo Molnar wrote: > >> and the bug pattern seems to be memory corruption - not memory >> exhaustion. > > SLUB does not do a memory allocation where it fails here but simply > accesses per cpu information that is expected to be already zeroed. > >> i.e. we allocated RAM but it got corrupted after allocation. > > In some situations we are screwing up the per cpu data handling on > 32 bit x86? Adding Mike. This looks like the per cpu area overlaps with > something else? > > I'll certainly take a look... -Mike