public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Rework debug exception handling code
@ 2019-04-05 12:40 Will Deacon
  2019-04-05 12:40 ` [PATCH v2 1/8] arm64: debug: Remove unused return value from do_debug_exception() Will Deacon
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Will Deacon @ 2019-04-05 12:40 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: mark.rutland, Will Deacon

Hi all,

This is version two of the patches I previously posted here:

  http://lists.infradead.org/pipermail/linux-arm-kernel/2019-March/636331.html

Changes since v1 include:

  * Dropped the first two patches, since they have been merged as fixed
  * Fixed break dispatching to work with comment ranges (required by KASAN)
  * Based on 5.1-rc3

I plan to queue these up for 5.2, pending any issues.

Will

--->8

Will Deacon (8):
  arm64: debug: Remove unused return value from do_debug_exception()
  arm64: debug: Rename addr parameter for non-watchpoint exception hooks
  arm64: debug: Remove meaningless comment
  arm64: debug: Separate debug hooks based on target exception level
  arm64: kprobes: Avoid calling kprobes debug handlers explicitly
  arm64: debug: Remove redundant user_mode(regs) checks from debug
    handlers
  arm64: probes: Move magic BRK values into brk-imm.h
  arm64: debug: Clean up brk_handler()

 arch/arm64/include/asm/brk-imm.h        |   5 ++
 arch/arm64/include/asm/debug-monitors.h |  25 ++++---
 arch/arm64/include/asm/esr.h            |   4 +-
 arch/arm64/include/asm/kprobes.h        |   2 -
 arch/arm64/kernel/debug-monitors.c      | 114 ++++++++++++++++++--------------
 arch/arm64/kernel/kgdb.c                |  30 +++------
 arch/arm64/kernel/probes/kprobes.c      |  22 +++---
 arch/arm64/kernel/probes/uprobes.c      |  19 ++----
 arch/arm64/kernel/traps.c               |  26 +++-----
 arch/arm64/mm/fault.c                   |  14 ++--
 10 files changed, 131 insertions(+), 130 deletions(-)

-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-04-08 16:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-05 12:40 [PATCH v2 0/8] Rework debug exception handling code Will Deacon
2019-04-05 12:40 ` [PATCH v2 1/8] arm64: debug: Remove unused return value from do_debug_exception() Will Deacon
2019-04-05 12:40 ` [PATCH v2 2/8] arm64: debug: Rename addr parameter for non-watchpoint exception hooks Will Deacon
2019-04-05 12:40 ` [PATCH v2 3/8] arm64: debug: Remove meaningless comment Will Deacon
2019-04-05 12:40 ` [PATCH v2 4/8] arm64: debug: Separate debug hooks based on target exception level Will Deacon
2019-04-08 16:28   ` Mark Rutland
2019-04-05 12:40 ` [PATCH v2 5/8] arm64: kprobes: Avoid calling kprobes debug handlers explicitly Will Deacon
2019-04-05 12:40 ` [PATCH v2 6/8] arm64: debug: Remove redundant user_mode(regs) checks from debug handlers Will Deacon
2019-04-05 12:40 ` [PATCH v2 7/8] arm64: probes: Move magic BRK values into brk-imm.h Will Deacon
2019-04-05 12:40 ` [PATCH v2 8/8] arm64: debug: Clean up brk_handler() Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox