Re: [PATCH] perf probe powerpc: Ignore SyS symbols irrespective of endianness

From: Arnaldo Carvalho de Melo
Date: Thu Aug 30 2018 - 14:16:51 EST


Em Tue, Aug 28, 2018 at 02:49:15PM +0530, Naveen N. Rao escreveu:
> Sandipan Das wrote:
> > This makes sure that the SyS symbols are ignored for any powerpc
> > system, not just the big endian ones.
> >
> > Fixes: fb6d59423115 ("perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc")
> > Reported-by: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Sandipan Das <sandipan@xxxxxxxxxxxxx>
> > Reviewed-by: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx>
> > ---
> > tools/perf/arch/powerpc/util/sym-handling.c | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
>
> LGTM. Thanks for the fix.
> Acked-by: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>

Thanks, applied.

- Arnaldo