From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756614AbcEaUnc (ORCPT ); Tue, 31 May 2016 16:43:32 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:43550 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753338AbcEaUn3 (ORCPT ); Tue, 31 May 2016 16:43:29 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Linux PM list , Linux Kernel Mailing List , Srinivas Pandruvada Subject: Re: [PATCH] cpufreq: stats: Make the stats code non-modular Date: Tue, 31 May 2016 22:47:18 +0200 Message-ID: <2881201.0GRyZLBx91@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160531104434.GE9463@vireshk-i7> References: <1482863.aVJEuqdboc@vostro.rjw.lan> <5665576.VhylybbIm6@vostro.rjw.lan> <20160531104434.GE9463@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, May 31, 2016 04:14:34 PM Viresh Kumar wrote: > On 28-05-16, 15:15, Rafael J. Wysocki wrote: > > -static int __init cpufreq_stats_init(void) > > -{ > > - int ret; > > - unsigned int cpu; > > - > > - spin_lock_init(&cpufreq_stats_lock); > > My bad for ignoring this, but the spin lock is left uninitialized now That's embarrassing. Should be fixed now, thanks!