Re: [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs

2020-08-25 Thread Roman Gushchin
On Tue, Aug 25, 2020 at 12:00:15PM -0700, Shakeel Butt wrote: > On Fri, Aug 21, 2020 at 8:01 AM 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

Re: [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs

2020-08-25 Thread Shakeel Butt
On Fri, Aug 21, 2020 at 8:01 AM 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 > --- > kernel/bpf/core.c | 8 > 1 file c

[PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs

2020-08-21 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