]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup, docs: Be explicit about independence of RT_GROUP_SCHED and non-cpu controllers
authorShashank Balaji <shashank.mahadasyam@sony.com>
Wed, 5 Mar 2025 04:12:43 +0000 (13:12 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 5 Mar 2025 18:43:53 +0000 (08:43 -1000)
commitc7461cca916756a017f584126b8be73e58d55e53
treee07f2cbc4646b776fca3d6b8abbc2e72bcd26dfc
parentc4af66a95aa3bc1d4f607ebd4eea524fb58946e3
cgroup, docs: Be explicit about independence of RT_GROUP_SCHED and non-cpu controllers

The cgroup v2 cpu controller has a limitation that if
CONFIG_RT_GROUP_SCHED is enabled, the cpu controller can be enabled only
if all the realtime processes are in the root cgroup. The other
controllers have no such restriction. They can be used for the resource
control of realtime processes irrespective of whether
CONFIG_RT_GROUP_SCHED is enabled or not.

Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
Acked-by: Waiman Long <longman@redhat.com>
Acked-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/admin-guide/cgroup-v2.rst