Re: [PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing

2020-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 18 Nov 2020 22:13:50 +0100 you wrote: > We remove "other info" from "readelf -s --wide" output when > parsing GLOBAL_SYM_COUNT variable, which was added in [1]. > But we don't do that for VERSIONED_SYM_COUNT and it's failin

Re: [PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing

2020-11-19 Thread Jiri Olsa
On Wed, Nov 18, 2020 at 05:57:25PM -0800, Andrii Nakryiko wrote: > On Wed, Nov 18, 2020 at 1:15 PM Jiri Olsa wrote: > > > > We remove "other info" from "readelf -s --wide" output when > > parsing GLOBAL_SYM_COUNT variable, which was added in [1]. > > But we don't do that for VERSIONED_SYM_COUNT an

Re: [PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing

2020-11-18 Thread Andrii Nakryiko
On Wed, Nov 18, 2020 at 1:15 PM Jiri Olsa wrote: > > We remove "other info" from "readelf -s --wide" output when > parsing GLOBAL_SYM_COUNT variable, which was added in [1]. > But we don't do that for VERSIONED_SYM_COUNT and it's failing > the check_abi target on powerpc Fedora 33. > > The extra "

[PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing

2020-11-18 Thread Jiri Olsa
We remove "other info" from "readelf -s --wide" output when parsing GLOBAL_SYM_COUNT variable, which was added in [1]. But we don't do that for VERSIONED_SYM_COUNT and it's failing the check_abi target on powerpc Fedora 33. The extra "other info" wasn't problem for VERSIONED_SYM_COUNT parsing unti