From: Himanshu Chauhan <hschauhan@nulltrace.org>
To: linux-kernel@vger.kernel.org
Cc: ralf@linux-mips.org, linux-mips@linux-mips.org,
ddaney@caviumnetworks.com
Subject: [PATCH 0/2] MIPS: Kprobes and Kretprobes Support
Date: Tue, 15 Jun 2010 20:12:47 +0530 [thread overview]
Message-ID: <1276612969-13508-1-git-send-email-hschauhan@nulltrace.org> (raw)
This is a set of 2 patches for adding support of kprobes
and kretprobes support on MIPS architecture. All my tests
are done on Qemu's MALTA board. If somebody has _real_ MIPS
machine, I would appreciate a try on the machine.
Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
---
Himanshu Chauhan (2):
MIPS: KProbes Support
MIPS: Kretprobe support
arch/mips/Kconfig | 14 ++
arch/mips/include/asm/break.h | 2 +
arch/mips/include/asm/kdebug.h | 5 +
arch/mips/include/asm/kprobes.h | 86 +++++++
arch/mips/kernel/Makefile | 2 +
arch/mips/kernel/kprobes.c | 493 +++++++++++++++++++++++++++++++++++++++
arch/mips/kernel/traps.c | 43 ++++-
arch/mips/mm/fault.c | 12 +-
8 files changed, 654 insertions(+), 3 deletions(-)
create mode 100644 arch/mips/include/asm/kprobes.h
create mode 100644 arch/mips/kernel/kprobes.c
next reply other threads:[~2010-06-15 17:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-15 14:42 Himanshu Chauhan [this message]
2010-06-15 14:42 ` [PATCH 1/2] MIPS: KProbes Support Himanshu Chauhan
2010-06-15 14:42 ` [PATCH 2/2] MIPS: Kretprobe support Himanshu Chauhan
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=1276612969-13508-1-git-send-email-hschauhan@nulltrace.org \
--to=hschauhan@nulltrace.org \
--cc=ddaney@caviumnetworks.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome