Re: [PATCH 04/18] mm, aout: handle vm_brk failures

2016-03-11 Thread Michal Hocko
On Fri 11-03-16 11:32:42, Vlastimil Babka wrote: > On 02/29/2016 02:26 PM, Michal Hocko wrote: > >From: Michal Hocko > > > >vm_brk is allowed to fail but load_aout_binary simply ignores the error > >and happily continues. I haven't noticed any problem from that in real > >life but later patches wi

Re: [PATCH 04/18] mm, aout: handle vm_brk failures

2016-03-11 Thread Vlastimil Babka
On 02/29/2016 02:26 PM, Michal Hocko wrote: From: Michal Hocko vm_brk is allowed to fail but load_aout_binary simply ignores the error and happily continues. I haven't noticed any problem from that in real life but later patches will make the failure more likely because vm_brk will become killa