The patch titled Subject: mm/sparse: don't panic if the allocation in sparse_buffer_init fails has been removed from the -mm tree. Its filename was treewide-add-checks-for-the-return-value-of-memblock_alloc-fix-3.patch This patch was dropped because it was folded into treewide-add-checks-for-the-return-value-of-memblock_alloc.patch ------------------------------------------------------ From: Mike Rapoport <rppt@xxxxxxxxxxxxx> Subject: mm/sparse: don't panic if the allocation in sparse_buffer_init fails Addition of panic if memblock_alloc_try_nid_raw() call in sparse_buffer_init() fails was over enthusiastic as the system is perfectly capable to deal with that allocation failure. Remove the panic(). Link: http://lkml.kernel.org/r/20190131074018.GD28876@rapoport-lnx Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse.c | 4 ---- 1 file changed, 4 deletions(-) --- a/mm/sparse.c~treewide-add-checks-for-the-return-value-of-memblock_alloc-fix-3 +++ a/mm/sparse.c @@ -438,10 +438,6 @@ static void __init sparse_buffer_init(un memblock_alloc_try_nid_raw(size, PAGE_SIZE, addr, MEMBLOCK_ALLOC_ACCESSIBLE, nid); - if (!sparsemap_buf) - panic("%s: Failed to allocate %lu bytes align=0x%lx nid=%d from=%pa\n", - __func__, size, PAGE_SIZE, nid, &addr); - sparsemap_buf_end = sparsemap_buf + size; } _ Patches currently in -mm which might be from rppt@xxxxxxxxxxxxx are openrisc-prefer-memblock-apis-returning-virtual-address.patch memblock-replace-memblock_alloc_baseanywhere-with-memblock_phys_alloc.patch memblock-drop-memblock_alloc_base_nid.patch memblock-emphasize-that-memblock_alloc_range-returns-a-physical-address.patch memblock-memblock_phys_alloc_try_nid-dont-panic.patch memblock-memblock_phys_alloc-dont-panic.patch memblock-drop-__memblock_alloc_base.patch memblock-drop-memblock_alloc_base.patch memblock-make-memblock_find_in_range_node-and-choose_memblock_flags-static.patch arch-use-memblock_alloc-instead-of-memblock_alloc_fromsize-align-0.patch arch-dont-memset0-memory-returned-by-memblock_alloc.patch ia64-add-checks-for-the-return-value-of-memblock_alloc.patch sparc-add-checks-for-the-return-value-of-memblock_alloc.patch mm-percpu-add-checks-for-the-return-value-of-memblock_alloc.patch init-main-add-checks-for-the-return-value-of-memblock_alloc.patch swiotlb-add-checks-for-the-return-value-of-memblock_alloc.patch treewide-add-checks-for-the-return-value-of-memblock_alloc.patch memblock-memblock_alloc_try_nid-dont-panic.patch memblock-drop-memblock_alloc__nopanic-variants.patch memblock-remove-memblock_setclear_region_flags.patch memblock-split-checks-whether-a-region-should-be-skipped-to-a-helper-function.patch memblock-update-comments-and-kernel-doc.patch of-fix-kmemleak-crash-caused-by-imbalance-in-early-memory-reservation.patch of-fix-kmemleak-crash-caused-by-imbalance-in-early-memory-reservation-fix.patch