The quilt patch titled Subject: mm/shmem: remove duplicate include in memory.c has been removed from the -mm tree. Its filename was mm-shmem-remove-duplicate-include-in-memoryc.patch This patch was dropped because it was merged into the mm-stable branch\nof git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Wan Jiabing <wanjiabing@xxxxxxxx> Subject: mm/shmem: remove duplicate include in memory.c Fix following checkincludes.pl warning: mm/memory.c: linux/mm_inline.h is included more than once. The include is in line 44. Remove the duplicated here. Link: https://lkml.kernel.org/r/20220427064717.803019-1-wanjiabing@xxxxxxxx Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/memory.c~mm-shmem-remove-duplicate-include-in-memoryc +++ a/mm/memory.c @@ -74,7 +74,6 @@ #include <linux/perf_event.h> #include <linux/ptrace.h> #include <linux/vmalloc.h> -#include <linux/mm_inline.h> #include <trace/events/kmem.h> _ Patches currently in -mm which might be from wanjiabing@xxxxxxxx are