]> git.baikalelectronics.ru Git - kernel.git/commit
tools: libbpf: make sure readelf shows full names in build checks
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 28 Feb 2019 03:04:14 +0000 (19:04 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 28 Feb 2019 23:53:46 +0000 (00:53 +0100)
commit257af75d4ab33f1fde51b7c6de2e82592da39984
treee383e81cfd7496422209c1b80375fa5eddcb99fb
parent4473610046180c7805be795c9dcd5f71d01a85d2
tools: libbpf: make sure readelf shows full names in build checks

readelf truncates its output by default to attempt to make it more
readable.  This can lead to function names getting aliased if they
differ late in the string.  Use --wide parameter to avoid
truncation.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/Makefile