The patch titled Subject: mm/slab.h: remove duplicate include has been added to the -mm tree. Its filename is mm-slab-remove-duplicate-include.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-slab-remove-duplicate-include.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-slab-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: YueHaibing <yuehaibing@xxxxxxxxxx> Subject: mm/slab.h: remove duplicate include Remove duplicate header which is included twice. Link: http://lkml.kernel.org/r/20200818114323.58156-1-yuehaibing@xxxxxxxxxx Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slab.h | 1 - 1 file changed, 1 deletion(-) --- a/mm/slab.h~mm-slab-remove-duplicate-include +++ a/mm/slab.h @@ -46,7 +46,6 @@ struct kmem_cache { #include <linux/kmemleak.h> #include <linux/random.h> #include <linux/sched/mm.h> -#include <linux/kmemleak.h> /* * State of the slab allocator. _ Patches currently in -mm which might be from yuehaibing@xxxxxxxxxx are mm-slab-remove-duplicate-include.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch