On Tue, Aug 06, 2024 at 04:16:30PM -0400, David Finkel wrote: > On Tue, Jul 30, 2024 at 7:13 PM David Finkel <davidf@xxxxxxxxx> wrote: > > > > 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(-) ... > Tejun or Andrew, > > This change seems to have stalled a bit. > Are there any further changes necessary to get this patch merged into > a staging branch so it's ready for 6.12? Oh, it sits between cgroup core and memcg, so I guess it wasn't clear who should take it. Given that the crux of the change is in memcg, I think -mm would be a better fit. Andrew, can you please take these patches? FWIW, Acked-by: Tejun Heo <tj@xxxxxxxxxx> Thanks. -- tejun