forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit8e1ac42
Quentin Perret
Peter Zijlstra
sched/fair: Fix overutilized update in enqueue_task_fair()
enqueue_task_fair() attempts to skip the overutilized update for newtasks as their util_avg is not accurate yet. However, the flag we checkto do so is overwritten earlier on in the function, which makes thecondition 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 <rickyiu@google.com>Signed-off-by: Quentin Perret <qperret@google.com>Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>Link:https://lkml.kernel.org/r/20201112111201.2081902-1-qperret@google.com1 parent8d4d9c7 commit8e1ac42
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
Comments
(0)