From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Bellasi 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> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: Ingo Molnar , Peter Zijlstra , "Rafael J . Wysocki" , Viresh Kumar , Vincent Guittot , Dietmar Eggemann , Morten Rasmussen , Juri Lelli , Joel Fernandes , Steve Muckle List-Id: linux-pm@vger.kernel.org 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