Commit a88f08e
sched/fair: Fix overutilized update in enqueue_task_fair()
commit 8e1ac42 upstream.
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 <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.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent 10ca291 commit a88f08e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5228 | 5228 | | |
5229 | 5229 | | |
5230 | 5230 | | |
| 5231 | + | |
5231 | 5232 | | |
5232 | 5233 | | |
5233 | 5234 | | |
| |||
5299 | 5300 | | |
5300 | 5301 | | |
5301 | 5302 | | |
5302 | | - | |
| 5303 | + | |
5303 | 5304 | | |
5304 | 5305 | | |
5305 | 5306 | | |
| |||
0 commit comments