From: Prasanna Meda <pmeda@akamai.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: Andrew Morton <akpm@osdl.org>, Chris Wright <chrisw@osdl.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix madvise vma merging
Date: Mon, 08 Aug 2005 12:47:02 -0700 [thread overview]
Message-ID: <42F7B6B6.BE1C42E1@akamai.com> (raw)
In-Reply-To: Pine.LNX.4.61.0508061134520.6205@goblin.wat.veritas.com
Hugh Dickins wrote:
> On Fri, 5 Aug 2005, Prasanna Meda wrote:
> > Hugh Dickins wrote:
> >
> > > 2. Correct initial value of prev when starting part way into a vma: as
> > > in sys_mprotect and do_mlock, it needs to be set to vma in this case
> > > (vma_merge handles only that minimum of cases shown in its comments).
> >
> > Acknowledge corrections 1 and 3 readily. Treated vma_merge
> > as block box that can handle all cases. Motivation for pointless
> > case 3 is to skip holes and did not notice that has been covered.
> > Thanks for corrections.
>
> And thanks for the confirmations.
>
> > Correction 2 is tricky. Sometimes it merges similar to case 3,
> > misses a needed split, where after the fix we can get case 4
> > merge. If that is what you are saying, we are in agreement.
> > Otherwise, can you explain the real problem?
>
> I probably am saying what you are saying there,
> but it's hard for me to understand it that way.
>
> Missing out the "start > vma->vm_start" adjustment of prev introduces
> additional (but redundant: non-canonical) cases not considered at all
> by vma_merge, now entered with a "prev" which is remote and surely
> irrelevant to merging. "misses a needed split", yes, I saw that;
> indeed my test ended up taking the "cases 3, 8" path, when, given
> the right prev, it should have been handled as a "case 4".
>
Ok, we both are on the same page. Your obseravtions are same.
Thanks a lot for the code review and finding corner cases.
-Prasanna.
prev parent reply other threads:[~2005-08-08 19:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-05 18:24 [PATCH] fix madvise vma merging Hugh Dickins
2005-08-06 0:08 ` Prasanna Meda
2005-08-06 10:37 ` Hugh Dickins
2005-08-08 19:47 ` Prasanna Meda [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=42F7B6B6.BE1C42E1@akamai.com \
--to=pmeda@akamai.com \
--cc=akpm@osdl.org \
--cc=chrisw@osdl.org \
--cc=hugh@veritas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox