The patch titled Subject: mm-memblock-introduce-memblock_search_pfn_regions-fix has been removed from the -mm tree. Its filename was mm-memblock-introduce-memblock_search_pfn_regions-fix.patch This patch was dropped because it was folded into mm-memblock-introduce-memblock_search_pfn_regions.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memblock-introduce-memblock_search_pfn_regions-fix simplify code Cc: Jia He <jia.he@xxxxxxxxxxxxxxxx> Cc: Pasha Tatashin <Pavel.Tatashin@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memblock.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/mm/memblock.c~mm-memblock-introduce-memblock_search_pfn_regions-fix +++ a/mm/memblock.c @@ -1772,10 +1772,7 @@ static int __init_memblock memblock_sear /* search memblock with the input pfn, return the region idx */ int __init_memblock memblock_search_pfn_regions(unsigned long pfn) { - struct memblock_type *type = &memblock.memory; - int mid = memblock_search(type, PFN_PHYS(pfn)); - - return mid; + return memblock_search(&memblock.memory, PFN_PHYS(pfn)); } bool __init memblock_is_reserved(phys_addr_t addr) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes.patch proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3-fix.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch fix-clusters-leak-in-ocfs2_defrag_extent-fix.patch mm.patch mmpage_alloc-pf_wq_worker-threads-must-sleep-at-should_reclaim_retry-fix.patch mm-memblock-introduce-memblock_search_pfn_regions.patch mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch