]> Git Repo - linux.git/commit
mm: invoke oom-killer from remaining unconverted page fault handlers
authorJohannes Weiner <[email protected]>
Mon, 8 Jul 2013 22:59:50 +0000 (15:59 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jul 2013 17:33:20 +0000 (10:33 -0700)
commit609838cfed972d49a65aac7923a9ff5cbe482e30
treeb9043963715a04c84b4030ccd3951a32129a6ed8
parent54f72fe022d9b2c4de40043a118881121190a117
mm: invoke oom-killer from remaining unconverted page fault handlers

A few remaining architectures directly kill the page faulting task in an
out of memory situation.  This is usually not a good idea since that
task might not even use a significant amount of memory and so may not be
the optimal victim to resolve the situation.

Since 2.6.29's 1c0fe6e ("mm: invoke oom-killer from page fault") there
is a hook that architecture page fault handlers are supposed to call to
invoke the OOM killer and let it pick the right task to kill.  Convert
the remaining architectures over to this hook.

To have the previous behavior of simply taking out the faulting task the
vm.oom_kill_allocating_task sysctl can be set to 1.

Signed-off-by: Johannes Weiner <[email protected]>
Reviewed-by: Michal Hocko <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Vineet Gupta <[email protected]> [arch/arc bits]
Cc: James Hogan <[email protected]>
Cc: David Howells <[email protected]>
Cc: Jonas Bonn <[email protected]>
Cc: Chen Liqin <[email protected]>
Cc: Lennox Wu <[email protected]>
Cc: Chris Metcalf <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arc/mm/fault.c
arch/metag/mm/fault.c
arch/mn10300/mm/fault.c
arch/openrisc/mm/fault.c
arch/score/mm/fault.c
arch/tile/mm/fault.c
This page took 0.066168 seconds and 4 git commands to generate.