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

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