From: "Rusty Lynch" <rusty@linux.co.intel.com>
To: <linux-kernel@vger.kernel.org>
Subject: Is there a way to interrupt MMIO with kprobes/ltt/etc...
Date: Thu, 7 Nov 2002 19:37:29 -0800 [thread overview]
Message-ID: <009e01c286d8$2a44e010$77d40a0a@amr.corp.intel.com> (raw)
I have been looking into the possible ways a fault injection tool could be
implemented on the available tools/hooks in the 2.5 kernel. I can see how
kprobes would help by allowing me to setup handlers when a specific address
is executed, but what about when a specific memory mapped IO address is
touched or looked at?
I know there has been a lot of activity on kprobes, LTT, and others (isn't
there something else?). Do any of these patches allow a handler to be
called just before some MMIO is accessed? Messing with architecture
specific debug registers seems problematic since it makes the solution
architecture specific and the number of watch points is pretty limited.
-rustyl
next reply other threads:[~2002-11-08 3:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-08 3:37 Rusty Lynch [this message]
2002-11-08 8:23 ` Is there a way to interrupt MMIO with kprobes/ltt/etc Vamsi Krishna S .
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='009e01c286d8$2a44e010$77d40a0a@amr.corp.intel.com' \
--to=rusty@linux.co.intel.com \
--cc=linux-kernel@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.