]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: Make the user fault reporting more specific
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 24 Oct 2012 15:34:02 +0000 (16:34 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 24 Oct 2012 19:43:24 +0000 (20:43 +0100)
commit1e4097bbba7e02faf25dea6ce315e8823593a2b4
tree0eab1f28dd716b488d930f36eb0a1be91eee1f6b
parente3978cded41dc7b364e74037f56d6bc558c11fd7
arm64: Make the user fault reporting more specific

For user space faults the kernel reports "unhandled page fault" and it
gives the ESR value. With this patch the error message looked up in the
fault info array to give a better description.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/fault.c