The patch titled Subject: x86/kaslr, ACPI/NUMA: fix for linux/bootmem.h removal has been removed from the -mm tree. Its filename was mm-remove-include-linux-bootmemh-fix-3.patch This patch was dropped because it was folded into mm-remove-include-linux-bootmemh.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: x86/kaslr, ACPI/NUMA: fix for linux/bootmem.h removal Link: http://lkml.kernel.org/r/20181008190341.5e396491@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/mm/kaslr.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/x86/mm/kaslr.c~mm-remove-include-linux-bootmemh-fix-3 +++ a/arch/x86/mm/kaslr.c @@ -23,6 +23,7 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/random.h> +#include <linux/memblock.h> #include <asm/pgalloc.h> #include <asm/pgtable.h> _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-remove-include-linux-bootmemh.patch memblock-warn-if-zero-alignment-was-requested-fix.patch