From: Kautuk Consul Date: Sun, 19 Aug 2012 02:41:01 +0000 (+1200) Subject: alpha/mm/fault.c: Port OOM changes to do_page_fault X-Git-Tag: v3.6-rc3~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcc426b1defa6b629dfa722537cab38876a3ce4;p=pandora-kernel.git alpha/mm/fault.c: Port OOM changes to do_page_fault Commit d065bd810b6d ("mm: retry page fault when blocking on disk transfer") and 37b23e0525d3 ("x86,mm: make pagefault killable") introduced changes into the x86 pagefault handler for making the page fault handler retryable as well as killable. These changes reduce the mmap_sem hold time, which is crucial during OOM killer invocation. Port these changes to ALPHA. Signed-off-by: Mohd. Faris Signed-off-by: Kautuk Consul Acked-by: Matt Turner Signed-off-by: Michael Cree Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed