The patch titled Subject: kernel/exit.c: don't include unused userfaultfd_k.h has been added to the -mm tree. Its filename is exit-dont-include-unused-userfaultfd_kh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/exit-dont-include-unused-userfaultfd_kh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/exit-dont-include-unused-userfaultfd_kh.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: "Mike Rapoport" <rppt@xxxxxxxxxxxxxxxxxx> Subject: kernel/exit.c: don't include unused userfaultfd_k.h dd0db88d8094 ("userfaultfd: non-cooperative: rollback userfaultfd_exit") removed userfaultfd callback from exit() which makes include of <linux/userfaultfd_k.h> unnecessary. Link: http://lkml.kernel.org/r/1494930907-3060-1-git-send-email-rppt@xxxxxxxxxxxxxxxxxx Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/exit.c~exit-dont-include-unused-userfaultfd_kh kernel/exit.c --- a/kernel/exit.c~exit-dont-include-unused-userfaultfd_kh +++ a/kernel/exit.c @@ -51,7 +51,6 @@ #include <linux/task_io_accounting_ops.h> #include <linux/tracehook.h> #include <linux/fs_struct.h> -#include <linux/userfaultfd_k.h> #include <linux/init_task.h> #include <linux/perf_event.h> #include <trace/events/sched.h> _ Patches currently in -mm which might be from rppt@xxxxxxxxxxxxxxxxxx are exit-dont-include-unused-userfaultfd_kh.patch userfaultfd-drop-dead-code.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