From 173bbb02439f33bc0827df20443f13139b031160 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Wed, 9 Jul 2025 09:45:09 +0000 Subject: [PATCH] ftests/consts: Add new output to pids list Upstream Linux commit 3f26a885a068 ("cgroup/pids: Add pids.events.local") introduced a new cgroup v2 only pids controller setting pids.events.local. Append pid list with the newly introduced setting. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- tests/ftests/consts.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/ftests/consts.py b/tests/ftests/consts.py index 1978d768..781692ff 100644 --- a/tests/ftests/consts.py +++ b/tests/ftests/consts.py @@ -216,6 +216,13 @@ EXPECTED_PIDS_OUT = [ pids.events: max 0 pids.max: max pids.peak: 0 + """, + # pids.events.local + """pids.current: 0 + pids.events: max 0 + pids.max: max + pids.events.local: max 0 + pids.peak: 0 """ ] -- 2.47.2