Re: [PATCH] nommu: fix kobjsize() for SLOB and SLUB

From: David Howells
Date: Wed May 28 2008 - 09:13:43 EST


Pekka J Enberg <penberg@xxxxxxxxxxxxxx> wrote:

> From: Christoph Lameter <clameter@xxxxxxx>
>
> As reported by Paul Mundt, kobjsize() does not work properly with SLOB and SLUB
> that re-use parts of struct page for their own purposes. Fix it up by using
> compound_order() for compound pages that don't have PageSlab set.
>
> Reported-by: Paul Mundt <lethal@xxxxxxxxxxxx>
> Cc: Christoph Lameter <clameter@xxxxxxx>
> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
> ---
> I kept the original object size calculation for non-compound pages in this
> version. It looks like the nommu code uses kobjsize() for all sorts of
> interesting things.

Works for SLAB and SLUB. SLOB breaks well before getting to anything these
patches affect.

Acked-by: David Howells <dhowells@xxxxxxxxxx>
--
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/