The patch titled proc-maps-protection-fix 3 has been removed from the -mm tree. Its filename was proc-maps-protection-fix-3.patch This patch was dropped because it was folded into proc-maps-protection.patch ------------------------------------------------------ Subject: proc-maps-protection-fix 3 From: Kees Cook <kees@xxxxxxxxxxx> Signed-off-by: Kees Cook <kees@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sysctl.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN kernel/sysctl.c~proc-maps-protection-fix-3 kernel/sysctl.c --- a/kernel/sysctl.c~proc-maps-protection-fix-3 +++ a/kernel/sysctl.c @@ -604,6 +604,7 @@ static ctl_table kern_table[] = { .proc_handler = &proc_dointvec, }, #endif +#ifdef CONFIG_PROC_FS { .ctl_name = CTL_UNNUMBERED, .procname = "maps_protect", @@ -612,6 +613,7 @@ static ctl_table kern_table[] = { .mode = 0644, .proc_handler = &proc_dointvec, }, +#endif { .ctl_name = 0 } }; _ Patches currently in -mm which might be from kees@xxxxxxxxxxx are proc-maps-protection.patch proc-maps-protection-fix-3.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