Re: [PATCH 5/6] mm,oom: Re-enable OOM killer using timers.

2016-04-09 Thread Tetsuo Handa
Tetsuo Handa wrote: > There is no reason to add this patch which handles the slowpath right now. Oops. There is no reason _not_ to add this patch which handles the slowpath right now.

Re: [PATCH 5/6] mm,oom: Re-enable OOM killer using timers.

2016-04-09 Thread Tetsuo Handa
Michal Hocko wrote: > On Wed 17-02-16 19:34:46, Tetsuo Handa wrote: > > >From 6f07b71c97766ec111d26c3424bded465ca48195 Mon Sep 17 00:00:00 2001 > > From: Tetsuo Handa > > Date: Wed, 17 Feb 2016 16:37:01 +0900 > > Subject: [PATCH 5/6] mm,oom: Re-enable OOM killer

Re: [PATCH 5/6] mm,oom: Re-enable OOM killer using timers.

2016-02-17 Thread Michal Hocko
On Wed 17-02-16 19:34:46, Tetsuo Handa wrote: > >From 6f07b71c97766ec111d26c3424bded465ca48195 Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Wed, 17 Feb 2016 16:37:01 +0900 > Subject: [PATCH 5/6] mm,oom: Re-enable OOM killer using timers. > > We are trying to redu

[PATCH 5/6] mm,oom: Re-enable OOM killer using timers.

2016-02-17 Thread Tetsuo Handa
>From 6f07b71c97766ec111d26c3424bded465ca48195 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Wed, 17 Feb 2016 16:37:01 +0900 Subject: [PATCH 5/6] mm,oom: Re-enable OOM killer using timers. We are trying to reduce the possibility of hitting OOM livelock by introducing the OOM reaper,