Re: [PATCH bpf-next v3 27/29] bpf: eliminate rlimit-based memory accounting infra for bpf maps
From: Song Liu <song@kernel.org>
Date: 2020-07-31 22:47:58
Also in:
bpf, lkml
From: Song Liu <song@kernel.org>
Date: 2020-07-31 22:47:58
Also in:
bpf, lkml
On Thu, Jul 30, 2020 at 2:27 PM Roman Gushchin [off-list ref] wrote:
Remove rlimit-based accounting infrastructure code, which is not used anymore. Signed-off-by: Roman Gushchin <redacted>
The code is good, so Acked-by: Song Liu <redacted> However, I am still nervous as we deprecate memlock.
--- include/linux/bpf.h | 12 ---- kernel/bpf/syscall.c | 64 +------------------ .../selftests/bpf/progs/map_ptr_kern.c | 5 -- 3 files changed, 2 insertions(+), 79 deletions(-)
[...]