From: David Rientjes Date: Tue, 24 Apr 2007 04:36:13 +0000 (-0700) Subject: oom: kill all threads that share mm with killed task X-Git-Tag: v2.6.21~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650a7c974f1b91de9732c0f720e792837f8abfd6;p=pandora-kernel.git oom: kill all threads that share mm with killed task 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 threads and not the same one. (Bug introduced by f2a2a7108aa0039ba7a5fe7a0d2ecef2219a7584) Acked-by: William Irwin Acked-by: Christoph Lameter Cc: Nick Piggin Cc: Andrew Morton Cc: Andi Kleen Signed-off-by: David Rientjes Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed