mbox series

[0/2] parisc: add kprobes

Message ID 20190407181058.29728-1-svens@stackframe.org (mailing list archive)
Headers show
Series parisc: add kprobes | expand

Message

Sven Schnelle April 7, 2019, 6:10 p.m. UTC
Hi List,

these two patches implement kprobes for PA-RISC.

Sven Schnelle (2):
  parisc: add functions required by KPROBE_EVENTS
  parisc: Implement kprobes

 arch/parisc/Kconfig               |   1 +
 arch/parisc/include/asm/kprobes.h |  55 +++++++++
 arch/parisc/include/asm/ptrace.h  |  13 +++
 arch/parisc/kernel/Makefile       |   1 +
 arch/parisc/kernel/kprobes.c      | 183 ++++++++++++++++++++++++++++++
 arch/parisc/kernel/ptrace.c       |  35 ++++++
 arch/parisc/kernel/traps.c        |  14 +++
 7 files changed, 302 insertions(+)
 create mode 100644 arch/parisc/include/asm/kprobes.h
 create mode 100644 arch/parisc/kernel/kprobes.c

Comments

Helge Deller April 7, 2019, 6:43 p.m. UTC | #1
On 07.04.19 20:10, Sven Schnelle wrote:
> these two patches implement kprobes for PA-RISC.
> Sven Schnelle (2):
>   parisc: add functions required by KPROBE_EVENTS
>   parisc: Implement kprobes

Thanks!
Applied to my for-next tree
https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/log/?h=for-next

Helge