Re: [PATCH v2 0/4] fix premature OOM regression in 4.7+ due to cpuset races

2017-01-21 Thread Hillf Danton
On Friday, January 20, 2017 6:39 PM Vlastimil Babka wrote: > > Changes since v1: > - add/remove comments per Michal Hocko and Hillf Danton > - move no_zone: label in patch 3 so we don't miss part of ac initialization > > This is v2 of my attempt to fix the recent report based on LTP cpuset stres

[PATCH v2 0/4] fix premature OOM regression in 4.7+ due to cpuset races

2017-01-20 Thread Vlastimil Babka
Changes since v1: - add/remove comments per Michal Hocko and Hillf Danton - move no_zone: label in patch 3 so we don't miss part of ac initialization This is v2 of my attempt to fix the recent report based on LTP cpuset stress test [1]. The intention is to go to stable 4.9 LTSS with this, as trigg