Re: [PATCH] mm/oom_killer: Add task UID to info message on an oom kill

2019-04-28 Thread Michal Hocko
On Wed 24-04-19 14:20:13, Joel Savitz wrote: > In the event of an oom kill, useful information about the killed > process is printed to dmesg. Users, especially system administrators, > will find it useful to immediately see the UID of the process. > > In the following example, abuse_the_ram is th

Re: [PATCH] mm/oom_killer: Add task UID to info message on an oom kill

2019-04-25 Thread David Rientjes
On Wed, 24 Apr 2019, Joel Savitz wrote: > In the event of an oom kill, useful information about the killed > process is printed to dmesg. Users, especially system administrators, > will find it useful to immediately see the UID of the process. > > In the following example, abuse_the_ram is the na

Re: [PATCH] mm/oom_killer: Add task UID to info message on an oom kill

2019-04-25 Thread Rafael Aquini
On Wed, Apr 24, 2019 at 02:20:13PM -0400, Joel Savitz wrote: > In the event of an oom kill, useful information about the killed > process is printed to dmesg. Users, especially system administrators, > will find it useful to immediately see the UID of the process. > > In the following example, abu