From: Andrii Nakryiko Date: Mon, 11 Apr 2022 03:17:16 +0000 (-0700) Subject: Merge branch 'bpf: RLIMIT_MEMLOCK cleanups' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=33fc250c3e76f99015f5cdbee1de1dd8500d29cc;p=linux.git Merge branch 'bpf: RLIMIT_MEMLOCK cleanups' Yafang Shao says: ==================== 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. This patchset cleanups the usage of RLIMIT_MEMLOCK in tools/bpf/, tools/testing/selftests/bpf and samples/bpf. The file tools/testing/selftests/bpf/bpf_rlimit.h is removed. The included header sys/resource.h is removed from many files as it is useless in these files. - v4: Squash patches and use customary subject prefixes. (Andrii) - v3: Get rid of bpf_rlimit.h and fix some typos (Andrii) - v2: Use libbpf_set_strict_mode instead. (Andrii) - v1: https://lore.kernel.org/bpf/20220320060815.7716-2-laoar.shao@gmail.com/ ==================== Signed-off-by: Andrii Nakryiko --- 33fc250c3e76f99015f5cdbee1de1dd8500d29cc