Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751820AbdHAK63 (ORCPT ); Tue, 1 Aug 2017 06:58:29 -0400 Received: from foss.arm.com ([217.140.101.70]:38174 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbdHAK5B (ORCPT ); Tue, 1 Aug 2017 06:57:01 -0400 Date: Tue, 1 Aug 2017 11:56:55 +0100 From: Juri Lelli To: Greg Kroah-Hartman Cc: Dietmar Eggemann , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux@arm.linux.org.uk, Russell King , Catalin Marinas , Will Deacon , Vincent Guittot , Peter Zijlstra , Morten Rasmussen , "Rafael J . Wysocki" , Sudeep Holla , Viresh Kumar Subject: Re: [PATCH v3 01/10] drivers base/arch_topology: free cpumask cpus_to_visit Message-ID: <20170801105655.bxfuv7pkvb47notl@e106622-lin> References: <20170727193312.9849-1-dietmar.eggemann@arm.com> <20170727193312.9849-2-dietmar.eggemann@arm.com> <20170728072146.GY352@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170728072146.GY352@vireshk-i7> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 29 Hi Greg, On 28/07/17 12:51, Viresh Kumar wrote: > On 27-07-17, 20:33, Dietmar Eggemann wrote: > > Free cpumask cpus_to_visit in case registering > > init_cpu_capacity_notifier has failed or the parsing of the cpu > > capacity-dmips-mhz property is done. The cpumask cpus_to_visit is > > only used inside the notifier call init_cpu_capacity_callback. > > > > Cc: Greg Kroah-Hartman > > Cc: Juri Lelli > > Reported-by: Vincent Guittot > > Signed-off-by: Dietmar Eggemann > > Acked-by: Vincent Guittot > > Tested-by: Juri Lelli > > Reviewed-by: Juri Lelli > > --- > > drivers/base/arch_topology.c | 12 ++++++++++-- > > 1 file changed, 10 insertions(+), 2 deletions(-) > > Acked-by: Viresh Kumar This is actually a fix/optimization which is orthogonal to the rest of the set. Would it make sense to take only this for now and keep reviewing the other patches? Thanks, - Juri