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

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