public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] hrtimer: More fixes for handling of timer slack of rt tasks
@ 2024-08-05 14:09 Felix Moessbauer
  2024-08-05 14:09 ` [PATCH v2 1/1] hrtimer: Ignore slack time for RT tasks in hrtimer_start_range_ns() Felix Moessbauer
  2024-08-09  1:34 ` [PATCH v2 0/1] hrtimer: More fixes for handling of timer slack of rt tasks Qais Yousef
  0 siblings, 2 replies; 5+ messages in thread
From: Felix Moessbauer @ 2024-08-05 14:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Frederic Weisbecker, Anna-Maria Behnsen,
	jan.kiszka, Sebastian Andrzej Siewior, qyousef, Felix Moessbauer

This series fixes the (hopefully) last location of an incorrectly
handled timer slack on rt tasks in hrtimer_start_range_ns(), which was
uncovered by a userland change in glibc 2.33.

Changes since v1:

- drop patch "hrtimer: Document, that PI boosted tasks have no timer slack", as
  this behavior is incorrect and is already adressed in 20240610192018.1567075-1-qyousef@layalina.io
- use task_is_realtime() instead of rt_task()
- fix style of commit message

v1 discussion: https://lore.kernel.org/lkml/20240805124116.21394-1-felix.moessbauer@siemens.com

Best regards,
Felix Moessbauer
Siemens AG

Felix Moessbauer (1):
  hrtimer: Ignore slack time for RT tasks in hrtimer_start_range_ns()

 kernel/time/hrtimer.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-08-09 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 14:09 [PATCH v2 0/1] hrtimer: More fixes for handling of timer slack of rt tasks Felix Moessbauer
2024-08-05 14:09 ` [PATCH v2 1/1] hrtimer: Ignore slack time for RT tasks in hrtimer_start_range_ns() Felix Moessbauer
2024-08-09  1:34 ` [PATCH v2 0/1] hrtimer: More fixes for handling of timer slack of rt tasks Qais Yousef
2024-08-09  8:47   ` MOESSBAUER, Felix
2024-08-09 20:15     ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox