linux/kernel/bpf
Roman Gushchin cbddcb574d bpf: Eliminate rlimit-based memory accounting for lpm_trie maps
Do not use rlimit-based memory accounting for lpm_trie 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-25-guro@fb.com
2020-12-02 18:32:46 -08:00
..
preload
arraymap.c bpf: Eliminate rlimit-based memory accounting for arraymap maps 2020-12-02 18:32:46 -08:00
bpf_inode_storage.c
bpf_iter.c
bpf_local_storage.c bpf: Memcg-based memory accounting for bpf local storage maps 2020-12-02 18:32:45 -08:00
bpf_lru_list.c
bpf_lru_list.h
bpf_lsm.c
bpf_struct_ops_types.h
bpf_struct_ops.c bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps 2020-12-02 18:32:46 -08:00
bpf_task_storage.c
btf.c
cgroup.c
core.c bpf: Memcg-based memory accounting for bpf progs 2020-12-02 18:28:06 -08:00
cpumap.c bpf: Eliminate rlimit-based memory accounting for cpumap maps 2020-12-02 18:32:46 -08:00
devmap.c bpf: Eliminate rlimit-based memory accounting for devmap maps 2020-12-02 18:32:46 -08:00
disasm.c
disasm.h
dispatcher.c
hashtab.c bpf: Eliminate rlimit-based memory accounting for hashtab maps 2020-12-02 18:32:46 -08:00
helpers.c
inode.c
local_storage.c bpf: Eliminate rlimit-based memory accounting for cgroup storage maps 2020-12-02 18:32:46 -08:00
lpm_trie.c bpf: Eliminate rlimit-based memory accounting for lpm_trie maps 2020-12-02 18:32:46 -08:00
Makefile
map_in_map.c
map_in_map.h
map_iter.c
net_namespace.c
offload.c
percpu_freelist.c
percpu_freelist.h
prog_iter.c
queue_stack_maps.c
reuseport_array.c
ringbuf.c bpf: Memcg-based memory accounting for bpf ringbuffer 2020-12-02 18:32:45 -08:00
stackmap.c
syscall.c bpf: Memcg-based memory accounting for bpf maps 2020-12-02 18:32:45 -08:00
sysfs_btf.c
task_iter.c
tnum.c
trampoline.c
verifier.c