[PATCH v2] powerpc/xmon: symbol lookup length fixed

2024-10-25 Thread Mukesh Kumar Chaurasiya
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 --- arch/powerpc/xmon/xmon.c | 6 +++--- 1 file changed

Re: [PATCH] powerpc/xmon: symbol lookup length fixed

2024-10-24 Thread Mukesh Kumar Chaurasiya
On Thu, Oct 24, 2024 at 10:42:12AM +0530, Mukesh Kumar Chaurasiya wrote: > On Thu, Oct 24, 2024 at 12:00:53PM +1100, Michael Ellerman wrote: > > Mukesh Kumar Chaurasiya writes: > > > Currently xmon cannot lookup symbol beyond 64 characters in some cases. > > > >

[PATCH] powerpc/xmon: symbol lookup length fixed

2024-10-23 Thread Mukesh Kumar Chaurasiya
Currently xmon cannot lookup symbol beyond 64 characters in some cases. Fix this by using KSYM_NAME_LEN instead of fixed 64 characters. Signed-off-by: Mukesh Kumar Chaurasiya --- arch/powerpc/xmon/xmon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc

Re: [PATCH] powerpc/xmon: symbol lookup length fixed

2024-10-24 Thread Mukesh Kumar Chaurasiya
On Thu, Oct 24, 2024 at 12:00:53PM +1100, Michael Ellerman wrote: > Mukesh Kumar Chaurasiya writes: > > Currently xmon cannot lookup symbol beyond 64 characters in some cases. > > Can you mention which commands? It looks like it's "ls" and "lp". Sure

Re: [PATCH v8 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-11 Thread Mukesh Kumar Chaurasiya
On Tue, Mar 11, 2025 at 03:50:42PM -0700, Haren Myneni wrote: > The RTAS call can be normal where retrieves the data form the > hypervisor once or sequence based RTAS call which has to > issue multiple times until the complete data is obtained. For > some of these sequence RTAS calls, the OS should