]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Eliminate rlimit-based memory accounting for stackmap maps
authorRoman Gushchin <guro@fb.com>
Tue, 1 Dec 2020 21:58:55 +0000 (13:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 Dec 2020 02:32:47 +0000 (18:32 -0800)
commit8bfe8e545086fb92791a6a9648378e6fcf7c10e7
tree5cf1a9adab36d54fb183092cb7f563800048e0ca
parentc142b46abdb2c496699dd2106f19dd5dfb6a277d
bpf: Eliminate rlimit-based memory accounting for stackmap maps

Do not use rlimit-based memory accounting for stackmap 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-30-guro@fb.com
kernel/bpf/stackmap.c