]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Add cmd alias BPF_PROG_RUN
authorAlexei Starovoitov <ast@kernel.org>
Wed, 19 May 2021 01:40:32 +0000 (18:40 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 19 May 2021 13:35:12 +0000 (15:35 +0200)
commiteceb7f076a71fa9cccd943213e1b59a3ef481fd8
tree2c7255f37098da2c2e894b6562db9229e023fd25
parentb939bc0063914e895b8b7847808950bd925a4114
bpf: Add cmd alias BPF_PROG_RUN

Add BPF_PROG_RUN command as an alias to BPF_RPOG_TEST_RUN to better
indicate the full range of use cases done by the command.

Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20210519014032.20908-1-alexei.starovoitov@gmail.com
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h
tools/lib/bpf/skel_internal.h