From: Yasunori Goto Date: Sun, 6 May 2007 21:49:59 +0000 (-0700) Subject: mm: fix handling of panic_on_oom when cpusets are in use X-Git-Tag: v2.6.22-rc1~940 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b744c01a54fe0c9974ff1b29522f25f07084053;p=pandora-kernel.git mm: fix handling of panic_on_oom when cpusets are in use The current panic_on_oom may not work if there is a process using cpusets/mempolicy, because other nodes' memory may remain. But some people want failover by panic ASAP even if they are used. This patch makes new setting for its request. This is tested on my ia64 box which has 3 nodes. Signed-off-by: Yasunori Goto Signed-off-by: Benjamin LaHaise Cc: Christoph Lameter Cc: Paul Jackson Cc: Ethan Solomita Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed