The patch titled Subject: mm/process_vm_access.c: remove duplicate include has been added to the -mm tree. Its filename is mm-process_vm_access-remove-duplicate-include.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-process_vm_access-remove-duplicate-include.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-process_vm_access-remove-duplicate-include.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx> Subject: mm/process_vm_access.c: remove duplicate include 'linux/compat.h' included in 'process_vm_access.c' is duplicated. Link: https://lkml.kernel.org/r/20210306132122.220431-1-zhang.yunkai@xxxxxxxxxx Signed-off-by: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/process_vm_access.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/process_vm_access.c~mm-process_vm_access-remove-duplicate-include +++ a/mm/process_vm_access.c @@ -9,7 +9,6 @@ #include <linux/mm.h> #include <linux/uio.h> #include <linux/sched.h> -#include <linux/compat.h> #include <linux/sched/mm.h> #include <linux/highmem.h> #include <linux/ptrace.h> _ Patches currently in -mm which might be from zhang.yunkai@xxxxxxxxxx are module-remove-duplicate-include-in-arch-ia64-kernel-heads.patch sh-remove-duplicate-include-in-tlbh.patch mm-process_vm_access-remove-duplicate-include.patch