Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483123

Re: [PATCH] sched,numa,mm: revert to checking pmd/pte_write instead of VMA flags

From Mel Gorman <mgorman@suse.de>
Newsgroups linux.kernel
Subject Re: [PATCH] sched,numa,mm: revert to checking pmd/pte_write instead of VMA flags
Date 2016-09-14 11:30 +0200
Message-ID <sheFX-7x3-5@gated-at.bofh.it> (permalink)
References <sfiXo-4V9-15@gated-at.bofh.it> <sgfNM-8ul-9@gated-at.bofh.it> <sgB1V-4WE-51@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Sep 12, 2016 at 11:09:43AM -0400, Rik van Riel wrote:
> > Patch looks ok other than the comment above the second hunk being out
> > of
> > date. Out of curiousity, what workload benefitted from this? I saw a
> > mix
> > of marginal results when I ran this on a 2-socket and 4-socket box.
> 
> I did not performance test the change, because I believe
> the VM_WRITE test has a small logical error.
> 
> Specifically, VM_WRITE is also true for VMAs that are
> PROT_WRITE|MAP_PRIVATE, which we do NOT want to group
> on. Every shared library mapped on my system seems to
> have a (small) read-write VMA:
> 

Ok, while I agree with you, the patch is not a guaranteed win. However,
in the event it is not, I agree that the problem will be with the
grouping code. If the comment is updated then feel free to add my

Acked-by: Mel Gorman <mgorman@suse.de>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] sched,numa,mm: revert to checking pmd/pte_write instead  of VMA flags Mel Gorman <mgorman@suse.de> - 2016-09-11 18:30 +0200
  Re: [PATCH] sched,numa,mm: revert to checking pmd/pte_write instead  of VMA flags Rik van Riel <riel@redhat.com> - 2016-09-12 17:10 +0200
    Re: [PATCH] sched,numa,mm: revert to checking pmd/pte_write instead  of VMA flags Mel Gorman <mgorman@suse.de> - 2016-09-14 11:30 +0200

csiph-web