[GIT PULL] scheduler fixes
From: Ingo Molnar
Date: Sat Aug 22 2026 - 17:52:39 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-2026-08-22
for you to fetch changes up to 23906f3a1686c737bf356fdd21183b40722b2437:
Misc scheduler fixes:
- Add missing cpus_read_lock locking to rebuild_sched_domains()
(Sebastian Andrzej Siewior)
- Fix division by zero bug in tg_cpus() that can be triggered
with empty cpusets (Jake Steinman)
Thanks,
Ingo
------------------>
Jake Steinman (1):
sched/fair: Floor tg_cpus() at 1
Sebastian Andrzej Siewior (1):
sched/topology: Add a cpus_read_lock to rebuild_sched_domains()
include/linux/cpuset.h | 1 +
kernel/sched/fair.c | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)