The patch titled Subject: mm-memory_hotplug-print-reason-for-the-offlining-failure-fix has been removed from the -mm tree. Its filename was mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch This patch was dropped because it was folded into mm-memory_hotplug-print-reason-for-the-offlining-failure.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memory_hotplug-print-reason-for-the-offlining-failure-fix tweak messages a bit Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Oscar Salvador <OSalvador@xxxxxxxx> Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> Cc: Oscar Salvador <osalvador@xxxxxxx> Cc: William Kucharski <william.kucharski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/mm/memory_hotplug.c~mm-memory_hotplug-print-reason-for-the-offlining-failure-fix +++ a/mm/memory_hotplug.c @@ -1576,8 +1576,8 @@ static int __ref __offline_pages(unsigne MIGRATE_MOVABLE, true); if (ret) { mem_hotplug_done(); - reason = "failed to isolate range"; - goto failed_removal + reason = "failure to isolate range"; + goto failed_removal; } arg.start_pfn = start_pfn; @@ -1587,7 +1587,7 @@ static int __ref __offline_pages(unsigne ret = memory_notify(MEM_GOING_OFFLINE, &arg); ret = notifier_to_errno(ret); if (ret) { - reason = "notifiers failure"; + reason = "notifier failure"; goto failed_removal_isolated; } @@ -1616,7 +1616,7 @@ repeat: */ ret = dissolve_free_huge_pages(start_pfn, end_pfn); if (ret) { - reason = "fails to disolve hugetlb pages"; + reason = "failure to dissolve huge pages"; goto failed_removal_isolated; } /* check again */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memory_hotplug-print-reason-for-the-offlining-failure.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