The patch titled Subject: mm-hotplug-optimize-clear_hwpoisoned_pages-fix has been removed from the -mm tree. Its filename was mm-hotplug-optimize-clear_hwpoisoned_pages-fix.patch This patch was dropped because it was folded into mm-hotplug-optimize-clear_hwpoisoned_pages.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hotplug-optimize-clear_hwpoisoned_pages-fix tweak comment text Cc: Balbir Singh <bsingharora@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Naoya Horiguchi <nao.horiguchi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) --- a/mm/sparse.c~mm-hotplug-optimize-clear_hwpoisoned_pages-fix +++ a/mm/sparse.c @@ -741,11 +741,10 @@ static void clear_hwpoisoned_pages(struc return; /* - * A further optimization is to have per section - * ref counted num_poisoned_pages, but that is going - * to need more space per memmap, for now just do - * a quick global check, this should speed up this - * routine in the absence of bad pages. + * A further optimization is to have per section refcounted + * num_poisoned_pages. But that would need more space per memmap, so + * for now just do a quick global check to speed up this routine in the + * absence of bad pages. */ if (atomic_long_read(&num_poisoned_pages) == 0) return; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-hotplug-optimize-clear_hwpoisoned_pages.patch mm-lower-the-printk-loglevel-for-__dump_page-messages-fix-fix.patch mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch mm-memory_hotplug-be-more-verbose-for-memory-offline-failures-fix.patch mm-convert-totalram_pages-and-totalhigh_pages-variables-to-atomic-checkpatch-fixes.patch mm-page_alloc-free-order-0-pages-through-pcp-in-page_frag_free-fix.patch mm-dont-break-integrity-writeback-on-writepage-error-fix.patch mm-kmemleak-little-optimization-while-scanning-fix.patch mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix.patch mm-mmu_notifier-use-structure-for-invalidate_range_start-end-calls-v2-checkpatch-fixes.patch mm-memory_hotplug-deobfuscate-migration-part-of-offlining-fix.patch mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix.patch mm-migrate-provide-buffer_migrate_page_norefs-fix.patch