Re: [PATCH -next] mm/kmemleak: record the current memory pool size

2019-09-20 Thread Andrew Morton
On Thu, 15 Aug 2019 11:02:16 +0100 Catalin Marinas wrote: > On Wed, Aug 14, 2019 at 03:07:11PM -0400, Qian Cai wrote: > > The only way to obtain the current memory pool size for a running kernel > > is to check back the kernel config file which is inconvenient. Record it > > in the kernel messag

Re: [PATCH -next] mm/kmemleak: record the current memory pool size

2019-08-15 Thread Catalin Marinas
On Wed, Aug 14, 2019 at 03:07:11PM -0400, Qian Cai wrote: > The only way to obtain the current memory pool size for a running kernel > is to check back the kernel config file which is inconvenient. Record it > in the kernel messages. > > Signed-off-by: Qian Cai > --- > mm/kmemleak.c | 3 ++- > 1

[PATCH -next] mm/kmemleak: record the current memory pool size

2019-08-14 Thread Qian Cai
The only way to obtain the current memory pool size for a running kernel is to check back the kernel config file which is inconvenient. Record it in the kernel messages. Signed-off-by: Qian Cai --- mm/kmemleak.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm/kmemleak.c