The patch titled proc-maps-protection-fix 3 has been added to the -mm tree. Its filename is proc-maps-protection-fix-3.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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.patch proc-maps-protection-tidy.patch proc-maps-protection-fix-2.patch proc-maps-protection-fix-3.patch proc-maps-protection-vs-utrace.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