Re: [bug] SLUB + mm/slab.c boot crash in -rc9

From: Christoph Lameter
Date: Tue Apr 15 2008 - 15:39:36 EST


On Tue, 15 Apr 2008, Linus Torvalds wrote:

> On Tue, 15 Apr 2008, Ingo Molnar wrote:
> >
> > btw., now with a second full day spent on this regression, i have
> > figured out a workaround the hard way: increasing SECTION_SIZE_BITS in
> > include/asm-x86/sparsemem.h from 26 to 27 makes it go away.
>
> Interesting.

Hmmmm. SECTION_SIZE_BITS == 26 means SECTIONS_SHIFT == 6.
Increasing SECTION_SIZE_BITS to 27 reduces SECTION_SHIFT to 5. Thereby
the number of sparsemem sections (NR_MEM_SECTIONS) is reduced to half (64
to 32).
--
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/