From: Ley Foon Tan Date: Mon, 16 Mar 2015 07:35:25 +0000 (+0800) Subject: nios2: mm: do not invoke OOM killer on kernel fault OOM X-Git-Tag: omap-for-v4.1/fixes-rc1~303^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6347e2a10f7031dc3725e6f4519089517c0ca521;p=pandora-kernel.git nios2: mm: do not invoke OOM killer on kernel fault OOM Follow commit 871341023c771ad. Kernel faults are expected to handle OOM conditions gracefully (gup, uaccess etc.), so they should never invoke the OOM killer. Reserve this for faults triggered in user context when it is the only option. Signed-off-by: Ley Foon Tan --- Reading git-diff-tree failed