Re: [PATCH 03/15] kmemleak: Add the slab memory allocation/freeinghooks

From: Christoph Lameter
Date: Thu Dec 18 2008 - 14:36:31 EST


On Thu, 18 Dec 2008, Catalin Marinas wrote:

> OK, but is there a chance that an stale pointer remains in such caches?

Definitely. The pointers are never cleared. There are counters in the
caches that are used to index into an array.

> There seems to be the transfer_objects() function that moves pointers
> around but doesn't clear the source values.

No need to. The counter updates take care of things.

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