The patch titled Subject: mm/cma_debug.c: align the name buffer length as struct cma has been added to the -mm mm-unstable branch. Its filename is mm-cma_debugc-align-the-name-buffer-length-as-struct-cma.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-cma_debugc-align-the-name-buffer-length-as-struct-cma.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Kassey Li <quic_yingangl@xxxxxxxxxxx> Subject: mm/cma_debug.c: align the name buffer length as struct cma Date: Tue, 19 Jul 2022 17:15:54 +0800 Link: https://lkml.kernel.org/r/20220719091554.27864-1-quic_yingangl@xxxxxxxxxxx Signed-off-by: Kassey Li <quic_yingangl@xxxxxxxxxxx> Cc: Sasha Levin <sashal@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/cma_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/cma_debug.c~mm-cma_debugc-align-the-name-buffer-length-as-struct-cma +++ a/mm/cma_debug.c @@ -163,7 +163,7 @@ DEFINE_DEBUGFS_ATTRIBUTE(cma_alloc_fops, static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) { struct dentry *tmp; - char name[16]; + char name[CMA_MAX_NAME]; scnprintf(name, sizeof(name), "cma-%s", cma->name); _ Patches currently in -mm which might be from quic_yingangl@xxxxxxxxxxx are mm-cma_debugc-align-the-name-buffer-length-as-struct-cma.patch