[GIT PULL] scheduler fixes

From: Ingo Molnar

Date: Sat Dec 06 2025 - 06:41:28 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-12-06

# HEAD: c2ae8b0df2d1bb7a063f9e356e4e9a06cd4afe11 sched/core: Fix psi_dequeue() for Proxy Execution

Miscellaneous scheduler fixes/cleanups:

- Fix psi_dequeue() for Proxy Execution
- Fix hrtick() vs. scheduling context bug
- Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
- Fix whitespace noise in headers
- Remove a preempt-disable section in rt_mutex_setprio()

Thanks,

Ingo

------------------>
Ingo Molnar (1):
sched/headers: Remove whitespace noise from kernel/sched/sched.h

John Stultz (1):
sched/core: Fix psi_dequeue() for Proxy Execution

Peter Zijlstra (1):
sched/hrtick: Fix hrtick() vs. scheduling context

Sebastian Andrzej Siewior (1):
sched/rt: Remove a preempt-disable section in rt_mutex_setprio()

xupengbo (1):
sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out


kernel/sched/core.c | 7 ++-----
kernel/sched/fair.c | 3 +++
kernel/sched/sched.h | 2 +-
kernel/sched/stats.h | 7 ++++++-
4 files changed, 12 insertions(+), 7 deletions(-)