selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
authorYafang Shao <laoar.shao@gmail.com>
Sat, 9 Apr 2022 12:59:56 +0000 (12:59 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 11 Apr 2022 03:17:16 +0000 (20:17 -0700)
commitb858ba8c52b64c038de156c455a39a89bfd214e8
tree6d6349f4307e1eee298beedd206d849830dac77c
parentb25acdafd3730110254f8452b113a6311ab5cf2d
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK

We have switched to memcg-based memory accouting and thus the rlimit is
not needed any more. LIBBPF_STRICT_AUTO_RLIMIT_MEMLOCK was introduced in
libbpf for backward compatibility, so we can use it instead now. After
this change, the header tools/testing/selftests/bpf/bpf_rlimit.h can be
removed.

This patch also removes the useless header sys/resource.h from many files
in tools/testing/selftests/bpf/.

Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220409125958.92629-3-laoar.shao@gmail.com
21 files changed:
tools/testing/selftests/bpf/bench.c
tools/testing/selftests/bpf/bpf_rlimit.h [deleted file]
tools/testing/selftests/bpf/flow_dissector_load.c
tools/testing/selftests/bpf/get_cgroup_id_user.c
tools/testing/selftests/bpf/prog_tests/btf.c
tools/testing/selftests/bpf/test_cgroup_storage.c
tools/testing/selftests/bpf/test_dev_cgroup.c
tools/testing/selftests/bpf/test_lpm_map.c
tools/testing/selftests/bpf/test_lru_map.c
tools/testing/selftests/bpf/test_skb_cgroup_id_user.c
tools/testing/selftests/bpf/test_sock.c
tools/testing/selftests/bpf/test_sock_addr.c
tools/testing/selftests/bpf/test_sockmap.c
tools/testing/selftests/bpf/test_sysctl.c
tools/testing/selftests/bpf/test_tag.c
tools/testing/selftests/bpf/test_tcp_check_syncookie_user.c
tools/testing/selftests/bpf/test_tcpnotify_user.c
tools/testing/selftests/bpf/test_verifier_log.c
tools/testing/selftests/bpf/xdp_redirect_multi.c
tools/testing/selftests/bpf/xdping.c
tools/testing/selftests/bpf/xdpxceiver.c