The patch titled Subject: mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch has been removed from the -mm tree. Its filename was mm-include-linux-mmanh-for-vm_committed_as_batch.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: "Ben Dooks (Codethink)" <ben.dooks@xxxxxxxxxxxxxxx> Subject: mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch mm_init.c needs to include <linux/mman.h> for the definition of vm_committed_as_batch. Fixes the following sparse warning: mm/mm_init.c:141:5: warning: symbol 'vm_committed_as_batch' was not declared. Should it be static? Link: http://lkml.kernel.org/r/20191016091509.26708-1-ben.dooks@xxxxxxxxxxxxxxx Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/init-mm.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/init-mm.c~mm-include-linux-mmanh-for-vm_committed_as_batch +++ a/mm/init-mm.c @@ -5,6 +5,7 @@ #include <linux/spinlock.h> #include <linux/list.h> #include <linux/cpumask.h> +#include <linux/mman.h> #include <linux/atomic.h> #include <linux/user_namespace.h> _ Patches currently in -mm which might be from ben.dooks@xxxxxxxxxxxxxxx are