]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Reject static entry-point BPF programs
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 14 May 2021 19:55:34 +0000 (12:55 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 14 May 2021 23:11:09 +0000 (16:11 -0700)
commite96d74553c441818c8a4819d5c8be2a263d33524
treeca3ca0fd649d3f588092f24b90f83acc8c2dbb6f
parent65781a8f35ceebd5d868f1758486bce1b9cae846
libbpf: Reject static entry-point BPF programs

Detect use of static entry-point BPF programs (those with SEC() markings) and
emit error message. This is similar to
65781a8f35ce ("libbpf: Reject static maps") but for BPF programs.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20210514195534.1440970-1-andrii@kernel.org
tools/lib/bpf/libbpf.c