From: Mark Rutland Date: Tue, 28 May 2013 14:54:15 +0000 (+0100) Subject: arm64: don't kill the kernel on a bad esr from el0 X-Git-Tag: v3.10-rc4~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9955ac47f4ba1c95ecb6092aeaefb40a22e99268;p=pandora-kernel.git arm64: don't kill the kernel on a bad esr from el0 Rather than completely killing the kernel if we receive an esr value we can't deal with in the el0 handlers, send the process a SIGILL and log the esr value in the hope that we can debug it. If we receive a bad esr from el1, we'll die() as before. Signed-off-by: Mark Rutland Signed-off-by: Catalin Marinas Cc: stable@vger.kernel.org --- Reading git-diff-tree failed