[PATCH 0/4] arm64: Changes to register and stack dumps

Will Deacon will.deacon at arm.com
Thu Oct 19 08:55:30 PDT 2017


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




More information about the linux-arm-kernel mailing list