From: Catalin Marinas Date: Thu, 22 Aug 2013 10:47:37 +0000 (+0100) Subject: arm64: Enable interrupts in the EL0 undef handler X-Git-Tag: v3.12-rc1~121^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2600e130b3c90c8d6c13229d3d3a14dcb898a87b;p=pandora-kernel.git arm64: Enable interrupts in the EL0 undef handler do_undefinstr() has to be called with interrupts disabled since it may read the instruction from the user address space which could lead to a data abort and subsequent might_sleep() warning in do_page_fault(). Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed