From 3bd3ed011b31da64866314a9165222420bf5a78a Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Tue, 5 Aug 2025 17:13:14 -0500 Subject: [PATCH] nati_x86_64_defconfig: Enable legacy cgroups v1 cpusets Per CONFIG_CPUSETS_V1 help: Legacy cgroup v1 cpusets controller which has been deprecated by cgroup v2 implementation. The v1 is there for legacy applications which haven't migrated to the new cgroup v2 interface yet. Enable until we fix legacy applications still using cgroups v1. Signed-off-by: Gratian Crisan --- arch/x86/configs/nati_x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/nati_x86_64_defconfig b/arch/x86/configs/nati_x86_64_defconfig index ff7ef826c65fa..78ad7ceef3951 100644 --- a/arch/x86/configs/nati_x86_64_defconfig +++ b/arch/x86/configs/nati_x86_64_defconfig @@ -23,6 +23,7 @@ CONFIG_MEMCG=y CONFIG_CGROUP_SCHED=y CONFIG_CGROUP_FREEZER=y CONFIG_CPUSETS=y +CONFIG_CPUSETS_V1=y # CONFIG_PROC_PID_CPUSET is not set CONFIG_CGROUP_DEVICE=y CONFIG_CGROUP_CPUACCT=y