[GIT PULL] scheduler fixes

From: Ingo Molnar
Date: Sun Apr 28 2024 - 04:25:16 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-2024-04-28

# HEAD: 257bf89d84121280904800acd25cc2c444c717ae sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU

Misc fixes:

- Fix EEVDF corner cases

- Fix two nohz_full= related bugs that can cause boot crashes
and warnings.

Thanks,

Ingo

------------------>
Oleg Nesterov (2):
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU

Tianchen Ding (2):
sched/eevdf: Always update V if se->on_rq when reweighting
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr

Xuewen Yan (1):
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()