Re: [BUG] at mm/slab.c:3320

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Aneesh Kumar K.V <aneesh.kumar@...>
Cc: lkml <linux-kernel@...>, <linux-mm@...>
Date: Tuesday, December 25, 2007 - 6:05 pm

On Thu, 20 Dec 2007 15:35:41 +0530 "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:


ow.

static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags,
				int nodeid)
{
	struct list_head *entry;
	struct slab *slabp;
	struct kmem_list3 *l3;
	void *obj;
	int x;

	l3 = cachep->nodelists[nodeid];
	BUG_ON(!l3);

Maybe something got mucked up in our initial preparation of the zonelists.

I assume this is a recent regression.  Is there any chance you can bisect
it down to the offending commit?

Thanks.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] at mm/slab.c:3320, Aneesh Kumar K.V, (Thu Dec 20, 6:05 am)
Re: [BUG] at mm/slab.c:3320, Andrew Morton, (Tue Dec 25, 6:05 pm)
Re: [BUG] at mm/slab.c:3320, Aneesh Kumar K.V, (Thu Dec 27, 11:32 am)
Re: [BUG] at mm/slab.c:3320, Christoph Lameter, (Thu Dec 27, 3:31 pm)