bpf: Return -ENOTSUPP when attaching to non-kernel BTF
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 8 Dec 2020 06:43:26 +0000 (22:43 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 8 Dec 2020 16:14:27 +0000 (17:14 +0100)
commit8bdd8e275ede9786d845b3ec952836e61fd824e9
treeb2bd78289137cf215590fe134814a6494275b346
parent3546b9b8eced9799b35ef953f766a0973b17fda2
bpf: Return -ENOTSUPP when attaching to non-kernel BTF

Return -ENOTSUPP if tracing BPF program is attempted to be attached with
specified attach_btf_obj_fd pointing to non-kernel (neither vmlinux nor
module) BTF object. This scenario might be supported in the future and isn't
outright invalid, so -EINVAL isn't the most appropriate error code.

Suggested-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20201208064326.667389-1-andrii@kernel.org
kernel/bpf/syscall.c