Re: [PATCH v8 6/9] secretmem: add memcg accounting

2020-11-15 Thread Mike Rapoport
On Fri, Nov 13, 2020 at 03:42:25PM -0800, Roman Gushchin wrote: > вт, 10 нояб. 2020 г. в 07:16, Mike Rapoport : > > > > From: Mike Rapoport > > > > Account memory consumed by secretmem to memcg. The accounting is updated > > when the memory is actually allocated and freed. > > > > Signed-off-by:

Re: [PATCH v8 6/9] secretmem: add memcg accounting

2020-11-13 Thread Roman Gushchin
вт, 10 нояб. 2020 г. в 07:16, Mike Rapoport : > > From: Mike Rapoport > > Account memory consumed by secretmem to memcg. The accounting is updated > when the memory is actually allocated and freed. > > Signed-off-by: Mike Rapoport > --- > mm/filemap.c | 2 +- > mm/secretmem.c | 42

Re: [PATCH v8 6/9] secretmem: add memcg accounting

2020-11-12 Thread Andrew Morton
On Tue, 10 Nov 2020 17:14:41 +0200 Mike Rapoport wrote: > Account memory consumed by secretmem to memcg. The accounting is updated > when the memory is actually allocated and freed. From: Andrew Morton Subject: secretmem-add-memcg-accounting-fix fix CONFIG_MEMCG=n build Cc: Mike Rapoport

[PATCH v8 6/9] secretmem: add memcg accounting

2020-11-10 Thread Mike Rapoport
From: Mike Rapoport Account memory consumed by secretmem to memcg. The accounting is updated when the memory is actually allocated and freed. Signed-off-by: Mike Rapoport --- mm/filemap.c | 2 +- mm/secretmem.c | 42 +- 2 files changed, 42