The patch titled Subject: mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix has been removed from the -mm tree. Its filename was mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix.patch This patch was dropped because it was folded into mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix fix arm64 build Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> Cc: Toshi Kani <toshi.kani@xxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/gup.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN mm/gup.c~mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix mm/gup.c --- a/mm/gup.c~mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix +++ a/mm/gup.c @@ -12,7 +12,9 @@ #include <linux/sched.h> #include <linux/rwsem.h> #include <linux/hugetlb.h> + #include <asm/pgtable.h> +#include <asm/tlbflush.h> #include "internal.h" _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kernel-kthreadc-kthread_create_on_node-clarify-documentation.patch mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested.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