On Tue, 19 Apr 2011, James Bottomley wrote: > On Tue, 2011-04-19 at 16:38 -0500, Christoph Lameter wrote: > > On Tue, 19 Apr 2011, James Bottomley wrote: > > > > > Slub makes assumptions about page_to_nid() which are violated by > > > DISCONTIGMEM and !NUMA. This violation results in a panic because > > > > Fix this by stating correctly by saying "The kernel makes assumptions in > > various subsystems ..." > > Slub is a subset of the kernel, so the original wording is a bit more > precise. F.e. hugepage support does the same thing. So it not slub specific. > Well, we can discuss how to proceed going forwards. The current fact is > that any prior kernel that enables SLUB with DISCONTIGMEM and !NUMA will > eventually go boom when the page allocator returns a page not in the > first pfn array. That has to be fixed in -stable. I don't really think > a DISCONTIGMEM re-engineering effort would be the best thing for the > -stable series. As far as I can tell: It will go boom even with other subsystems. I am surprised that we have never seen this before. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html