Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3193813pxb; Mon, 9 Nov 2020 05:17:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJx7MefRvSunfuNoGuEuClzp57JEiy2vqOBtJtAm86LVE9qAImkIDQvQziPaHojcbRICdKFE X-Received: by 2002:a17:906:65b:: with SMTP id t27mr14585942ejb.74.1604927874190; Mon, 09 Nov 2020 05:17:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604927874; cv=none; d=google.com; s=arc-20160816; b=XlCUX8KfEeboLb4+tDv1cn41Jx3wr8fybIYRMoA1RNYbO56jnVyu9aEaM+lGYLhfZT R6sQsOaM8a2j3tzLi9fsZJZ+6o6/UUIvtFTI9a2plSu615beZAWM7bOLR3/q3HIoYAzA zaCLT/tETKOzF2ulTEgLog41y87nE8wIqSyDfepuwzw4Oiav0Ppz8uVkvmWlAenyTl06 XfRs7X7hUsg1DMaozZdcw6UJlEIOnrmjQWu4S8ilBMJgPjdpwfkSjRD+Cs2RTZ4VVGol hJql3AYrTdAswrcoChKuK8t9sP+6veFy4R7hQMYzuVHgCrRBWuV5oSCjWfzcEB+ER/t6 SHcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=nW/uO1ZkIioUPTIpJX9CECFrKzQMdZFWZcaCjmteO/E=; b=xws6UguY9E0ExEU31gHKpsoUTYtoppOEO0Ov9VzfEuC0ZuA7gFdpclwtn9ctMObECq SpswLn9tJWooC9tTDTw8Y7YhqrH/M76PXUInkMVZQ+AnTpzSEpocImea/Hf6kdbzEse3 bxkbsIY4At9DZPGQisOFytDWWRqp8h3uCQo7rivUIfQX6hAyIq7Yz7vGOqCgLsJ3yU4t cPps/wNUveYqtTJPv8zzhQzXNSLhHOs8zgAQraUb3A5BN7DIiZpdOhGHnZ/BU+iElWeO lJbFQ1PLr9xulSAoeUX4YZMsG/ujLCh2NDYpAhgZHBxScOVLbByqpWps9EZJJseez7yM tfLg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=On5kVZKZ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y12si7003245eds.22.2020.11.09.05.17.31; Mon, 09 Nov 2020 05:17:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=On5kVZKZ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732417AbgKINPO (ORCPT + 99 others); Mon, 9 Nov 2020 08:15:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:41924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732864AbgKINPM (ORCPT ); Mon, 9 Nov 2020 08:15:12 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E16D320663; Mon, 9 Nov 2020 13:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604927711; bh=NCIk9JjObfd+tuipQeRZzeSGzS/LixjFrPn8Bhy/2N8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=On5kVZKZnFXd0OYx1H15FwYtunNHoyjWcx2dKYL8reqsjADlIQMzaAU4H6qkp8bbu juOLuEkWRRhT/QoyjUWT/nZHNyhFPOjaCpSrC2n1HsEbW5Vm++yFHPBPvW/tMLD97/ 5NEnfR528jQoz1zEN531wW3KZOkMiG/pmVE0L918= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Rafael J. Wysocki" , Xiang Chen Subject: [PATCH 5.4 81/85] PM: runtime: Drop pm_runtime_clean_up_links() Date: Mon, 9 Nov 2020 13:56:18 +0100 Message-Id: <20201109125026.467213198@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201109125022.614792961@linuxfoundation.org> References: <20201109125022.614792961@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Rafael J. Wysocki commit d6e36668598154820177bfd78c1621d8e6c580a2 upstream. After commit d12544fb2aa9 ("PM: runtime: Remove link state checks in rpm_get/put_supplier()") nothing prevents the consumer device's runtime PM from acquiring additional references to the supplier device after pm_runtime_clean_up_links() has run (or even while it is running), so calling this function from __device_release_driver() may be pointless (or even harmful). Moreover, it ignores stateless device links, so the runtime PM handling of managed and stateless device links is inconsistent because of it, so better get rid of it entirely. Fixes: d12544fb2aa9 ("PM: runtime: Remove link state checks in rpm_get/put_supplier()") Signed-off-by: Rafael J. Wysocki Cc: 5.1+ # 5.1+ Tested-by: Xiang Chen Reviewed-by: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- drivers/base/dd.c | 1 - drivers/base/power/runtime.c | 36 ------------------------------------ include/linux/pm_runtime.h | 2 -- 3 files changed, 39 deletions(-) --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -1121,7 +1121,6 @@ static void __device_release_driver(stru } pm_runtime_get_sync(dev); - pm_runtime_clean_up_links(dev); driver_sysfs_remove(dev); --- a/drivers/base/power/runtime.c +++ b/drivers/base/power/runtime.c @@ -1616,42 +1616,6 @@ void pm_runtime_remove(struct device *de } /** - * pm_runtime_clean_up_links - Prepare links to consumers for driver removal. - * @dev: Device whose driver is going to be removed. - * - * Check links from this device to any consumers and if any of them have active - * runtime PM references to the device, drop the usage counter of the device - * (as many times as needed). - * - * Links with the DL_FLAG_MANAGED flag unset are ignored. - * - * Since the device is guaranteed to be runtime-active at the point this is - * called, nothing else needs to be done here. - * - * Moreover, this is called after device_links_busy() has returned 'false', so - * the status of each link is guaranteed to be DL_STATE_SUPPLIER_UNBIND and - * therefore rpm_active can't be manipulated concurrently. - */ -void pm_runtime_clean_up_links(struct device *dev) -{ - struct device_link *link; - int idx; - - idx = device_links_read_lock(); - - list_for_each_entry_rcu(link, &dev->links.consumers, s_node, - device_links_read_lock_held()) { - if (!(link->flags & DL_FLAG_MANAGED)) - continue; - - while (refcount_dec_not_one(&link->rpm_active)) - pm_runtime_put_noidle(dev); - } - - device_links_read_unlock(idx); -} - -/** * pm_runtime_get_suppliers - Resume and reference-count supplier devices. * @dev: Consumer device. */ --- a/include/linux/pm_runtime.h +++ b/include/linux/pm_runtime.h @@ -54,7 +54,6 @@ extern u64 pm_runtime_autosuspend_expira extern void pm_runtime_update_max_time_suspended(struct device *dev, s64 delta_ns); extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable); -extern void pm_runtime_clean_up_links(struct device *dev); extern void pm_runtime_get_suppliers(struct device *dev); extern void pm_runtime_put_suppliers(struct device *dev); extern void pm_runtime_new_link(struct device *dev); @@ -173,7 +172,6 @@ static inline u64 pm_runtime_autosuspend struct device *dev) { return 0; } static inline void pm_runtime_set_memalloc_noio(struct device *dev, bool enable){} -static inline void pm_runtime_clean_up_links(struct device *dev) {} static inline void pm_runtime_get_suppliers(struct device *dev) {} static inline void pm_runtime_put_suppliers(struct device *dev) {} static inline void pm_runtime_new_link(struct device *dev) {}