Re: [patch 1/7] arch: mm: remove obsolete init OOM protection

2013-08-06 Thread Vineet Gupta
Hi Johannes, Thk for the cleanup. On 08/03/2013 10:29 PM, Johannes Weiner wrote: > Back before smart OOM killing, when faulting tasks where killed > directly on allocation failures, the arch-specific fault handlers > needed special protection for the init process. > > Now that all fault

Re: [patch 1/7] arch: mm: remove obsolete init OOM protection

2013-08-06 Thread Vineet Gupta
Hi Johannes, Thk for the cleanup. On 08/03/2013 10:29 PM, Johannes Weiner wrote: Back before smart OOM killing, when faulting tasks where killed directly on allocation failures, the arch-specific fault handlers needed special protection for the init process. Now that all fault handlers

[patch 1/7] arch: mm: remove obsolete init OOM protection

2013-08-03 Thread Johannes Weiner
Back before smart OOM killing, when faulting tasks where killed directly on allocation failures, the arch-specific fault handlers needed special protection for the init process. Now that all fault handlers call into the generic OOM killer (609838c "mm: invoke oom-killer from remaining unconverted

[patch 1/7] arch: mm: remove obsolete init OOM protection

2013-08-03 Thread Johannes Weiner
Back before smart OOM killing, when faulting tasks where killed directly on allocation failures, the arch-specific fault handlers needed special protection for the init process. Now that all fault handlers call into the generic OOM killer (609838c mm: invoke oom-killer from remaining unconverted