From: Himanshu Chauhan <hschauhan@nulltrace.org>
To: ralf@linux-mips.org
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org,
Himanshu Chauhan <hschauhan@nulltrace.org>
Subject: [PATCH] Kprobes support for MIPS architecture.
Date: Mon, 7 Jun 2010 22:03:59 +0530 [thread overview]
Message-ID: <1275928440-21052-1-git-send-email-hschauhan@nulltrace.org> (raw)
This is an initial draft of Kprobes support for MIPS architecture.
It is based on a patch series submitted on CELinux mailing list
from Sony for 2.6.16 series. Since then many things changed including
APIs and file paths. So this is essentially a patch replayed on
latest series.
Please review and provide your feedback.
Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
---
Himanshu Chauhan (1):
MIPS: KProbes support v0.1
arch/mips/Kconfig | 13 ++
arch/mips/include/asm/kdebug.h | 5 +
arch/mips/include/asm/kprobes.h | 85 +++++++++
arch/mips/kernel/Makefile | 2 +
arch/mips/kernel/genex.S | 6 +
arch/mips/kernel/kprobes.c | 380 +++++++++++++++++++++++++++++++++++++++
arch/mips/kernel/traps.c | 40 ++++-
arch/mips/mm/fault.c | 11 +-
8 files changed, 539 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-07 18:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-07 16:33 Himanshu Chauhan [this message]
2010-06-07 16:34 ` [PATCH] MIPS: KProbes support v0.1 Himanshu Chauhan
2010-06-07 19:41 ` David Daney
2010-06-08 17:51 ` Himanshu Chauhan
2010-06-11 0:12 ` David Daney
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=1275928440-21052-1-git-send-email-hschauhan@nulltrace.org \
--to=hschauhan@nulltrace.org \
--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