linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7] mm, memcg: cg2 memory{.swap,}.peak write handlers
@ 2024-07-30 23:13 David Finkel
  2024-07-30 23:13 ` [PATCH v7 1/2] " David Finkel
  2024-07-30 23:13 ` [PATCH v7 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests David Finkel
  0 siblings, 2 replies; 3+ messages in thread
From: David Finkel @ 2024-07-30 23:13 UTC (permalink / raw)
  To: Muchun Song, Tejun Heo, Roman Gushchin, Andrew Morton
  Cc: core-services, Jonathan Corbet, Michal Hocko, Shakeel Butt,
	Shuah Khan, Johannes Weiner, Zefan Li, cgroups, linux-doc,
	linux-mm, linux-kselftest, Michal Koutný

This revision only updates the tests from the previous revision[1], and
integrates an Acked-by[2] and a Reviewed-By[3] into the first commit
message.


Documentation/admin-guide/cgroup-v2.rst          |  22 ++-
include/linux/cgroup-defs.h                      |   5 +
include/linux/cgroup.h                           |   3 +
include/linux/memcontrol.h                       |   5 +
include/linux/page_counter.h                     |  11 +-
kernel/cgroup/cgroup-internal.h                  |   2 +
kernel/cgroup/cgroup.c                           |   7 +
mm/memcontrol.c                                  | 116 +++++++++++++--
mm/page_counter.c                                |  30 +++-
tools/testing/selftests/cgroup/cgroup_util.c     |  22 +++
tools/testing/selftests/cgroup/cgroup_util.h     |   2 +
tools/testing/selftests/cgroup/test_memcontrol.c | 264 ++++++++++++++++++++++++++++++++-
12 files changed, 454 insertions(+), 35 deletions(-)

[1]: https://lore.kernel.org/cgroups/20240729143743.34236-1-davidf@vimeo.com/T/
[2]: https://lore.kernel.org/cgroups/20240729143743.34236-1-davidf@vimeo.com/T/#m807225dd0944b0bf78419639272bf6602fe053fc
[3]: https://lore.kernel.org/cgroups/20240729143743.34236-1-davidf@vimeo.com/T/#meac510a72b4a282fe1e5edec3323c2204d46cf11


Thank you all for the support and reviews so far!

David Finkel
Senior Principal Software Engineer
Vimeo Inc.





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

end of thread, other threads:[~2024-07-30 23:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-30 23:13 [PATCH v7] mm, memcg: cg2 memory{.swap,}.peak write handlers David Finkel
2024-07-30 23:13 ` [PATCH v7 1/2] " David Finkel
2024-07-30 23:13 ` [PATCH v7 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests David Finkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox