All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip 0/2] kernel/hrtimer: Ignore slack time for RT tasks
@ 2023-01-23 17:32 Davidlohr Bueso
  2023-01-23 17:32 ` [PATCH 1/2] kernel/hrtimer: Rely on rt_task() for DL tasks too Davidlohr Bueso
  2023-01-23 17:32 ` [PATCH 2/2] kernel/hrtimer: Ignore slack time for RT tasks Davidlohr Bueso
  0 siblings, 2 replies; 6+ messages in thread
From: Davidlohr Bueso @ 2023-01-23 17:32 UTC (permalink / raw)
  To: tglx; +Cc: mingo, peterz, bigeasy, dave, linux-rt-users, linux-kernel

Hi,

Patch 2 simply ignores any user passed slack time in the case of RT/DL
tasks for schedule_hrtimeout_range, which is aligned to what nanosleep(2)
already does.

Thanks!

Davidlohr Bueso (2):
  kernel/hrtimer: Rely on rt_task() for DL tasks too
  kernel/hrtimer: Ignore slack time for RT tasks

 kernel/time/hrtimer.c | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-31 10:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 17:32 [PATCH -tip 0/2] kernel/hrtimer: Ignore slack time for RT tasks Davidlohr Bueso
2023-01-23 17:32 ` [PATCH 1/2] kernel/hrtimer: Rely on rt_task() for DL tasks too Davidlohr Bueso
2023-01-31 10:24   ` Thomas Gleixner
2023-01-31 10:29   ` [tip: timers/core] hrtimer: " tip-bot2 for Davidlohr Bueso
2023-01-23 17:32 ` [PATCH 2/2] kernel/hrtimer: Ignore slack time for RT tasks Davidlohr Bueso
2023-01-31 10:29   ` [tip: timers/core] hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range() tip-bot2 for Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.