Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261582AbVEJI2Q (ORCPT ); Tue, 10 May 2005 04:28:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261581AbVEJI2Q (ORCPT ); Tue, 10 May 2005 04:28:16 -0400 Received: from mailfe08.swip.net ([212.247.154.225]:43193 "EHLO swip.net") by vger.kernel.org with ESMTP id S261582AbVEJI2J (ORCPT ); Tue, 10 May 2005 04:28:09 -0400 X-T2-Posting-ID: jLUmkBjoqvly7NM6d2gdCg== Subject: Re: [BUG][Resend] 2.6.12-rc3-mm3: Kernel BUG at "mm/slab.c":1219 From: Alexander Nyberg To: Jens Axboe Cc: Andi Kleen , "Rafael J. Wysocki" , LKML , Andrew Morton In-Reply-To: <20050510061858.GB21649@suse.de> References: <200505092239.37834.rjw@sisk.pl> <20050509205251.GK25167@wotan.suse.de> <20050510061858.GB21649@suse.de> Content-Type: text/plain Date: Tue, 10 May 2005 10:28:06 +0200 Message-Id: <1115713686.918.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1622 Lines: 45 tis 2005-05-10 klockan 08:18 +0200 skrev Jens Axboe: > On Mon, May 09 2005, Andi Kleen wrote: > > On Mon, May 09, 2005 at 10:39:37PM +0200, Rafael J. Wysocki wrote: > > > Hi, > > > > > > I get this from 2.6.12-rc3-mm3 on a UP AMD64 box (Asus L5D), 100% of the time: > > > > Probably a generic bug. Block layer is passing some slab flag slab > > doesn't like. > > Some slab change, perhaps? There's nothing special about the init_bio() > slab call: > > bio_slab = kmem_cache_create("bio", sizeof(struct bio), 0, > SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); > > > Hmm, this looks strange. That bug happens if: > > if ((!name) || > in_interrupt() || > (size < BYTES_PER_WORD) || > (size > (1< (dtor && !ctor)) { > printk(KERN_ERR "%s: Early error in slab %s\n", > __FUNCTION__, name); > BUG(); > } > > It must be in_interrupt() triggering, perhaps something change in the > boot sequence? > The funny thing is that it seems to be the name being NULL, from the original post: kmem_cache_create: Early error in slab When looking at the code I really can't see how that can be. Rafael, what setup is this compiled under? - 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/