diff options
author | Juri Lelli <juri.lelli@redhat.com> | 2025-06-27 13:51:14 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2025-07-14 10:59:32 +0200 |
commit | 9f239df55546ee1d28f0976130136ffd1cad0fd7 (patch) | |
tree | f1c2e95b8bcd581353fe2134503b1a5638e4ccff /rust/helpers/workqueue.c | |
parent | 2885daf47081dd1aaf1a588e9d001eb343df1f90 (diff) |
sched/deadline: Initialize dl_servers after SMP
dl-servers are currently initialized too early at boot when CPUs are not
fully up (only boot CPU is). This results in miscalculation of per
runqueue DEADLINE variables like extra_bw (which needs a stable CPU
count).
Move initialization of dl-servers later on after SMP has been
initialized and CPUs are all online, so that CPU count is stable and
DEADLINE variables can be computed correctly.
Fixes: d741f297bceaf ("sched/fair: Fair server interface")
Reported-by: Marcel Ziswiler <marcel.ziswiler@codethink.co.uk>
Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Waiman Long <longman@redhat.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@codethink.co.uk> # nuc & rock5b
Link: https://lore.kernel.org/r/20250627115118.438797-2-juri.lelli@redhat.com
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions