]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/cma_debug.c: align the name buffer length as struct cma
authorKassey Li <quic_yingangl@quicinc.com>
Tue, 19 Jul 2022 09:15:54 +0000 (17:15 +0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 3 Aug 2022 18:17:13 +0000 (14:17 -0400)
commitdb2c533bc6fdd4ff95ab2024c328922ac1d7b8a0
tree9836f491ca4404e1df297abb4095d0d0ddee4efc
parent4f7f4913c86021505cd2348f0bea073fd652de19
mm/cma_debug.c: align the name buffer length as struct cma

Avoids truncating the debugfs output to 16 chars.  Potentially alters
the userspace output, but this is a debugfs interface and there are no
stability guarantees.

Link: https://lkml.kernel.org/r/20220719091554.27864-1-quic_yingangl@quicinc.com
Signed-off-by: Kassey Li <quic_yingangl@quicinc.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/cma_debug.c