]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: fix up global symbol counting logic
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 18 May 2022 18:59:13 +0000 (11:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 19 May 2022 16:03:31 +0000 (09:03 -0700)
commit9d1490017d50d8121374a32c0a347d59a13b1964
treeac29a791bc81d31211b185415a22b1e6ddf653ae
parentcd1beb13164cd3912a0cb0bdc8e5f1b3c4624a30
libbpf: fix up global symbol counting logic

Add the same negative ABS filter that we use in VERSIONED_SYM_COUNT to
filter out ABS symbols like LIBBPF_0.8.0.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220518185915.3529475-2-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/Makefile