diff options
author | 2020-12-02 23:34:10 -0500 | |
---|---|---|
committer | 2020-12-03 11:37:05 -0800 | |
commit | 80b2b5c3a701d56de98d00d99bc9cc384fb316d9 (patch) | |
tree | de3e4fcc2771f5974b06446cb2decd09c28ebf22 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'Fixes for ima selftest' (diff) | |
download | wireguard-linux-80b2b5c3a701d56de98d00d99bc9cc384fb316d9.tar.xz wireguard-linux-80b2b5c3a701d56de98d00d99bc9cc384fb316d9.zip |
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/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions