[SRU][N:linux-gcp-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:35 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-gcp-6.14 too.
Set CONFIG_CPUSETS_V1 and CONFIG_MEMCG_V1 to y.
Signed-off-by: Krister Johansen <kjlx at templeofstupid.com>
---
debian.gcp-6.14/config/annotations | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian.gcp-6.14/config/annotations b/debian.gcp-6.14/config/annotations
index ab7e3a28af4e2..df9159b875450 100644
--- a/debian.gcp-6.14/config/annotations
+++ b/debian.gcp-6.14/config/annotations
@@ -6,6 +6,12 @@
include "../../debian.gcp/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<'TODO: update note'>
--
2.43.0
More information about the kernel-team
mailing list