[SRU][N:linux-aws-6.14][PATCH] UBUNTU: [Config] enable MEMCG_V1 and CPUSETS_V1 on Noble 6.14+

Krister Johansen kjlx at templeofstupid.com
Thu Nov 20 23:02:06 UTC 2025


BugLink: https://bugs.launchpad.net/bugs/2122368

Re-enable cgroup v1 support for Noble 6.14+. Starting in 6.12, cgroup v1
support was placed behind CONFIG_CPUSETS_V1 and CONFIG_MEMCG_V1 which
defaults to n.

There is still plently of workloads that require v1 support. The 6.8
kernel still supports v1. Re-enable v1 support on linux-aws-6.14 too.

Set CONFIG_CPUSETS_V1 and CONFIG_MEMCG_V1 to y.

Signed-off-by: Krister Johansen <kjlx at templeofstupid.com>
---
 debian.aws-6.14/config/annotations | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian.aws-6.14/config/annotations b/debian.aws-6.14/config/annotations
index 0b2c56d07c696..8cdf4d7cfb58a 100644
--- a/debian.aws-6.14/config/annotations
+++ b/debian.aws-6.14/config/annotations
@@ -6,6 +6,12 @@
 
 include "../../debian.aws/config/annotations"
 
+CONFIG_CPUSETS_V1                               policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
+CONFIG_CPUSETS_V1                               note<'Leave cpuset v1 enabled on Noble kernels 6.12+ -- LP: #2122368'>
+
+CONFIG_MEMCG_V1                                 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
+CONFIG_MEMCG_V1                                 note<'Leave memcg v1 enabled on Noble kernels 6.12+ -- LP: #2122368'>
+
 CONFIG_RUST                                     policy<{'amd64': '-', 'arm64': '-'}>
 CONFIG_RUST                                     note<'Only available if rustc ≥ 1.81'>
 
-- 
2.43.0




More information about the kernel-team mailing list