[GIT PULL] scheduler fixes

From: Ingo Molnar
Date: Fri Mar 07 2025 - 07:25:45 EST


Linus,

Please pull the latest sched/urgent Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2025-03-07

# HEAD: b1536481c81fb604074da799e4f2d2038a1663f7 sched/rt: Update limit of sched_rt sysctl in documentation

Miscellaneous scheduler fixes:

- Fix deadline scheduler sysctl parameter setting bug
- Fix RT scheduler sysctl parameter setting bug
- Fix possible memory corruption in child_cfs_rq_on_list()

Thanks,

Ingo

------------------>
Shrikanth Hegde (2):
sched/deadline: Use online cpus for validating runtime
sched/rt: Update limit of sched_rt sysctl in documentation

Zecheng Li (1):
sched/fair: Fix potential memory corruption in child_cfs_rq_on_list


Documentation/scheduler/sched-rt-group.rst | 3 +++
kernel/sched/deadline.c | 2 +-
kernel/sched/fair.c | 6 ++++--
3 files changed, 8 insertions(+), 3 deletions(-)