Commit 8e1ac42
sched/fair: Fix overutilized update in enqueue_task_fair()
enqueue_task_fair() attempts to skip the overutilized update for new
tasks as their util_avg is not accurate yet. However, the flag we check
to do so is overwritten earlier on in the function, which makes the
condition pretty much a nop.
Fix this by saving the flag early on.
Fixes: 2802bf3 ("sched/fair: Add over-utilization/tipping point indicator")
Reported-by: Rick Yiu <[email protected]>
Signed-off-by: Quentin Perret <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Vincent Guittot <[email protected]>
Reviewed-by: Valentin Schneider <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]1 parent 8d4d9c7 commit 8e1ac42
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5477 | 5477 | | |
5478 | 5478 | | |
5479 | 5479 | | |
| 5480 | + | |
5480 | 5481 | | |
5481 | 5482 | | |
5482 | 5483 | | |
| |||
5549 | 5550 | | |
5550 | 5551 | | |
5551 | 5552 | | |
5552 | | - | |
| 5553 | + | |
5553 | 5554 | | |
5554 | 5555 | | |
5555 | 5556 | | |
| |||
0 commit comments