On Fri, 2009-06-19 at 20:40 +1000, Benjamin Herrenschmidt wrote: > On Fri, 2009-06-19 at 14:16 +1000, Stephen Rothwell wrote: > > Hi all, > > > > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > > > mm/slqb.c:75: error: 'SLAB_GFP_BOOT_MASK' undeclared here (not in a function) > > > > Caused by commit df548b0bbaf2d4d16ce52d2f5ccdc1cfded70e06 ("SLQB: Fix > > early boot allocations") from the slab tree interacting with commit > > dcce284a259373f9e5570f2e33f79eca84fcf565 ("mm: Extend gfp masking to the > > page allocator") that entered Linus' tree today. > > > > I have applied this patch for today: > > The right fix is to remove slab_gfp_mask from slqb.c and use > the global gfp_allowed_mask instead. This should be fixed now in slab.git. Something in SQLB is still enabling interrupts during early boot but I don't have the time to look at it in more detail right now. Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html