On Tue, Aug 6, 2024 at 6:36 PM Andrew Morton akpm@linux-foundation.org wrote:
On Tue, 6 Aug 2024 10:18:47 -1000 Tejun Heo tj@kernel.org wrote:
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@vimeo.com 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,
I took 'em on Aug 4.
Great!
David, your spam folder beckons?
Oddly, I don't see any email from you on the 4th. I do see my patches in mm-unstable now. (I didn't see them there when I looked over the weekend)
With that said, I had a message go similarly mysteriously missing yesterday, so it's possible something's wrong with our mail system.
Acked-by: Tejun Heo tj@kernel.org
Added, thanks.
Thanks again!