Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2407782pxu; Mon, 7 Dec 2020 06:00:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJyqYv3IaRKcCyGdYr+jqiWqlcZjfG1QDNBAeaCUSTmmIxRA1DaF31UMZPK4efQTDWYmiDr5 X-Received: by 2002:aa7:c94b:: with SMTP id h11mr19858188edt.322.1607349651069; Mon, 07 Dec 2020 06:00:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607349651; cv=none; d=google.com; s=arc-20160816; b=d16z/RKWsgPtXkC5gXiJYY7djOOuI4gCQOFdEnYln4rVVSOol2rtO0n4VnqL4MlmsS 4TA0m6PDO27Ry0+RFxaxUFT85Y/jphAir3Jm/5/6Zlz5hz8igK6JuQlnVf+Fy+PDa1ZY NHOYDCSqxp4pesmTXoVHxoIpQrElTODu0SHYDkLMeddpqHf8qF7EdCFYdit8uRk24GHp 8FzTJkSNix2yG8l3v8XLv+ckLBJlUVoHeJ9Uo0D6RwkuFeDKOWEJcdQX4So+iYqdQp4E e7mL3hDNOasGF+f4RzYBzKmlzkBuQFVyAxwHRfz3cQXEu0qVZL9XbtxrYwWgEfmRqCbe CMAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=mtMziC/o67wMiYND/fRNQH6bW7okfyy3tNfAbw+/X50=; b=DWXu4AH6DgXnn7JiJLtkSV0WReolSgsASl7V1SYx54/MltxqkcIBS9+Q+D0BjW316n 54m8ij0KE0e8Ae5puHM9mM4Al0GQ/l8/sEkk4V3Snnk+Lq12kJuIWvIRntJoSFjTVe6K EU477QJuIy/8cez/UUHtPZAxwu57DTn2BNmg1a/3TImBaJYBkLCDsyVq3YKmo5Z+UqMC Odbq4hC+SdmZM3W2YddvXLkf4y8VA3NqwhJTByr0mSWNN1JoL/2PbvgJYPjLT+SZKGYj FMH/dEpM383pugHK931TRHaOKe6dWELf71qFnfeXwlPSJ5h5LF+GjbwbRrKJvFQgwEDn HMeA== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rh5si6375179ejb.488.2020.12.07.06.00.27; Mon, 07 Dec 2020 06:00:51 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726851AbgLGN6i (ORCPT + 99 others); Mon, 7 Dec 2020 08:58:38 -0500 Received: from muru.com ([72.249.23.125]:49820 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726234AbgLGN6i (ORCPT ); Mon, 7 Dec 2020 08:58:38 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8EF98057; Mon, 7 Dec 2020 13:58:04 +0000 (UTC) Date: Mon, 7 Dec 2020 15:57:53 +0200 From: Tony Lindgren To: Doug Anderson Cc: Andreas Kemnade , Ulf Hansson , Wolfram Sang , linux-omap , Linux ARM , LKML , Discussions about the Letux Kernel Subject: Re: [PATCH] ARM: OMAP2+: omap_device: fix idling of devices during probe Message-ID: <20201207135753.GA26857@atomide.com> References: <20201204095539.31705-1-andreas@kemnade.info> <20201204171428.0a011188@aktux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Doug Anderson [201204 16:43]: > Hi, > > On Fri, Dec 4, 2020 at 8:14 AM Andreas Kemnade wrote: > > > > > > Fixes: 21b2cec61c04 ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4") > > > > > > From the description it sounds like this problem has always existed > > > but the async probe just tickled it reliably. Seems like it'd make > > > sense to tag the "Fixes" as some earlier commit so you make sure your > > > fix gets picked to kernels even if they don't have the async probe > > > patch? > > > > > > > Hmm, maybe > > Fixes: 04abaf07f6d5 ("ARM: OMAP2+: omap_device: Sync omap_device and > > pm_runtime after probe defer") > > > > But on the other hand to stable branches only such patches are applied > > which solve pratical problems not only theoretical problems. But maybe > > it solves several random issues where nobody took care to debug them. > > > > That would be since v4.11. > > I guess maybe best is to include both. Then if someone is debugging > why their async probe is failing they will notice this commit, but > they also might decide to pick it earlier just to be safe... OK I'll add the above fixes tag too and apply this into fixes. Thanks, Tony