The patch titled Subject: mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix has been removed from the -mm tree. Its filename was mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix.patch This patch was dropped because it was folded into mm-calculate-deferred-pages-after-skipping-mirrored-memory.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix make defer_init non-inline, __meminit Cc: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx> Cc: Pasha Tatashin <Pavel.Tatashin@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/page_alloc.c~mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix +++ a/mm/page_alloc.c @@ -310,7 +310,8 @@ static inline bool __meminit early_page_ * Returns true when the remaining initialisation should be deferred until * later in the boot cycle when it can be parallelised. */ -static inline bool defer_init(int nid, unsigned long pfn, unsigned long end_pfn) +static bool __meminit +defer_init(int nid, unsigned long pfn, unsigned long end_pfn) { static unsigned long prev_end_pfn, nr_initialised; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-calculate-deferred-pages-after-skipping-mirrored-memory.patch mm-gup_benchmark-time-put_page-fix.patch tools-gup_benchmark-allow-user-specified-file-fix.patch mm-thp-fix-madv_dontneed-vs-migrate_misplaced_transhuge_page-race-condition-fix.patch