The patch titled Subject: mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 has been removed from the -mm tree. Its filename was mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7.patch This patch was dropped because it was folded into mm-limit-growth-of-3%-hardcoded-other-user-reserve.patch ------------------------------------------------------ From: Andrew Shewmaker <agshew@xxxxxxxxx> Subject: mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 * Removed sysctl.h include. It wasn't needed since I removed my custom handler in v5 Signed-off-by: Andrew Shewmaker <agshew@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 1 - mm/nommu.c | 1 - 2 files changed, 2 deletions(-) diff -puN mm/mmap.c~mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 mm/mmap.c --- a/mm/mmap.c~mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 +++ a/mm/mmap.c @@ -33,7 +33,6 @@ #include <linux/uprobes.h> #include <linux/rbtree_augmented.h> #include <linux/sched/sysctl.h> -#include <linux/sysctl.h> #include <asm/uaccess.h> #include <asm/cacheflush.h> diff -puN mm/nommu.c~mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 mm/nommu.c --- a/mm/nommu.c~mm-limit-growth-of-3%-hardcoded-other-user-reserve-v7 +++ a/mm/nommu.c @@ -30,7 +30,6 @@ #include <linux/syscalls.h> #include <linux/audit.h> #include <linux/sched/sysctl.h> -#include <linux/sysctl.h> #include <asm/uaccess.h> #include <asm/tlb.h> _ Patches currently in -mm which might be from agshew@xxxxxxxxx are mm-limit-growth-of-3%-hardcoded-other-user-reserve.patch mm-replace-hardcoded-3%-with-admin_reserve_pages-knob.patch mm-replace-hardcoded-3%-with-admin_reserve_pages-knob-checkpatch-fixes.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