Re: [PATCH v2 0/5] Fix bugs in memcontroller cgroup tests

From: Michal Koutný
Date: Thu May 12 2022 - 13:04:17 EST


Hello.

On Sat, Apr 23, 2022 at 08:56:15AM -0700, David Vernet <void@xxxxxxxxxxxxx> wrote:
> tools/testing/selftests/cgroup/test_memcontrol.c contains a set of
> testcases which validate expected behavior of the cgroup memory controller.
> Roman Gushchin recently sent out a patchset that fixed a few issues in the
> test.

Link here
https://lore.kernel.org/r/20220415000133.3955987-1-roman.gushchin@xxxxxxxxx/.

> This patchset continues that effort by fixing a few more issues that
> were causing non-deterministic failures in the suite.

Are the Roman's patches merged anywhere? (I ran into some issues when I
was rebasing your (David's) series on top of master.) I'd like to put
all sensible patches in one series or stack on existing branch (if
there's any).

For possible v3 of this series, I did:
- dropped the patch that allows non-zero memory.events:low for a sibling with
memory.low=0 when mounted with memory_recursiveprot (the case needs more
discussion),
- added few more cleanups, convenience for debugging,
- fixed comments in the first patch.

Pushed here [1] before properly sending the v3 for discussion.

Thanks,
Michal

[1] https://github.com/Werkov/linux/commits/cgroup-ml/memory.low-overreclaim-var2