Skip to content

Commit c189617

Browse files
kmjohansensmb49
authored andcommitted
UBUNTU: [Config] enable MEMCG_V1 and CPUSETS_V1 on Noble HWE
BugLink: https://bugs.launchpad.net/bugs/2122368 Re-enable cgroup v1 support for Noble HWE. Starting in 6.12, cgroup v1 support was placed behind CONFIG_CPUSETS_V1 and CONFIG_MEMCG_V1 which defaults to n. There are still plently of workloads that require v1 support. The 6.8 kernel still supports v1. Re-enable v1 support on 6.14 HWE. Set CONFIG_CPUSETS_V1 and CONFIG_MEMCG_V1 to y. Signed-off-by: Krister Johansen<kjlx@templeofstupid.com> Acked-by: Alessio Faina <alessio.faina@canonical.com> Acked-by: Manuel Diewald <manuel.diewald@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 418559a commit c189617

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian.hwe-6.14/config/annotations

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
include "../../debian.master/config/annotations"
77

8+
CONFIG_CPUSETS_V1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
9+
CONFIG_CPUSETS_V1 note<'Leave cpuset v1 enabled on HWE kernels 6.12+ -- LP: #2122368'>
10+
11+
CONFIG_MEMCG_V1 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
12+
CONFIG_MEMCG_V1 note<'Leave memcg v1 enabled on HWE kernels 6.12+ -- LP: #2122368'>
13+
814

915
# ---- Annotations without notes ----
1016

0 commit comments

Comments
 (0)