The cgroup v2 cpu controller interface files interact with processes differently based on their scheduling policy and the underlying scheduler used (fair-class vs. BPF scheduler). This patchset documents these differences. Signed-off-by: Shashank Balaji <shashank.mahadasyam@xxxxxxxx> --- Changes in v3: - Refer to sched-ext.rst for fair-class vs. BPF scheduler instead of repeating the details in cgroup-v2.rst - Link to v2: https://lore.kernel.org/r/20250520-rt-and-cpu-controller-doc-v2-0-70a2b6a1b703@xxxxxxxx Changes in v2: - Expanded scope from only RT processes to all scheduling policies - Link to v1: https://lore.kernel.org/all/20250305-rt-and-cpu-controller-doc-v1-0-7b6a6f5ff43d@xxxxxxxx/ --- Shashank Balaji (3): cgroup, docs: convert space indentation to tab indentation sched_ext, docs: convert mentions of "CFS" to "fair-class scheduler" cgroup, docs: cpu controller's interaction with various scheduling policies Documentation/admin-guide/cgroup-v2.rst | 77 ++++++++++++++++++++++++--------- Documentation/scheduler/sched-ext.rst | 8 ++-- 2 files changed, 60 insertions(+), 25 deletions(-) --- base-commit: 036ee8a17bd046d7a350de0aae152307a061cc46 change-id: 20250226-rt-and-cpu-controller-doc-8a8aac572f3e Best regards, -- Shashank Balaji <shashank.mahadasyam@xxxxxxxx>