public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two fixes for sysctl_sched_rr_timeslice
@ 2023-07-19 10:37 Cyril Hrubis
  2023-07-19 10:37 ` [PATCH 1/2] sched/rt: Fix sysctl_sched_rr_timeslice intial value Cyril Hrubis
  2023-07-19 10:37 ` [PATCH 2/2] sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset Cyril Hrubis
  0 siblings, 2 replies; 8+ messages in thread
From: Cyril Hrubis @ 2023-07-19 10:37 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	Daniel Bristot de Oliveira, Valentin Schneider, linux-kernel
  Cc: ltp, Cyril Hrubis

- Fixes rounding error for initial value with CONFIG_HZ_300

- Fixes read from the file after reset to default (by writing val <= 0)

Cyril Hrubis (2):
  sched/rt: Fix sysctl_sched_rr_timeslice intial value
  sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset

 kernel/sched/rt.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-07-21 16:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 10:37 [PATCH 0/2] Two fixes for sysctl_sched_rr_timeslice Cyril Hrubis
2023-07-19 10:37 ` [PATCH 1/2] sched/rt: Fix sysctl_sched_rr_timeslice intial value Cyril Hrubis
2023-07-19 11:21   ` [LTP] " Petr Vorel
2023-07-20  9:57   ` Mel Gorman
2023-07-21 16:16   ` [LTP] " Petr Vorel
2023-07-19 10:37 ` [PATCH 2/2] sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset Cyril Hrubis
2023-07-20 10:00   ` Mel Gorman
2023-07-21 16:14   ` Petr Vorel

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