All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/5] ARM64: More flexible HW watchpoint
@ 2016-11-14 14:02 ` Pratyush Anand
  0 siblings, 0 replies; 12+ messages in thread
From: Pratyush Anand @ 2016-11-14 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

Currently, we do not support all the byte select option provided by ARM64
specs for a HW watchpoint.

This patch set will help user to instrument a watchpoint with all possible
byte select options.

Changes since v2:
- used __ffs() instead of ffs() - 1. Similarly for fls().
- fixed ptrace_hbp_get_addr() to report correct address to user space
- handling stepping for inexact watchpoint as well now.

Changes since v1:
- Introduced a new patch 3/5 where it takes care of the situation when HW
does not report a watchpoint hit with the address that matches one of the
watchpoints set.
- Added corresponding test case to test that functionality.

Pavel Labath (1):
  arm64: hw_breakpoint: Handle inexact watchpoint addresses

Pratyush Anand (4):
  hw_breakpoint: Allow watchpoint of length 3,5,6 and 7
  arm64: Allow hw watchpoint at varied offset from base address
  arm64: Allow hw watchpoint of length 3,5,6 and 7
  selftests: arm64: add test for unaligned/inexact watchpoint handling

 arch/arm64/include/asm/hw_breakpoint.h             |   6 +-
 arch/arm64/kernel/hw_breakpoint.c                  | 153 +++++++++----
 arch/arm64/kernel/ptrace.c                         |   7 +-
 include/uapi/linux/hw_breakpoint.h                 |   4 +
 tools/include/uapi/linux/hw_breakpoint.h           |   4 +
 tools/testing/selftests/breakpoints/Makefile       |   5 +-
 .../selftests/breakpoints/breakpoint_test_arm64.c  | 236 +++++++++++++++++++++
 7 files changed, 372 insertions(+), 43 deletions(-)
 create mode 100644 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c

-- 
2.7.4

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

end of thread, other threads:[~2016-11-14 14:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 14:02 [PATCH V3 0/5] ARM64: More flexible HW watchpoint Pratyush Anand
2016-11-14 14:02 ` Pratyush Anand
2016-11-14 14:02 ` [PATCH V3 1/5] hw_breakpoint: Allow watchpoint of length 3,5,6 and 7 Pratyush Anand
2016-11-14 14:02   ` Pratyush Anand
2016-11-14 14:02 ` [PATCH V3 2/5] arm64: Allow hw watchpoint at varied offset from base address Pratyush Anand
2016-11-14 14:02   ` Pratyush Anand
2016-11-14 14:02 ` [PATCH V3 3/5] arm64: hw_breakpoint: Handle inexact watchpoint addresses Pratyush Anand
2016-11-14 14:02   ` Pratyush Anand
2016-11-14 14:02 ` [PATCH V3 4/5] arm64: Allow hw watchpoint of length 3,5,6 and 7 Pratyush Anand
2016-11-14 14:02   ` Pratyush Anand
2016-11-14 14:02 ` [PATCH V3 5/5] selftests: arm64: add test for unaligned/inexact watchpoint handling Pratyush Anand
2016-11-14 14:02   ` Pratyush Anand

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.