Re: [PATCH] mm: be more informative in OOM task list

2018-07-04 Thread Rafael Aquini
On Tue, Jul 03, 2018 at 06:34:48PM -0700, David Rientjes wrote: > On Sun, 1 Jul 2018, Rodrigo Freire wrote: > > > The default page memory unit of OOM task dump events might not be > > intuitive for the non-initiated when debugging OOM events. Add > > a small printk prior to the task dump

Re: [PATCH] mm: be more informative in OOM task list

2018-07-04 Thread Rafael Aquini
On Tue, Jul 03, 2018 at 06:34:48PM -0700, David Rientjes wrote: > On Sun, 1 Jul 2018, Rodrigo Freire wrote: > > > The default page memory unit of OOM task dump events might not be > > intuitive for the non-initiated when debugging OOM events. Add > > a small printk prior to the task dump

Re: [PATCH] mm: be more informative in OOM task list

2018-07-03 Thread David Rientjes
On Sun, 1 Jul 2018, Rodrigo Freire wrote: > The default page memory unit of OOM task dump events might not be > intuitive for the non-initiated when debugging OOM events. Add > a small printk prior to the task dump informing that the memory > units are actually memory _pages_. > > Signed-off-by:

Re: [PATCH] mm: be more informative in OOM task list

2018-07-03 Thread David Rientjes
On Sun, 1 Jul 2018, Rodrigo Freire wrote: > The default page memory unit of OOM task dump events might not be > intuitive for the non-initiated when debugging OOM events. Add > a small printk prior to the task dump informing that the memory > units are actually memory _pages_. > > Signed-off-by:

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Rodrigo Freire
Hello Michal! - Original Message - > From: "Michal Hocko" > To: "Rodrigo Freire" > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > Sent: Monday, July 2, 2018 8:29:06 AM > Subject: Re: [PATCH] mm: be more informative in OOM task list > >

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Rodrigo Freire
Hello Michal! - Original Message - > From: "Michal Hocko" > To: "Rodrigo Freire" > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > Sent: Monday, July 2, 2018 8:29:06 AM > Subject: Re: [PATCH] mm: be more informative in OOM task list > >

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Michal Hocko
On Mon 02-07-18 07:22:13, Rodrigo Freire wrote: > Hello Michal, > > - Original Message - > > From: "Michal Hocko" > > To: "Rodrigo Freire" > > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > > Sent: Monday, July 2, 2018 6:30:4

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Michal Hocko
On Mon 02-07-18 07:22:13, Rodrigo Freire wrote: > Hello Michal, > > - Original Message - > > From: "Michal Hocko" > > To: "Rodrigo Freire" > > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > > Sent: Monday, July 2, 2018 6:30:4

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Rodrigo Freire
Hello Michal, - Original Message - > From: "Michal Hocko" > To: "Rodrigo Freire" > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > Sent: Monday, July 2, 2018 6:30:43 AM > Subject: Re: [PATCH] mm: be more informative in OOM task list > >

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Rodrigo Freire
Hello Michal, - Original Message - > From: "Michal Hocko" > To: "Rodrigo Freire" > Cc: linux...@kvack.org, linux-kernel@vger.kernel.org > Sent: Monday, July 2, 2018 6:30:43 AM > Subject: Re: [PATCH] mm: be more informative in OOM task list > >

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Michal Hocko
On Sun 01-07-18 13:09:40, Rodrigo Freire wrote: > The default page memory unit of OOM task dump events might not be > intuitive for the non-initiated when debugging OOM events. Add > a small printk prior to the task dump informing that the memory > units are actually memory _pages_. Does this

Re: [PATCH] mm: be more informative in OOM task list

2018-07-02 Thread Michal Hocko
On Sun 01-07-18 13:09:40, Rodrigo Freire wrote: > The default page memory unit of OOM task dump events might not be > intuitive for the non-initiated when debugging OOM events. Add > a small printk prior to the task dump informing that the memory > units are actually memory _pages_. Does this

[PATCH] mm: be more informative in OOM task list

2018-07-01 Thread Rodrigo Freire
The default page memory unit of OOM task dump events might not be intuitive for the non-initiated when debugging OOM events. Add a small printk prior to the task dump informing that the memory units are actually memory _pages_. Signed-off-by: Rodrigo Freire --- mm/oom_kill.c | 1 + 1 file

[PATCH] mm: be more informative in OOM task list

2018-07-01 Thread Rodrigo Freire
The default page memory unit of OOM task dump events might not be intuitive for the non-initiated when debugging OOM events. Add a small printk prior to the task dump informing that the memory units are actually memory _pages_. Signed-off-by: Rodrigo Freire --- mm/oom_kill.c | 1 + 1 file