We have switched to memcg based memory accouting and thus the rlimit is not needn't any more. LIBBPF_STRICT_AUTO_RLIMIT_MEMLOCK is introduced in libbpf for backward compatibility, so we can use it instead now. v2: use libbpf_set_strict_mode instead. (Andrii) v1: https://lore.kernel.org/bpf/20220320060815.7716-2-laoar.shao@xxxxxxxxx/ Yafang Shao (9): bpf: selftests: Use libbpf 1.0 API mode in bpf constructor bpf: selftests: Use bpf strict all ctor in xdping bpf: selftests: Use bpf strict all ctor in xdpxceiver bpf: samples: Replace RLIMIT_MEMLOCK with LIBBPF_STRICT_ALL in xdpsock_user bpf: samples: Replace RLIMIT_MEMLOCK with LIBBPF_STRICT_ALL in xsk_fwd bpf: runqslower: Replace RLIMIT_MEMLOCK with LIBBPF_STRICT_ALL bpf: bpftool: Remove useless return value of libbpf_set_strict_mode bpf: bpftool: Set LIBBPF_STRICT_AUTO_RLIMIT_MEMLOCK for legacy libbpf bpf: bpftool: Remove useless rlimit setting samples/bpf/xdpsock_user.c | 9 ++------ samples/bpf/xsk_fwd.c | 7 ++----- tools/bpf/bpftool/common.c | 7 ------- tools/bpf/bpftool/feature.c | 2 -- tools/bpf/bpftool/main.c | 6 +++--- tools/bpf/bpftool/main.h | 2 -- tools/bpf/bpftool/map.c | 2 -- tools/bpf/bpftool/pids.c | 1 - tools/bpf/bpftool/prog.c | 3 --- tools/bpf/bpftool/struct_ops.c | 2 -- tools/bpf/runqslower/runqslower.c | 17 ++-------------- tools/testing/selftests/bpf/bpf_rlimit.h | 26 +++--------------------- tools/testing/selftests/bpf/xdping.c | 8 +------- tools/testing/selftests/bpf/xdpxceiver.c | 7 ++----- 14 files changed, 15 insertions(+), 84 deletions(-) -- 2.17.1