[PATCH 0/3] sched/rt: Fix schedulable check with rt_group_sched=0 and cleanups

Michal Koutný posted 3 patches 2 weeks, 5 days ago
kernel/sched/rt.c | 42 +++++++++---------------------------------
1 file changed, 9 insertions(+), 33 deletions(-)
[PATCH 0/3] sched/rt: Fix schedulable check with rt_group_sched=0 and cleanups
Posted by Michal Koutný 2 weeks, 5 days ago
The crux is the first commit which fixes how sysctl
kernel.sched_rt_runtime_us changes are validated with
CONFIG_RT_GROUP_SCHED but rt_group_sched=0.
The rest are cleanups that occurred to me.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
---
Michal Koutný (3):
      sched/rt: Skip group schedulable check with rt_group_sched=0
      sched/rt: Move group schedulability check to sched_rt_global_validate()
      sched/rt: Cleanup global RT bandwidth functions

 kernel/sched/rt.c | 42 +++++++++---------------------------------
 1 file changed, 9 insertions(+), 33 deletions(-)
---
base-commit: 944aacb68baf7624ab8d277d0ebf07f025ca137c
change-id: 20260119-sched-rert_groups-431e2d5d1c57

Best regards,
-- 
Michal Koutný <mkoutny@suse.com>

Re: [PATCH 0/3] sched/rt: Fix schedulable check with rt_group_sched=0 and cleanups
Posted by Michal Koutný 5 days, 19 hours ago
On Mon, Jan 19, 2026 at 06:41:18PM +0100, Michal Koutný <mkoutny@suse.com> wrote:
> The crux is the first commit which fixes how sysctl
> kernel.sched_rt_runtime_us changes are validated with
> CONFIG_RT_GROUP_SCHED but rt_group_sched=0.

Ping please.