linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@transmeta.com>
To: Mike Galbraith <mikeg@wen-online.de>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Signal 11 - the continuing saga
Date: Wed, 13 Dec 2000 12:19:19 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.10.10012131213160.802-100000@penguin.transmeta.com> (raw)
In-Reply-To: <Pine.LNX.4.10.10012131131090.19837-100000@penguin.transmeta.com>



On Wed, 13 Dec 2000, Linus Torvalds wrote:
> 
> Hint: "ptep_mkdirty()".

In case you wonder why the bug was so insidious, what this caused was two
separate problems, both of them able to cause SIGSGV's. 

One: we didn't mark the page table entry dirty like we were supposed to.

Two: by making it writable, we also made the page shared, even if it
wasn't supposed to be shared (so when the next process wrote to the page,
if the swap page was shared with somebody else, the changes would show up
even in the process that _didn't_ write to it).

And "ptep_mkdirty()" is only used by swapoff, so nothing else would show
this. Which was why it hadn't been immediately obvious that anything was
broken.

		Linus

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

  parent reply	other threads:[~2000-12-13 20:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.10.10012130805190.19301-100000@penguin.transmeta.com>
2000-12-13 17:23 ` Signal 11 - the continuing saga Linus Torvalds
2000-12-13 18:02   ` Mike Galbraith
2000-12-13 19:27     ` Linus Torvalds
2000-12-14  3:57       ` Mike Galbraith
2000-12-13 19:35     ` Linus Torvalds
2000-12-13 20:00       ` Gérard Roudier
2000-12-13 20:19       ` Linus Torvalds [this message]
2000-12-13 22:48         ` Rainer Mager
2000-12-17 23:27           ` Signal 11 - revisited Rainer Mager
2000-12-14  7:22         ` Signal 11 - the continuing saga Mike Galbraith
2000-12-13 21:36       ` Jeff V. Merkey
2000-12-11 23:24 Signal 11 Rainer Mager
2000-12-13  0:22 ` Signal 11 - the continuing saga Rainer Mager
2000-12-13  2:17   ` Jeff V. Merkey
2000-12-13  1:45     ` Rainer Mager
2000-12-13  4:29       ` Mike Galbraith
2000-12-13  9:34         ` Rainer Mager
2000-12-13 15:40           ` Mike Galbraith
2000-12-13  3:17     ` Linus Torvalds
2000-12-13  9:34       ` Rainer Mager
2000-12-13 17:43       ` Jeff V. Merkey

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=Pine.LNX.4.10.10012131213160.802-100000@penguin.transmeta.com \
    --to=torvalds@transmeta.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikeg@wen-online.de \
    /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).