Re: [Devel] [PATCH 00/17] oom killer enhancements

2015-09-04 Thread Vladimir Davydov
On Fri, Aug 14, 2015 at 08:03:24PM +0300, Vladimir Davydov wrote: > - Patches 1-3 fix stalls on global (1, 2) and local (3) reclaim. >https://jira.sw.ru/browse/PSBM-35155 Please only apply the first three patches for now. The rest needs more testing. > - Patches 4-6 revert our code

Re: [Devel] [PATCH 00/17] oom killer enhancements

2015-09-03 Thread Kirill Tkhai
Reviewed-by: Kirill Tkhai On 31.08.2015 16:55, Konstantin Khorenko wrote: > Kirill, please review. > > -- > Best regards, > > Konstantin Khorenko, > Virtuozzo Linux Kernel Team > > On 08/14/2015 08:03 PM, Vladimir Davydov wrote: >> - Patches 1-3 fix stalls on global (1, 2)

Re: [Devel] [PATCH 00/17] oom killer enhancements

2015-08-31 Thread Konstantin Khorenko
Kirill, please review. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 08/14/2015 08:03 PM, Vladimir Davydov wrote: - Patches 1-3 fix stalls on global (1, 2) and local (3) reclaim. https://jira.sw.ru/browse/PSBM-35155 - Patches 4-6 revert our code implementing per

[Devel] [PATCH 00/17] oom killer enhancements

2015-08-14 Thread Vladimir Davydov
- Patches 1-3 fix stalls on global (1, 2) and local (3) reclaim. https://jira.sw.ru/browse/PSBM-35155 - Patches 4-6 revert our code implementing per memcg oom guarantees. - Patches 7-10 fix stalls on oom - Patch 11 introduced oom timeout https://jira.sw.ru/browse/PSBM-38581 - Patches