bpf: Eliminate rlimit-based memory accounting for cpumap maps
authorRoman Gushchin <guro@fb.com>
Tue, 1 Dec 2020 21:58:46 +0000 (13:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 Dec 2020 02:32:46 +0000 (18:32 -0800)
commit711cabaf1432fbec4a5f9ffcfbfe2ed7a78cd096
treed158a6e779480a70f536d4f794412fbdaf54e1f4
parentf043733f31e5e12c6254045a03e519290543fa1b
bpf: Eliminate rlimit-based memory accounting for cpumap maps

Do not use rlimit-based memory accounting for cpumap maps.
It has been replaced with the memcg-based memory accounting.

Signed-off-by: Roman Gushchin <guro@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20201201215900.3569844-21-guro@fb.com
kernel/bpf/cpumap.c