The patch titled Subject: fs-coredump-prevent-core-path-components-fix has been removed from the -mm tree. Its filename was fs-coredump-prevent-core-path-components-fix.patch This patch was dropped because it was folded into fs-coredump-prevent-core-path-components.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fs-coredump-prevent-core-path-components-fix tweak code comment Cc: Jann Horn <jann@xxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/coredump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/coredump.c~fs-coredump-prevent-core-path-components-fix fs/coredump.c --- a/fs/coredump.c~fs-coredump-prevent-core-path-components-fix +++ a/fs/coredump.c @@ -121,7 +121,7 @@ int cn_esc_printf(struct core_name *cn, if (ret == 0) { /* * Ensure that this coredump name component can't cause the - * resulting corefile path to contain a ".." or "." component. + * resulting corefile path to consist of a ".." or ".". */ if ((cn->used - cur == 1 && cn->corename[cur] == '.') || (cn->used - cur == 2 && cn->corename[cur] == '.' _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fs-coredump-prevent-core-path-components.patch ubsan-run-time-undefined-behavior-sanity-checker-fix.patch ubsan-run-time-undefined-behavior-sanity-checker-fix-3.patch fs-overlayfs-superc-needs-pagemaph.patch fs-adfs-adfsh-tidy-up-comments.patch net-drop-tcp_memcontrolc-fix.patch mm-memcontrol-reign-in-the-config-space-madness-fix.patch mm-memcontrol-reign-in-the-config-space-madness-fix-fix.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