[PATCH 0/4] sched/deadline: nanoseconds clarifications

From: Christian Loehle
Date: Tue Aug 13 2024 - 10:44:16 EST


A couple of clarifications about the time units for the deadline
parameters uncovered in the discussion around
https://lore.kernel.org/lkml/3c726cf5-0c94-4cc6-aff0-a453d840d452@xxxxxxx/

While at it I changed the documentation example to chrt instead
of the schedtool fork.

No functional changes.

Christian Loehle (4):
sched/deadline: Convert schedtool example to chrt
sched/deadline: Clarify nanoseconds in uapi
cpufreq/cppc: Use NSEC_PER_MSEC for deadline task
sched/cpufreq: Use NSEC_PER_MSEC for deadline task

Documentation/scheduler/sched-deadline.rst | 14 ++++++--------
drivers/cpufreq/cppc_cpufreq.c | 6 +++---
include/uapi/linux/sched/types.h | 6 +++---
kernel/sched/cpufreq_schedutil.c | 6 +++---
4 files changed, 15 insertions(+), 17 deletions(-)

--
2.34.1