From mboxrd@z Thu Jan 1 00:00:00 1970 From: ethan zhao Subject: Re: [PATCH Resend] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject Date: Mon, 09 Mar 2015 12:14:05 +0800 Message-ID: <54FD1E0D.8020406@oracle.com> References: <54CEF123.5050106@oracle.com> <54CEF574.6040404@oracle.com> <54CEF7AA.80401@oracle.com> <54CEFA23.7040705@oracle.com> <54CF0106.5050601@oracle.com> <54CF9209.1050403@oracle.com> <54ED50F5.5080603@linaro.org> <54EDF8FC.80602 04@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Viresh Kumar Cc: Ethan Zhao , santosh shilimkar , Rafael Wysocki , Linaro Kernel Mailman List , "linux-pm@vger.kernel.org" , linux-kernel , guangyu.sun@oracle.com, "sriharsha.devdas@oracle.com" List-Id: linux-pm@vger.kernel.org On 2015/3/9 12:06, Viresh Kumar wrote: > On 9 March 2015 at 07:04, Ethan Zhao wrote: >> Viresh, >> Got that box and did some debug, found the policy->kobj is not initialized. >> So the race happened between cpufreq_cpu_get() and >> __cpufreq_add_dev(), and verified 'this' race could be fixed by commit >> >> 6d4e81e cpufreq: Ref the policy object sooner >> >> I have reboot the box with crond for more than 12 hours, no warning found. > Oh, great. Thanks for your work Ethan. You want this to be pushed for 3.18 > stable kernel, right? I will see what I can do. Of course we are happy to see it in 3.18 branch. Thanks, Ethan