Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752081AbdHBNEF (ORCPT ); Wed, 2 Aug 2017 09:04:05 -0400 Received: from foss.arm.com ([217.140.101.70]:53448 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbdHBNED (ORCPT ); Wed, 2 Aug 2017 09:04:03 -0400 Subject: Re: [PATCH v3 00/10] arm, arm64, cpufreq: frequency- and cpu-invariant accounting support for task scheduler From: Dietmar Eggemann To: Russell King Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux@arm.linux.org.uk, Greg Kroah-Hartman , Catalin Marinas , Will Deacon , Juri Lelli , Vincent Guittot , Peter Zijlstra , Morten Rasmussen , Viresh Kumar , "Rafael J . Wysocki" , Sudeep Holla References: <20170727193312.9849-1-dietmar.eggemann@arm.com> Message-ID: <2a215872-d6fe-b4fc-3cf7-c9e11358dac2@arm.com> Date: Wed, 2 Aug 2017 14:04:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170727193312.9849-1-dietmar.eggemann@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 24 Hi Russell, On 27/07/17 20:33, Dietmar Eggemann wrote: [...] > Patch high level description: > > [ 01/10] Fix to free cpumask cpus_to_visit > [ 02/10] Default (empty, weak) arch_set_freq_scale() implementation > [03,04/10] Call arch_set_freq_scale() from two cpufreq drivers > (arm_big_little and cpufreq-dt) > [ 05/10] FIE > [ 06/10] Allow CIE inlining > [07,08/10] Enable frequency- and cpu-invariant accounting on arm Would you have time to review patch 7 and 8. I already got an Acked-by from the ARM64 maintainer for the arm64 related counterpart functionality. Thanks, -- Dietmar [...]