From: Luca Boccassi Date: Thu, 14 May 2026 12:10:13 +0000 (+0100) Subject: cgroup: Add CPUSetPartition= setting (#42013) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df630029c582c5692c52df28b1a29be090fabceb;p=thirdparty%2Fsystemd.git cgroup: Add CPUSetPartition= setting (#42013) Add support for configuring cpuset partition type via the CPUSetPartition= unit file setting. This controls the kernel's cpuset.cpus.partition cgroup attribute. The setting takes one of "member", "root", or "isolated". This is useful for real-time workloads that require dedicated CPU resources without interference from other processes. When set, systemd will write the partition type to the cpuset.cpus.partition cgroup file. If the kernel rejects the value (e.g., due to partition hierarchy rules), a warning is logged and the unit continues with the kernel's default partition type. Co-developed-by: Claude Sonnet 4.5 Signed-off-by: Gabriele Monaco --- df630029c582c5692c52df28b1a29be090fabceb