The patch titled Subject: memblock-warn-if-zero-alignment-was-requested-fix-fix has been removed from the -mm tree. Its filename was memblock-warn-if-zero-alignment-was-requested-fix-fix.patch This patch was dropped because it was folded into memblock-warn-if-zero-alignment-was-requested.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memblock-warn-if-zero-alignment-was-requested-fix-fix add apologetic comment Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Guenter Roeck <linux@xxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memblock.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memblock.c~memblock-warn-if-zero-alignment-was-requested-fix-fix +++ a/mm/memblock.c @@ -1248,6 +1248,7 @@ static phys_addr_t __init memblock_alloc phys_addr_t found; if (!align) { + /* Can't use WARNs this early in boot on powerpc */ dump_stack(); align = SMP_CACHE_BYTES; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are memblock-warn-if-zero-alignment-was-requested.patch