On Thu 02-03-17 10:30:02, Brian Foster wrote: > On Thu, Mar 02, 2017 at 04:14:11PM +0100, Michal Hocko wrote: [...] > > I am not objecting to adding fatal_signal_pending as well I just thought > > that from the logic POV breaking after reaching the minimum size is just > > the right thing to do. We can optimize further by checking > > fatal_signal_pending and reducing retries when we know it doesn't make > > much sense but that should be done on top as an optimization IMHO. > > > > I don't think of it as an optimization to not invoke calls (a > non-deterministic number of times) that we know are going to fail, but the point is that vmalloc failure modes are an implementation detail which might change in the future. The fix should be really independent on the current implementation that is why I think the fatal_signal_pending is just an optimization. > ultimately I don't care too much how it's framed or if it's done in > separate patches or whatnot. As long as they are posted at the same > time. ;) Done -- Michal Hocko SUSE Labs