The patch titled Subject: mm-improve-readability-of-transparent_hugepage_enabled-fix-fix has been removed from the -mm tree. Its filename was mm-improve-readability-of-transparent_hugepage_enabled-fix-fix.patch This patch was dropped because it was folded into mm-improve-readability-of-transparent_hugepage_enabled.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-improve-readability-of-transparent_hugepage_enabled-fix-fix include coredump.h for MMF_DISABLE_THP Cc: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/huge_mm.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/huge_mm.h~mm-improve-readability-of-transparent_hugepage_enabled-fix-fix include/linux/huge_mm.h --- a/include/linux/huge_mm.h~mm-improve-readability-of-transparent_hugepage_enabled-fix-fix +++ a/include/linux/huge_mm.h @@ -1,6 +1,8 @@ #ifndef _LINUX_HUGE_MM_H #define _LINUX_HUGE_MM_H +#include <linux/sched/coredump.h> + extern int do_huge_pmd_anonymous_page(struct vm_fault *vmf); extern int copy_huge_pmd(struct mm_struct *dst_mm, struct mm_struct *src_mm, pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-improve-readability-of-transparent_hugepage_enabled.patch hugetlb-memory_hotplug-prefer-to-use-reserved-pages-for-migration-fix.patch mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix.patch mm-zsmalloc-simplify-zs_max_alloc_size-handling-fix.patch signal-avoid-undefined-behaviour-in-kill_something_info-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