Improve schedutil integration for FAIR tasks
From: | Patrick Bellasi <patrick.bellasi-AT-arm.com> | |
To: | linux-kernel-AT-vger.kernel.org, linux-pm-AT-vger.kernel.org | |
Subject: | [PATCH v3 0/2] Improve schedutil integration for FAIR tasks | |
Date: | Thu, 24 May 2018 15:10:21 +0100 | |
Message-ID: | <20180524141023.13765-1-patrick.bellasi@arm.com> | |
Cc: | Ingo Molnar <mingo-AT-redhat.com>, Peter Zijlstra <peterz-AT-infradead.org>, "Rafael J . Wysocki" <rafael.j.wysocki-AT-intel.com>, Viresh Kumar <viresh.kumar-AT-linaro.org>, Vincent Guittot <vincent.guittot-AT-linaro.org>, Dietmar Eggemann <dietmar.eggemann-AT-arm.com>, Morten Rasmussen <morten.rasmussen-AT-arm.com>, Juri Lelli <juri.lelli-AT-redhat.com>, Joel Fernandes <joelaf-AT-google.com>, Steve Muckle <smuckle-AT-google.com> | |
Archive-link: | Article |
Here is the (hopefully) final update of: https://lkml.org/lkml/2018/5/11/319 20180511131509.16275-1-patrick.bellasi@arm.com including only the first two patches of the original series, which have been already reviewed and acked by Viresh and Vincent. The last patch has been removed from this series since, during the discussion, we agree that it's not completely fixing the problem it was addressing and we would like to explore a better and more complete solution. Thus, I'll follow up on a separated and dedicated series. Cheers Patrick Changes in v3: - add "Tested-by" and "Acked-by" Vincent tags Changes in v2: - improve comment in enqueue_task_fair() (Peter) - add "Fixes" tag - add "Acked-by" Viresh tag Patrick Bellasi (2): sched/cpufreq: always consider blocked FAIR utilization sched/fair: util_est: update before schedutil kernel/sched/cpufreq_schedutil.c | 17 ++++++++--------- kernel/sched/fair.c | 9 ++++++++- 2 files changed, 16 insertions(+), 10 deletions(-) -- 2.15.1