bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
authorRoman Gushchin <guro@fb.com>
Tue, 1 Dec 2020 21:58:57 +0000 (13:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 Dec 2020 02:32:47 +0000 (18:32 -0800)
commitab31be378a63a8bc1868c9890d28b0206f81396e
tree8ddac7340bdd745a18ef24336d79ad0f1fbb22df
parent819a4f323579b56cd942f14718edd1f308adbbe2
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps

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