The patch titled Subject: mm/mremap.c: use linux headers has been added to the -mm tree. Its filename is mm-mremap-use-linux-headers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-mremap-use-linux-headers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-mremap-use-linux-headers.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Paul McQuade <paulmcquad@xxxxxxxxx> Subject: mm/mremap.c: use linux headers "WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>" Signed-off-by: Paul McQuade <paulmcquad@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mremap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/mremap.c~mm-mremap-use-linux-headers mm/mremap.c --- a/mm/mremap.c~mm-mremap-use-linux-headers +++ a/mm/mremap.c @@ -21,8 +21,8 @@ #include <linux/syscalls.h> #include <linux/mmu_notifier.h> #include <linux/sched/sysctl.h> +#include <linux/uaccess.h> -#include <asm/uaccess.h> #include <asm/cacheflush.h> #include <asm/tlbflush.h> _ Patches currently in -mm which might be from paulmcquad@xxxxxxxxx are mm-mremap-use-linux-headers.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