[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <462515CC.1080107@redhat.com>
Date: Tue, 17 Apr 2007 14:45:32 -0400
From: Larry Woodman <lwoodman@...hat.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] sysctl_panic_on_oom broken
out_of_memory() does not panic when sysctl_panic_on_oom is set
if constrained_alloc() does not return CONSTRAINT_NONE. Instead,
out_of_memory() kills the current process whenever constrained_alloc()
returns either CONSTRAINT_MEMORY_POLICY or CONSTRAINT_CPUSET.
This patch fixes this problem:
Signed-off-by: Larry Woodman <lwoodman@...hat.com>
View attachment "panic_on_oom.patch" of type "text/plain" (725 bytes)
Powered by blists - more mailing lists