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

From: David Howells
Date: Wed May 28 2008 - 10:10:14 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

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

Okay... The problem with SLOB is that it can return large objects (8Kb in this
case) that aren't 8-byte aligned. This screws up FRV as it expects to be able
to use load and store-double instructions, which fault if they don't get
8-byte (double register) alignment.

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