git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891cffb
)
x86/mm: unify init task OOM handling
author
Ingo Molnar
<mingo@elte.hu>
Mon, 13 Oct 2008 15:49:02 +0000
(17:49 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 13 Oct 2008 16:11:13 +0000
(18:11 +0200)
Linus noticed that the "again:" versus "survive:" OOM logic for
the init task was arbitrarily different.
The 64-bit codepath is the better one, because it correctly re-lookups
the vma after having dropped the ->mmap_sem.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found