linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC Patch v2 0/4] mm/mempolicy: some fix and semantics cleanup
@ 2021-05-20  8:30 Feng Tang
  2021-05-20  8:30 ` [RFC Patch v2 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom Feng Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Feng Tang @ 2021-05-20  8:30 UTC (permalink / raw)
  To: linux-mm, linux-kernel, Andrew Morton, Michal Hocko
  Cc: Andrea Arcangeli, David Rientjes, Mel Gorman, Mike Kravetz,
	Randy Dunlap, Vlastimil Babka, Dave Hansen, Ben Widawsky,
	Andi Kleen, Dan Williams, ying.huang, Feng Tang

Hi All,

We've posted v4 patchset introducing a new "perfer-many" memory policy
https://lore.kernel.org/lkml/1615952410-36895-1-git-send-email-feng.tang@intel.com/ ,
for which Michal Hocko gave many comments while pointing out some
problems, and we also found some semantics confusion about 'prefer'
and 'local' policy, as well as some duplicated code. This patchset
tries to address them. Please help to review, thanks!

- Feng


Feng Tang (4):
  mm/mempolicy: skip nodemask intersect check for 'interleave' when oom
  mm/mempolicy: unify the preprocessing for mbind and set_mempolicy
  mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED
    policy
  mm/mempolicy: kill MPOL_F_LOCAL bit

 include/uapi/linux/mempolicy.h |   1 +
 mm/mempolicy.c                 | 205 +++++++++++++++++++----------------------
 2 files changed, 98 insertions(+), 108 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-05-24  8:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  8:30 [RFC Patch v2 0/4] mm/mempolicy: some fix and semantics cleanup Feng Tang
2021-05-20  8:30 ` [RFC Patch v2 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom Feng Tang
2021-05-24  5:15   ` David Rientjes
2021-05-24  5:55     ` Feng Tang
2021-05-20  8:30 ` [RFC Patch v2 2/4] mm/mempolicy: unify the preprocessing for mbind and set_mempolicy Feng Tang
2021-05-24  5:16   ` David Rientjes
2021-05-24  5:59     ` Feng Tang
2021-05-24  8:32       ` Feng Tang
2021-05-20  8:30 ` [RFC Patch v2 3/4] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy Feng Tang
2021-05-20  8:30 ` [RFC Patch v2 4/4] mm/mempolicy: kill MPOL_F_LOCAL bit Feng Tang

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).