public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sched: issues with sched_rt_runtime_us
@ 2025-03-06  5:29 Shrikanth Hegde
  2025-03-06  5:29 ` [PATCH 1/2] sched/deadline: use online cpus for validating runtime Shrikanth Hegde
  2025-03-06  5:29 ` [PATCH 2/2] sched/rt: update limit of sched_rt sysctl in documentation Shrikanth Hegde
  0 siblings, 2 replies; 7+ messages in thread
From: Shrikanth Hegde @ 2025-03-06  5:29 UTC (permalink / raw)
  To: juri.lelli, linux-kernel
  Cc: sshegde, mingo, peterz, vincent.guittot, dietmar.eggemann,
	rostedt, bsegall, mgorman, vschneid, hbathini, joelagnelf

ftrace selftest reported below failure in one of the systems.
[5] Test tracefs GID mount option       [FAIL]

On inspection this happens since writing -1 to sched_rt_runtime_us 
fails. This happened because the possible cpus were more than the 
active cpus. 

Fix this issue by considering only the online CPUs for validating the 
deadline entities. This is minimal impact compared to changing the 
dl_bw_cpus use possible mask. If that is better, we can follow that
approach. 

There is also another issue that is observed when working on it. Writing
any value less than 5% of period results in -EBUSY. This happens since 
fair_server dl_server allocates 5% of the bandwidth and that is part of
the bandwidth of the root domain. Lets document that behaviour since
the file allows writing -1 as the minimum. 

Shrikanth Hegde (2):
  sched/deadline: use online cpus for validating runtime
  sched/rt: update limit of sched_rt sysctl in documentation

 Documentation/scheduler/sched-rt-group.rst | 3 +++
 kernel/sched/deadline.c                    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.39.3


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

end of thread, other threads:[~2025-03-06 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06  5:29 [PATCH 0/2] sched: issues with sched_rt_runtime_us Shrikanth Hegde
2025-03-06  5:29 ` [PATCH 1/2] sched/deadline: use online cpus for validating runtime Shrikanth Hegde
2025-03-06  8:29   ` Juri Lelli
2025-03-06 10:02   ` [tip: sched/urgent] sched/deadline: Use " tip-bot2 for Shrikanth Hegde
2025-03-06  5:29 ` [PATCH 2/2] sched/rt: update limit of sched_rt sysctl in documentation Shrikanth Hegde
2025-03-06  8:34   ` Juri Lelli
2025-03-06 10:02   ` [tip: sched/urgent] sched/rt: Update " tip-bot2 for Shrikanth Hegde

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