OSDN Git Service

arm64: consistently log ESR and page table
authorMark Rutland <mark.rutland@arm.com>
Thu, 19 Oct 2017 10:19:55 +0000 (11:19 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 27 Oct 2017 15:26:47 +0000 (16:26 +0100)
commit42dbf54e88906ffb8ee992c14e45dd36483f5011
tree392a0a8cceb9627198a84153aa46dede93b89f7c
parentfa3eb71d96f52833a5e12def2a22b2347dd349d0
arm64: consistently log ESR and page table

When we take a fault we can't handle, we try to dump some relevant
information, but we're not consistent about doing so.

In do_mem_abort(), we log the full ESR, but don't dump a page table
walk. In __do_kernel_fault, we dump an attempted decoding of the ESR
(but not the ESR itself) along with a page table walk.

Let's try to make things more consistent by dumping the full ESR in
mem_abort_decode(), and having do_mem_abort dump a page table walk. The
existing dump of the ESR in do_mem_abort() is rendered redundant, and
removed.

Tested-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Julien Thierry <julien.thierry@arm.com>
Cc: Kristina Martsenko <kristina.martsenko@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/fault.c