The patch titled Subject: mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix has been removed from the -mm tree. Its filename was mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix.patch This patch was dropped because it was folded into mm-sparsemem-defer-the-ms-section_mem_map-clearing.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix remove now-unused local `ms', per Oscar Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Dave Hansen <dave.hansen@xxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Pankaj Gupta <pagupta@xxxxxxxxxx> Cc: Oscar Salvador <osalvador@xxxxxxxxxxxxxxxxxx> Cc: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse-vmemmap.c | 3 --- 1 file changed, 3 deletions(-) --- a/mm/sparse-vmemmap.c~mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix +++ a/mm/sparse-vmemmap.c @@ -292,15 +292,12 @@ void __init sparse_mem_maps_populate_nod } for (pnum = pnum_begin; pnum < pnum_end; pnum++) { - struct mem_section *ms; - if (!present_section_nr(pnum)) continue; map_map[pnum] = sparse_mem_map_populate(pnum, nodeid, NULL); if (map_map[pnum]) continue; - ms = __nr_to_section(pnum); pr_err("%s: sparsemem memory map backing failed some memory will not be available\n", __func__); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-list_lruc-fold-__list_lru_count_one-into-its-caller.patch mm-sparsemem-defer-the-ms-section_mem_map-clearing.patch mm-sparse-optimize-memmap-allocation-during-sparse_init-checkpatch-fixes.patch mm-sparse-abstract-sparse-buffer-allocations-fix.patch mm-sparse-abstract-sparse-buffer-allocations-fix-fix.patch