The patch titled Subject: procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix has been removed from the -mm tree. Its filename was procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix.patch This patch was dropped because it was folded into procfs-always-expose-proc-pid-map_files-and-make-it-readable.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix git it correcter Cc: Andy Lutomirski <luto@xxxxxxxxxxxxxx> Cc: Calvin Owens <calvinowens@xxxxxx> Cc: Cyrill Gorcunov <gorcunov@xxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Kirill A. Shutemov <kirill@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/proc/base.c~procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix fs/proc/base.c --- a/fs/proc/base.c~procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix +++ a/fs/proc/base.c @@ -1955,8 +1955,8 @@ struct map_files_info { * symlinks may be used to bypass permissions on ancestor directories in the * path to the file in question. */ -static void * -proc_map_files_follow_link(struct dentry *dentry, struct nameidata *nd) +static const char * +proc_map_files_follow_link(struct dentry *dentry, void **cookie) { if (!capable(CAP_SYS_ADMIN)) return ERR_PTR(-EPERM); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are procfs-always-expose-proc-pid-map_files-and-make-it-readable.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