From: Andrea Arcangeli <andrea@suse.de>
To: Rik van Riel <riel@conectiva.com.br>
Cc: Ben LaHaise <bcrl@redhat.com>,
torvalds@transmeta.com, alan@redhat.com, linux-mm@kvack.org,
Chris Blizzard <blizzard@redhat.com>
Subject: Re: resend Re: [PATCH] final merging patch -- significant mozilla speedup.
Date: Sun, 19 Aug 2001 03:17:30 +0200 [thread overview]
Message-ID: <20010819031730.V1719@athlon.random> (raw)
In-Reply-To: <20010819025532.S1719@athlon.random>; from andrea@suse.de on Sun, Aug 19, 2001 at 02:55:32AM +0200
On Sun, Aug 19, 2001 at 02:55:32AM +0200, Andrea Arcangeli wrote:
> On Sat, Aug 18, 2001 at 09:50:04PM -0300, Rik van Riel wrote:
> > On Sun, 19 Aug 2001, Andrea Arcangeli wrote:
> > > On Sat, Aug 18, 2001 at 08:10:50PM -0400, Ben LaHaise wrote:
> >
> > > > Your patch performs a few odd things like:
> > > >
> > > > + vma->vm_raend = 0;
> > ...
> > > > which I would argue are incorrect. Remember that page faults rely on
> > >
> > > vm_raend is obviously correct.
> >
> > Why ?
>
> Do you know of any piece of code that touches vm_raend without the the
> mmap_sem acquired? If yes you will change my mind about it otherwise you
> will know why.
btw, while my change to madvise is obviously correct (madvise holds the
write sem), I noticed now that the other code changing vm_raend is racy
(but this is totally unrelated to my changes): the nopage callback
during the page fault updates the vm_raend with only the read semaphore
acquired so multiple threads could get confused, however it seems a
controlled race that cannot harm.
Andrea
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
next prev parent reply other threads:[~2001-08-19 1:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-16 21:02 [PATCH] final merging patch -- significant mozilla speedup Ben LaHaise
2001-08-18 18:22 ` resend " Ben LaHaise
2001-08-18 23:27 ` Andrea Arcangeli
2001-08-19 0:10 ` Ben LaHaise
2001-08-19 0:35 ` Andrea Arcangeli
2001-08-19 0:50 ` Rik van Riel
2001-08-19 0:55 ` Andrea Arcangeli
2001-08-19 1:17 ` Andrea Arcangeli [this message]
2001-08-19 0:53 ` Andrea Arcangeli
2001-08-19 1:02 ` Andrea Arcangeli
2001-08-19 1:25 ` Andrea Arcangeli
2001-08-19 1:40 ` Andrea Arcangeli
2001-08-19 2:59 ` Andrea Arcangeli
2001-08-19 3:53 ` Andrea Arcangeli
2001-08-19 3:53 ` Andrea Arcangeli
2001-08-19 5:11 ` Andrea Arcangeli
2001-08-19 5:11 ` Andrea Arcangeli
2001-08-19 0:54 ` Rik van Riel
2001-08-19 1:00 ` Andrea Arcangeli
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=20010819031730.V1719@athlon.random \
--to=andrea@suse.de \
--cc=alan@redhat.com \
--cc=bcrl@redhat.com \
--cc=blizzard@redhat.com \
--cc=linux-mm@kvack.org \
--cc=riel@conectiva.com.br \
--cc=torvalds@transmeta.com \
/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.