powerpc/xmon: symbol lookup length fixed
authorMukesh Kumar Chaurasiya <mchauras@linux.ibm.com>
Thu, 24 Oct 2024 19:12:33 +0000 (00:42 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 14 Nov 2024 11:36:14 +0000 (22:36 +1100)
commitb196db2f536645eda7684655f3fae913e33fda4b
treeb43fbee1c03a0ab6b0b66fd38037abbe4d975da7
parentbfd9c145533ba9cb6f504670aa8e75542c8ee54f
powerpc/xmon: symbol lookup length fixed

Currently this cannot lookup symbol beyond 64 characters in some cases
like "ls", "lp" and "t"

Fix this by using KSYM_NAME_LEN instead of fixed 64 characters

Signed-off-by: Mukesh Kumar Chaurasiya <mchauras@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241024191232.1570894-2-mchauras@linux.ibm.com
arch/powerpc/xmon/xmon.c