[GIT PULL] scheduler fixes

From: Ingo Molnar

Date: Sun Sep 13 2026 - 04:19: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-09-13

for you to fetch changes up to f5741d2b34519d387edf6e9798fc7030c20a35f3:

Miscellaneous scheduler fixes:

- Fix EEVDF se->max_slice value on enqueueing (Vincent Guittot)

- Fix EEVDF augmented rb-trees re-balancing with
multiple fields (Vincent Guittot)

- In proxy scheduling, account cgroup CPU time to the execution
context, not the scheduling context (Hui Su)

- Likewise, call wq_worker_tick() for the execution context,
not the scheduling context (Hui Su)

Thanks,

Ingo

------------------>
Hui Su (2):
sched: Account cgroup CPU time to the execution context
sched/core: Call wq_worker_tick() for the execution context

Vincent Guittot (2):
sched/eevdf: Fix augmented max_slice
sched/eevdf: Fix rb augmented with multi fields


include/linux/rbtree_augmented.h | 35 ++++++++++++++++++++++++++++-------
kernel/sched/core.c | 9 +++++----
kernel/sched/fair.c | 18 +++++++++++++-----
3 files changed, 46 insertions(+), 16 deletions(-)