]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_deadline, docs: fix cpuset example for cgroupv2
authorMatteo Martelli <matteo.martelli@codethink.co.uk>
Mon, 23 Feb 2026 13:05:31 +0000 (14:05 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:59:08 +0000 (10:59 -0700)
commit2b8060418dffaa4fcd9173dd5830a763a4b32e99
treeb2cb35f3fbd454fbe0764b8bc6b7526636d05e2d
parente0bb430d3edc0b63e1482c2b7d4bbd38854ff8a7
sched_deadline, docs: fix cpuset example for cgroupv2

Documenation/scheduler/sched-deadline.rst provides two examples for how
to setup cgroup and cpuset for deadline tasks: one for cgroup v1 and one
cgroup v2. The code block in the latter is not properly html rendered as
the :: marker is missing.

Add the :: marker before the code block for the cgroup v2 example to fix
html rendering.

Also make the example description more explicit for better clarity.

Fixes: 0116765035eb ("sched_deadline, docs: add affinity setting with cgroup2 cpuset controller")
Signed-off-by: Matteo Martelli <matteo.martelli@codethink.co.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260223-docs-sched-deadline-fix-example-v1-1-8d0bedc2bc6f@codethink.co.uk>
Documentation/scheduler/sched-deadline.rst