Re: [PATCH] perf powerpc: Don't ignore sym-handling.c file

2020-05-13 Thread Naveen N. Rao
Arnaldo Carvalho de Melo wrote: Em Mon, May 11, 2020 at 11:45:09PM +0530, Sandipan Das escreveu: On 09/05/20 4:51 pm, Ravi Bangoria wrote: > Commit 7eec00a74720 ("perf symbols: Consolidate symbol fixup issue") > removed powerpc specific sym-handling.c file from Build. This wasn't > caught by

Re: [PATCH] perf powerpc: Don't ignore sym-handling.c file

2020-05-12 Thread Leo Yan
On Sat, May 09, 2020 at 04:51:13PM +0530, Ravi Bangoria wrote: > Commit 7eec00a74720 ("perf symbols: Consolidate symbol fixup issue") > removed powerpc specific sym-handling.c file from Build. This wasn't > caught by build CI because all functions in this file are declared > as __weak in common

Re: [PATCH] perf powerpc: Don't ignore sym-handling.c file

2020-05-12 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2020 at 11:45:09PM +0530, Sandipan Das escreveu: > > On 09/05/20 4:51 pm, Ravi Bangoria wrote: > > Commit 7eec00a74720 ("perf symbols: Consolidate symbol fixup issue") > > removed powerpc specific sym-handling.c file from Build. This wasn't > > caught by build CI because all

Re: [PATCH] perf powerpc: Don't ignore sym-handling.c file

2020-05-11 Thread Sandipan Das
On 09/05/20 4:51 pm, Ravi Bangoria wrote: > Commit 7eec00a74720 ("perf symbols: Consolidate symbol fixup issue") > removed powerpc specific sym-handling.c file from Build. This wasn't > caught by build CI because all functions in this file are declared > as __weak in common code. Fix it. > >

[PATCH] perf powerpc: Don't ignore sym-handling.c file

2020-05-09 Thread Ravi Bangoria
Commit 7eec00a74720 ("perf symbols: Consolidate symbol fixup issue") removed powerpc specific sym-handling.c file from Build. This wasn't caught by build CI because all functions in this file are declared as __weak in common code. Fix it. Fixes: 7eec00a74720 ("perf symbols: Consolidate symbol