diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2021-09-28 19:19:46 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-09-28 23:51:20 +0300 |
commit | 7c80c87ad56a05ec56069c3f5d7e60b5b1eb19b4 (patch) | |
tree | 314da3ed262c2dc43d60dfeca2ac47fd430e19cd /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | dd94d45cf0acb1d82748b17e1106b2c8b487b28b (diff) | |
download | linux-7c80c87ad56a05ec56069c3f5d7e60b5b1eb19b4.tar.xz |
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Update "sk_lookup/" definition to be a stand-alone type specifier,
with backwards-compatible prefix match logic in non-libbpf-1.0 mode.
Currently in selftests all the "sk_lookup/<whatever>" uses just use
<whatever> for duplicated unique name encoding, which is redundant as
BPF program's name (C function name) uniquely and descriptively
identifies the intended use for such BPF programs.
With libbpf's SEC_DEF("sk_lookup") definition updated, switch existing
sk_lookup programs to use "unqualified" SEC("sk_lookup") section names,
with no random text after it.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Dave Marchevsky <davemarchevsky@fb.com>
Link: https://lore.kernel.org/bpf/20210928161946.2512801-11-andrii@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions