]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Include remaining task time slice in error state dump
authorAndrea Righi <arighi@nvidia.com>
Mon, 6 Jan 2025 07:20:34 +0000 (08:20 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 6 Jan 2025 18:56:38 +0000 (08:56 -1000)
commit382d7efc14a38baa8b8b91115891ef00fe5a5076
tree655f5592f17382690181650d723fb00bcfd45306
parente4975ac5353395978a7dc49a656adbe6ef9ad063
sched_ext: Include remaining task time slice in error state dump

Report the remaining time slice when dumping task information during an
error exit.

This information can be useful for tracking incorrect or excessively
long time slices in schedulers that implement dynamic time slice logic.

Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c