All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: fatal kernel fault reporting improvements
@ 2018-05-21 13:14 Mark Rutland
  2018-05-21 13:14 ` [PATCH 1/2] arm64: make is_permission_fault() name clearer Mark Rutland
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mark Rutland @ 2018-05-21 13:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Catalin noticed that do_page_fault() can die() for some faults without
reporting the faulting address, which is unfortunate. We also don't
decode the ESR, or attempt to dump the page tables.

These patches unify the handling of those faults with the ones we handle
in __do_kernel_fault(), making things a little more consistent.

Thanks,
Mark.

Mark Rutland (2):
  arm64: make is_permission_fault() name clearer
  arm64: Unify kernel fault reporting

 arch/arm64/mm/fault.c | 46 ++++++++++++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 18 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-23 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 13:14 [PATCH 0/2] arm64: fatal kernel fault reporting improvements Mark Rutland
2018-05-21 13:14 ` [PATCH 1/2] arm64: make is_permission_fault() name clearer Mark Rutland
2018-05-22 17:06   ` Will Deacon
2018-05-21 13:14 ` [PATCH 2/2] arm64: Unify kernel fault reporting Mark Rutland
2018-05-22 17:17   ` Will Deacon
2018-05-23 10:47 ` [PATCH 0/2] arm64: fatal kernel fault reporting improvements Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.