The patch titled Subject: mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix has been removed from the -mm tree. Its filename was mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix.patch This patch was dropped because it was folded into mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix fix CONFIG_HWPOISON_INJECT=m Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/memory-failure.c~mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix mm/memory-failure.c --- a/mm/memory-failure.c~mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix +++ a/mm/memory-failure.c @@ -946,6 +946,7 @@ int get_hwpoison_page(struct page *page) return get_page_unless_zero(page); } +EXPORT_SYMBOL_GPL(get_hwpoison_page); /* * Do all that is necessary to remove user space mappings. Unmap _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ocfs2-reduce-object-size-of-mlog-uses.patch ocfs2-remove-__mlog_cpu_guess.patch ocfs2-fix-null-pointer-dereference-in-function-ocfs2_abort_trigger.patch mm-slab_common-support-the-slub_debug-boot-option-on-specific-object-size.patch mm-fix-mprotect-behaviour-on-vm_locked-vmas.patch mm-new-mm-hook-framework.patch mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix-fix.patch hugetlb-do-not-account-hugetlb-pages-as-nr_file_pages-fix.patch mm-do-not-ignore-mapping_gfp_mask-in-page-cache-allocation-paths-checkpatch-fixes.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