The patch titled Subject: mm-memory_hotplug-print-reason-for-the-offlining-failure-fix has been added to the -mm tree. Its filename is mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/mm/memory_hotplug.c~mm-memory_hotplug-print-reason-for-the-offlining-failure-fix +++ a/mm/memory_hotplug.c @@ -1576,7 +1576,7 @@ static int __ref __offline_pages(unsigne MIGRATE_MOVABLE, true); if (ret) { mem_hotplug_done(); - reason = "failed to isolate range"; + reason = "failure to isolate range"; goto failed_removal } @@ -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 arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-slab-remove-unnecessary-unlikely-fix.patch mm-page_owner-clamp-read-count-to-page_size-fix.patch mm-hotplug-optimize-clear_hwpoisoned_pages-fix.patch mm-ksm-do-not-block-on-page-lock-when-searching-stable-tree-fix.patch mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch memory_hotplug-free-pages-as-higher-order-fix.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch