Merge pull request #3263 from flatcar/tormath1/cpuset

sys-kernel/coreos-modules: enable CONFIG_CPUSETS_V1
This commit is contained in:
Mathieu Tortuyaux 2025-09-11 17:22:17 +02:00 committed by GitHub
commit 24fc49b361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Enabled `CONFIG_CPUSETS_V1` to mitigate cgroupsv1 removal (e.g JVM) ([Flatcar#1884](https://github.com/flatcar/Flatcar/issues/1884))

View File

@ -117,6 +117,7 @@ CONFIG_CMDLINE="rootflags=rw mount.usrflags=ro"
CONFIG_CNIC=m CONFIG_CNIC=m
# CONFIG_COMPAT_BRK is not set # CONFIG_COMPAT_BRK is not set
CONFIG_CPUSETS=y CONFIG_CPUSETS=y
CONFIG_CPUSETS_V1=y
CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_FREQ_GOV_ONDEMAND=m