]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Move ENOTSUPP from bpf_util.h
authorHou Tao <houtao1@huawei.com>
Wed, 6 Nov 2024 06:35:41 +0000 (14:35 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 11 Nov 2024 16:18:35 +0000 (08:18 -0800)
commit503cfb103c8d6ca4f23a9abbf36672c9cfe6f745
tree69a0dba6b26976a8f1af526833efd15d219283bb
parentb9e9ed90b10c82a4e9d4d70a2890f06bfcdd3b78
selftests/bpf: Move ENOTSUPP from bpf_util.h

Moving the definition of ENOTSUPP into bpf_util.h to remove the
duplicated definitions in multiple files.

Signed-off-by: Hou Tao <houtao1@huawei.com>
Link: https://lore.kernel.org/r/20241106063542.357743-3-houtao@huaweicloud.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
tools/testing/selftests/bpf/bpf_util.h
tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
tools/testing/selftests/bpf/prog_tests/lsm_cgroup.c
tools/testing/selftests/bpf/prog_tests/sock_addr.c
tools/testing/selftests/bpf/test_maps.c
tools/testing/selftests/bpf/test_verifier.c