commit | a37fb7ef24a475012547fa28f0148d2e538ad5d4 | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Tue Dec 01 13:58:51 2020 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Dec 02 18:32:46 2020 -0800 |
tree | 8ead3bd8d071cc5a2159295ba315b68f33ac62ee | |
parent | cbddcb574d419fd5b70c5f87ba733feec6147aeb [diff] |
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