mbox series

[0/4] kretprobes for parisc / cleanups

Message ID 20190409173030.26234-1-svens@stackframe.org (mailing list archive)
Headers show
Series kretprobes for parisc / cleanups | expand

Message

Sven Schnelle April 9, 2019, 5:30 p.m. UTC
Hi,

this patchset implements kretprobes for PA-RISC. While working on
kretprobes i've also made some minor fixes.

Sven Schnelle (4):
  parisc: remove kprobes.h from generic-y
  parisc: Implement kretprobes
  doc: update kprobes supported architecture list
  parisc: remove unused flags parameter in __patch_text()

 .../features/debug/kprobes/arch-support.txt   |   2 +-
 Documentation/kprobes.txt                     |   1 +
 arch/parisc/Kconfig                           |   1 +
 arch/parisc/include/asm/Kbuild                |   1 -
 arch/parisc/kernel/kprobes.c                  | 110 +++++++++++++++++-
 arch/parisc/kernel/patch.c                    |   9 +-
 6 files changed, 116 insertions(+), 8 deletions(-)

Comments

Helge Deller April 9, 2019, 5:53 p.m. UTC | #1
On 09.04.19 19:30, Sven Schnelle wrote:
> this patchset implements kretprobes for PA-RISC. While working on
> kretprobes i've also made some minor fixes.
>
> Sven Schnelle (4):
>   parisc: remove kprobes.h from generic-y
>   parisc: Implement kretprobes
>   doc: update kprobes supported architecture list
>   parisc: remove unused flags parameter in __patch_text()
>
>  .../features/debug/kprobes/arch-support.txt   |   2 +-
>  Documentation/kprobes.txt                     |   1 +
>  arch/parisc/Kconfig                           |   1 +
>  arch/parisc/include/asm/Kbuild                |   1 -
>  arch/parisc/kernel/kprobes.c                  | 110 +++++++++++++++++-
>  arch/parisc/kernel/patch.c                    |   9 +-
>  6 files changed, 116 insertions(+), 8 deletions(-)

Thanks!
Applied to my for-next branch.

Helge