Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 15 Apr 2008 10:23:14 -0700 (PDT)
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.
I wonder..
So since you don't have NUMA, you have NODES_SHIFT == 0.
That in turn means that NODE_NOT_IN_PAGE_FLAGS is _not_ set.
That, in turn, means that ZONEID_SHIFT does *not* contain SECTIONS_SHIFT.
Is that really what is supposed to happen?
Because then "page_is_buddy()" will not even test the section, as far as I
can tell.
But I'm probably missing something. Why would we not need to test the
section in page_zone_id() when the node ID is in the page flags (but has
zero size)?
Linus
--
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/
- Follow-Ups:
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Christoph Lameter
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Ingo Molnar
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- References:
- [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Ingo Molnar
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Pekka Enberg
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Pekka Enberg
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Ingo Molnar
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Pekka Enberg
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Pekka Enberg
- Re: [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- From: Pekka Enberg
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Ingo Molnar
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Linus Torvalds
- Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- From: Ingo Molnar
- [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!"
- Prev by Date: [GIT PULL] sh updates for 2.6.25
- Next by Date: Re: iowait stability regressed from kernel 2.6.22 under heavy load of multi-thread aio writing/reading
- Previous by thread: Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- Next by thread: Re: [bug] SLUB + mm/slab.c boot crash in -rc9
- Index(es):
Relevant Pages
|