[PATCH] out of memory notifier
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 26 Sep 2006 06:31:20 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:47 +0000 (08:48 -0700)
commit8bc719d3cab8414938f9ea6e33b58d8810d18068
tree1afd4ce7865466bf9578ca746c63c1d351f07cdc
parent19655d3487001d7df0e10e9cbfc27c758b77c2b5
[PATCH] out of memory notifier

Add a notifer chain to the out of memory killer.  If one of the registered
callbacks could release some memory, do not kill the process but return and
retry the allocation that forced the oom killer to run.

The purpose of the notifier is to add a safety net in the presence of
memory ballooners.  If the resource manager inflated the balloon to a size
where memory allocations can not be satisfied anymore, it is better to
deflate the balloon a bit instead of killing processes.

The implementation for the s390 ballooner is included.

[akpm@osdl.org: cleanups]
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/mm/cmm.c
include/linux/swap.h
mm/oom_kill.c