Re: [PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-11-14 Thread Josh Poimboeuf
On Mon, Nov 14, 2022 at 12:21:33PM +, Christophe Leroy wrote: > Gentle ping ... Can this fix be merged ? Thanks for the reminder. Looks good, I'll go ahead and take it. -- Josh

Re: [PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-11-14 Thread Christophe Leroy
Gentle ping ... Can this fix be merged ? Thanks Le 30/09/2022 à 12:09, Naveen N. Rao a écrit : > Thadeu Lima de Souza Cascardo wrote: >> On Tue, Sep 27, 2022 at 01:22:11PM +0530, Srikar Dronamraju wrote: >>> Commit 1d1a0e7c5100 ("scripts/faddr2line: Fix overlapping text >>> section failures")

Re: [PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-09-30 Thread Naveen N. Rao
Thadeu Lima de Souza Cascardo wrote: On Tue, Sep 27, 2022 at 01:22:11PM +0530, Srikar Dronamraju wrote: Commit 1d1a0e7c5100 ("scripts/faddr2line: Fix overlapping text section failures") can cause scripts/faddr2line to fail on ppc64le machines on few distributions, while working on other

Re: [PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-09-27 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 27, 2022 at 01:22:11PM +0530, Srikar Dronamraju wrote: > Commit 1d1a0e7c5100 ("scripts/faddr2line: Fix overlapping text section > failures") > can cause scripts/faddr2line to fail on ppc64le machines on few > distributions, while working on other distributions. The failure can be >

[PATCH] scripts/faddr2line: Fix regression in name resolution on ppc64le

2022-09-27 Thread Srikar Dronamraju
Commit 1d1a0e7c5100 ("scripts/faddr2line: Fix overlapping text section failures") can cause scripts/faddr2line to fail on ppc64le machines on few distributions, while working on other distributions. The failure can be attributed to difference in readelf output on various distributions. $