Re: 2.5.70-mm1 Strangeness

From: Manfred Spraul (manfred@colorfullife.com)
Date: Fri May 30 2003 - 00:06:05 EST


Andrew Morton wrote:

Something seems to have gone and bumped the object size from 240 bytes up
to 4096. This is actually what I want CONFIG_DEBUG_PAGEALLOC to do, but I
don't think it does it yet.

Yes, it does it:
> #ifdef CONFIG_DEBUG_PAGEALLOC
> if (size < PAGE_SIZE-3*BYTES_PER_WORD && size > 128)
> size = PAGE_SIZE-3*BYTES_PER_WORD;
> #endif

--
Manfred

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