From: Sven Schnelle <svens@stackframe.org>
To: linux-parisc@vger.kernel.org
Cc: Sven Schnelle <svens@stackframe.org>
Subject: [PATCH 0/2] parisc: add kprobes
Date: Sun, 7 Apr 2019 20:10:56 +0200 [thread overview]
Message-ID: <20190407181058.29728-1-svens@stackframe.org> (raw)
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
--
2.20.1
next reply other threads:[~2019-04-07 18:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-07 18:10 Sven Schnelle [this message]
2019-04-07 18:10 ` [PATCH 1/2] parisc: add functions required by KPROBE_EVENTS Sven Schnelle
2019-04-07 18:10 ` [PATCH 2/2] parisc: Implement kprobes Sven Schnelle
2019-04-07 18:43 ` [PATCH 0/2] parisc: add kprobes Helge Deller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190407181058.29728-1-svens@stackframe.org \
--to=svens@stackframe.org \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.