Re: [PATCH] fix memory leak in mm/slab.c::alloc_kmemlist() (try#3)

From: Christoph Lameter
Date: Tue Mar 21 2006 - 20:32:50 EST


On Wed, 22 Mar 2006, Jesper Juhl wrote:

> Fix memory leak in mm/slab.c::alloc_kmemlist().
> If one allocation fails we have to roll-back all allocations made up to the
> point of failure.

Sorry but you cannot roll back. alloc_kmemlist() could have been used for
tuning the cpucache while accesses to the slab continue. "Rolling back"
would partially destroy the slab for some nodes and likely cause the
system to crash. We can only roll back if this is actually an initial
allocation and we are assured that the whole thing is not yet in use.

-
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/