Re: kernel BUG at mm/slqb.c:1411!

From: Minchan Kim
Date: Wed May 13 2009 - 04:38:25 EST


On Wed, 13 May 2009 16:42:37 +0900 (JST)
KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> wrote:

Hmm. I don't know slqb well.
So, It's just my guess.

We surely increase l->nr_partial in __slab_alloc_page.
In between l->nr_partial++ and call __cache_list_get_page, Who is decrease l->nr_partial again.
After all, __cache_list_get_page return NULL and hit the VM_BUG_ON.

Comment said :

/* Protects nr_partial, nr_slabs, and partial */
spinlock_t page_lock;

As comment is right, We have to hold the l->page_lock ?



--
Kinds Regards
Minchan Kim
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/