linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: "Benjamin C. Ling" <bling@CS.Stanford.EDU>
Cc: linux-kernel@vger.kernel.org
Subject: Re: how to inject memory bitflips for maximum damage?
Date: Mon, 1 Sep 2003 16:06:54 +0200	[thread overview]
Message-ID: <20030901140654.GE1358@openzaurus.ucw.cz> (raw)
In-Reply-To: <Pine.LNX.4.44.0308231439040.19230-100000@Xenon.Stanford.EDU>

Hi!

> We have FAUmachine (a linux-based fault-injection VM) installed and
> running on our research cluster, and can inject memory-bitflips in our
> processes running on top of FAUmachine.
> 
> My question is -- how do I find out where to inject the bitflip for
> maximum damage (or even any damage at all).  I've done a bit of searching
> on google but haven't come up with much.
> 
> If anyone has any insight on where linux holds its critical memory
> structures, or where it places its running programs in physical memory,
> could you please let me know?  

Toggle some bit in kernel code... That should
kill it real soon. Look at System.map for some
good places. (do_irq?). Substract 0xC0000000 for
physical address.

BTW what is purpose of these experiments?

-- 
				Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Hi!

> We have FAUmachine (a linux-based fault-injection VM) installed and
> running on our research cluster, and can inject memory-bitflips in our
> processes running on top of FAUmachine.
> 
> My question is -- how do I find out where to inject the bitflip for
> maximum damage (or even any damage at all).  I've done a bit of searching
> on google but haven't come up with much.
> 
> If anyone has any insight on where linux holds its critical memory
> structures, or where it places its running programs in physical memory,
> could you please let me know?  

Toggle some bit in kernel code... That should
kill it real soon. Look at System.map for some
good places. (do_irq?). Substract 0xC0000000 for
physical address.

BTW what is purpose of these experiments?

-- 
				Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...


      reply	other threads:[~2003-09-02 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-23 21:39 how to inject memory bitflips for maximum damage? Benjamin C. Ling
2003-09-01 14:06 ` Pavel Machek [this message]

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=20030901140654.GE1358@openzaurus.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=bling@CS.Stanford.EDU \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).