linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: Changes to register and stack dumps
@ 2017-10-19 15:55 Will Deacon
  2017-10-19 15:55 ` [PATCH 1/4] arm64: consistently log ESR and page table Will Deacon
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Will Deacon @ 2017-10-19 15:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

This handful of patches makes some significant changes to how we print
register/stack dumps and brings us inline with recent changes to x86.
The main changes are that we no longer print out the 'Exception stack:'
section and PC/LR values are resolved to a symbol+offset format where
possible.

Feedback welcome.

Will

--->8

Mark Rutland (1):
  arm64: consistently log ESR and page table

Will Deacon (3):
  arm64: traps: Don't print stack or raw PC/LR values in backtraces
  arm64: traps: Pretty-print pstate in register dumps
  arm64: uapi: Remove PSR_Q_BIT

 arch/arm64/include/uapi/asm/ptrace.h |  1 -
 arch/arm64/kernel/process.c          | 24 ++++++++++---
 arch/arm64/kernel/traps.c            | 65 ++----------------------------------
 arch/arm64/mm/fault.c                |  7 ++--
 4 files changed, 28 insertions(+), 69 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-10-23  9:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 15:55 [PATCH 0/4] arm64: Changes to register and stack dumps Will Deacon
2017-10-19 15:55 ` [PATCH 1/4] arm64: consistently log ESR and page table Will Deacon
2017-10-19 15:55 ` [PATCH 2/4] arm64: traps: Don't print stack or raw PC/LR values in backtraces Will Deacon
2017-10-19 15:55 ` [PATCH 3/4] arm64: traps: Pretty-print pstate in register dumps Will Deacon
2017-10-19 16:17   ` Mark Rutland
2017-10-20 15:58     ` Will Deacon
2017-10-20 16:08       ` Mark Rutland
2017-10-19 15:55 ` [PATCH 4/4] arm64: uapi: Remove PSR_Q_BIT Will Deacon
2017-10-20 22:53 ` [PATCH 0/4] arm64: Changes to register and stack dumps Laura Abbott
2017-10-23  9:03   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).