]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/deadline: document new sched_getattr() feature for retrieving current parameter...
authorTommaso Cucinotta <tommaso.cucinotta@gmail.com>
Wed, 4 Mar 2026 10:28:16 +0000 (11:28 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 Mar 2026 16:16:47 +0000 (10:16 -0600)
commitb8e7e03370b924f2c91895296dfb79c8692d21d4
tree1a0b25d9b36cbca5010fdfd23b75be00720da458
parent17eb360d7df58708f0c16b48e6b29bc614d6ffc7
sched/deadline: document new sched_getattr() feature for retrieving current parameters for DEADLINE tasks

Document in Documentation/sched/sched-deadline.rst the new capability of
sched_getattr() to retrieve, for DEADLINE tasks, the runtime left and absolute
deadline (setting the flags syscall parameter to 1), in addition to the static
parameters (obtained with flags=0).

Signed-off-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260304102843.1373905-2-tommaso.cucinotta@santannapisa.it>
Documentation/scheduler/sched-deadline.rst