Re: [PATCH v3 bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage
From: Dave Marchevsky <hidden>
Date: 2021-09-23 16:52:23
From: Dave Marchevsky <hidden>
Date: 2021-09-23 16:52:23
On 9/22/21 7:41 PM, Andrii Nakryiko wrote:
Convert all SEC("classifier*") uses to strict SEC("classifier") with no
extra characters. In reference_tracking selftests also drop the usage of
broken bpf_program__load(). Along the way switch from ambiguous searching by
program title (section name) to non-ambiguous searching by name in some
selftests, getting closer to completely removing
bpf_object__find_program_by_title().
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
---Acked-by: Dave Marchevsky <redacted>