Re: [PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs

2020-07-31 Thread Song Liu
On Thu, Jul 30, 2020 at 2:28 PM Roman Gushchin wrote: > > Include memory used by bpf programs into the memcg-based accounting. > This includes the memory used by programs itself, auxiliary data > and statistics. > > Signed-off-by: Roman Gushchin Acked-by: Song Liu

[PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs

2020-07-30 Thread Roman Gushchin
Include memory used by bpf programs into the memcg-based accounting. This includes the memory used by programs itself, auxiliary data and statistics. Signed-off-by: Roman Gushchin --- kernel/bpf/core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/bpf/core.c