aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/perf_buffer.c
diff options
context:
space:
mode:
authorAndrei Matei <andreimatei1@gmail.com>2020-12-02 23:34:10 -0500
committerAndrii Nakryiko <andrii@kernel.org>2020-12-03 11:37:05 -0800
commit80b2b5c3a701d56de98d00d99bc9cc384fb316d9 (patch)
treede3e4fcc2771f5974b06446cb2decd09c28ebf22 /tools/testing/selftests/bpf/prog_tests/perf_buffer.c
parenta8b415c9bde69dc194e57db8c27cb96908b30aca (diff)
libbpf: Fail early when loading programs with unspecified type
Before this patch, a program with unspecified type (BPF_PROG_TYPE_UNSPEC) would be passed to the BPF syscall, only to have the kernel reject it with an opaque invalid argument error. This patch makes libbpf reject such programs with a nicer error message - in particular libbpf now tries to diagnose bad ELF section names at both open time and load time. Signed-off-by: Andrei Matei <andreimatei1@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20201203043410.59699-1-andreimatei1@gmail.com
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/perf_buffer.c')
0 files changed, 0 insertions, 0 deletions