All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
@ 2020-05-05  8:41 Yafang Shao
  2020-05-05  8:41 ` [PATCH v3 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection Yafang Shao
  2020-05-05  8:41   ` Yafang Shao
  0 siblings, 2 replies; 26+ messages in thread
From: Yafang Shao @ 2020-05-05  8:41 UTC (permalink / raw)
  To: akpm
  Cc: mhocko, hannes, chris, guro, linux-mm, cgroups, linux-kernel,
	Yafang Shao

This series contains a fix for a edge case in my earlier protection
calculation patches, and a patch to make the area overall a little more
robust to hopefully help avoid this in future.

[chris@chrisdown.name: commit log above]

Changes since v2: commit log improved by Michal.

Chris Down (1):
  mm, memcg: Decouple e{low,min} state mutations from protection checks

Yafang Shao (1):
  mm, memcg: Avoid stale protection values when cgroup is above
    protection

 include/linux/memcontrol.h | 85 ++++++++++++++++++++++++++++++++------
 mm/memcontrol.c            | 36 +++++++---------
 mm/vmscan.c                | 20 +++------
 3 files changed, 93 insertions(+), 48 deletions(-)

-- 
2.18.2


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

end of thread, other threads:[~2020-05-22 16:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  8:41 [PATCH v3 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup Yafang Shao
2020-05-05  8:41 ` [PATCH v3 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection Yafang Shao
2020-05-05  8:41 ` [PATCH v3 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks Yafang Shao
2020-05-05  8:41   ` Yafang Shao
2020-05-22 11:01   ` Naresh Kamboju
2020-05-22 11:01     ` Naresh Kamboju
2020-05-22 11:01     ` Naresh Kamboju
2020-05-22 11:45     ` Chris Down
2020-05-22 11:45       ` Chris Down
2020-05-22 15:41       ` Naresh Kamboju
2020-05-22 15:41         ` Naresh Kamboju
2020-05-22 12:18     ` Yafang Shao
2020-05-22 12:18       ` Yafang Shao
2020-05-22 12:18       ` Yafang Shao
2020-05-22 15:52       ` Naresh Kamboju
2020-05-22 15:52         ` Naresh Kamboju
2020-05-22 15:59         ` Yafang Shao
2020-05-22 15:59           ` Yafang Shao
2020-05-22 15:59           ` Yafang Shao
2020-05-22 16:06           ` Chris Down
2020-05-22 16:06             ` Chris Down
2020-05-22 16:07             ` Chris Down
2020-05-22 16:07               ` Chris Down
2020-05-22 16:27               ` Yafang Shao
2020-05-22 16:27                 ` Yafang Shao
2020-05-22 16:27                 ` Yafang Shao

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.