Re: [PATCH bpf-next v4 06/30] bpf: memcg-based memory accounting for cgroup storage maps

2020-08-26 Thread Shakeel Butt
On Fri, Aug 21, 2020 at 8:17 AM Roman Gushchin wrote: > > Account memory used by cgroup storage maps including the percpu memory > for the percpu flavor of cgroup storage and map metadata. > > Signed-off-by: Roman Gushchin > Acked-by: Song Liu Reviewed-by: Shakeel Butt

[PATCH bpf-next v4 06/30] bpf: memcg-based memory accounting for cgroup storage maps

2020-08-21 Thread Roman Gushchin
Account memory used by cgroup storage maps including the percpu memory for the percpu flavor of cgroup storage and map metadata. Signed-off-by: Roman Gushchin Acked-by: Song Liu --- kernel/bpf/local_storage.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git