The patch titled Subject: mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix has been removed from the -mm tree. Its filename was mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix.patch This patch was dropped because it was folded into mm-soft-offline-exit-with-failure-for-non-anonymous-thp.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix fix build Cc: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Cc: Andi Kleen <andi@xxxxxxxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/memory-failure.c~mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix mm/memory-failure.c --- a/mm/memory-failure.c~mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix +++ a/mm/memory-failure.c @@ -1694,9 +1694,9 @@ static int soft_offline_in_use_page(stru if (!PageAnon(hpage) || unlikely(split_huge_page(hpage))) { unlock_page(hpage); if (!PageAnon(hpage)) - pr_info("soft offline: %#lx: non anonymous thp\n", pfn); + pr_info("soft offline: %#lx: non anonymous thp\n", page_to_pfn(page)); else - pr_info("soft offline: %#lx: thp split failed\n", pfn); + pr_info("soft offline: %#lx: thp split failed\n", page_to_pfn(page)); put_hwpoison_page(hpage); return -EBUSY; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-define-madv_free-for-some-arches.patch arch-uapi-asm-mmanh-let-madv_free-have-same-value-for-all-architectures.patch mm-soft-offline-exit-with-failure-for-non-anonymous-thp.patch kernel-stop_machinec-remove-config_smp-dependencies.patch kernel-stop_machinec-remove-config_smp-dependencies-fix.patch lib-vsprintfc-expand-field_width-to-24-bits-fix.patch lib-test_printfc-test-dentry-printing-fix.patch printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html