Re: [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable

2007-03-15 Thread William Lee Irwin III
On Thu, Mar 15, 2007 at 07:19:21PM +0530, Ankita Garg wrote: > Looking at oom_kill.c, found that the intention to not kill the selected > process if any of its children/siblings has OOM_DISABLE set, is not being met. > Signed-off-by: Ankita Garg <[EMAIL PROTECTED]> > Index: ankita/linux-2.6.20.1/mm

Re: [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable

2007-03-15 Thread Nick Piggin
On Thu, Mar 15, 2007 at 07:19:21PM +0530, Ankita Garg wrote: > > Looking at oom_kill.c, found that the intention to not kill the selected > process if any of its children/siblings has OOM_DISABLE set, is not being met. > > > Signed-off-by: Ankita Garg <[EMAIL PROTECTED]> Acked-by: Nick Piggin <[

[PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable

2007-03-15 Thread Ankita Garg
Looking at oom_kill.c, found that the intention to not kill the selected process if any of its children/siblings has OOM_DISABLE set, is not being met. Signed-off-by: Ankita Garg <[EMAIL PROTECTED]> Index: ankita/linux-2.6.20.1/mm/oom_kill.c =