Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754795AbbBBDib (ORCPT ); Sun, 1 Feb 2015 22:38:31 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:47194 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525AbbBBDi2 (ORCPT ); Sun, 1 Feb 2015 22:38:28 -0500 Message-ID: <54CEF123.5050106@oracle.com> Date: Mon, 02 Feb 2015 11:38:11 +0800 From: ethan zhao Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Viresh Kumar CC: Rafael Wysocki , santosh shilimkar , Linaro Kernel Mailman List , "linux-pm@vger.kernel.org" , linux-kernel Subject: Re: [PATCH Resend] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject References: <54CEECF7.7020504@oracle.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1432 Lines: 42 On 2015/2/2 11:24, Viresh Kumar wrote: > On 2 February 2015 at 08:50, ethan zhao wrote: >> This seems couldn't prevent all the 'bad thing' from happening, E.G. >> >> >> Thread A: Workqueue: kacpi_notify >> >> acpi_processor_notify() >> acpi_processor_ppc_has_changed() >> cpufreq_update_policy() >> cpufreq_cpu_get() > We take cpufreq_driver_lock() here, and so this will > block thread B. No, there is no cpufreq_driver_lock acquired between cpufreq_cpu_get() and cpufreq_cpu_put() >> beginning the deference of policy Thread B: >> ... ... __cpufreq_remove_dev_finish() >> cpufreq_policy_free(policy); >> >> >> Perhaps move policy->rwsem out side the policy structure is a way to avoid >> it completely. >> and you could stopping the PPC thread stepping forward as my patch as >> temporary workaround. > I couldn't understand your problem completely. Apart from giving a detailed > look of what's going on both threads, always specify where the BUG actually > is.. The problem is you are using a rwsem inside policy structure to protect its assessment, that is bad design. Thanks, Ethan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/