]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60a54e7e96fb22fe537b5c91d5be393c01a0c5a9
treed158a6e779480a70f536d4f794412fbdaf54e1f4
parent0b9cac054f516a06d7f3686b5e404219b8fde8c4
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