[patch 02/32] oom: kill all threads that share mm with killed task

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Rientjes <[EMAIL PROTECTED]> oom_kill_task() calls __oom_kill_task() to OOM kill a selected task. When finding other threads that share an mm with that task, we need to kill those

[patch 02/32] oom: kill all threads that share mm with killed task

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Rientjes [EMAIL PROTECTED] oom_kill_task() calls __oom_kill_task() to OOM kill a selected task. When finding other threads that share an mm with that task, we need to kill those individual