From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2594EC48BC3 for ; Tue, 20 Feb 2024 14:36:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YWzOMKKR4PtJvTenYiaL/0orqdesdCyT+Qx9zycYcrU=; b=vajIEDWfEdRqoP +ytpE6GpB68VpvzHwZyK0TSLIeAEm8bvOx4Ykf7SU5QcpWhYFPbCzJJ9LLCTd0YETzrwlCP0VoNtW AnbEk/x2WTgfJOPW27gXYXYKEZDmjREJNJywCN+fnsDhTQziS99Lz0GGYeFoWxzTamxJJ+nGNSueD wJu07tw7//m7K4OFJdaFWXbH/3NIF8ouVx9hbVZB6x/n4wv8SmoKQgoOE0aXnMDV1lq6pFIzT7rkR eT8FeGwRFpGbTyvKELWFn64nEC96AZpp5IsXIJ6vgpVG3XN+JjnrfEQ6meNS5kirToNpQaaSS2xIu KaYDVPcuVQIx5vsejBZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcRE4-0000000F8AF-0pSP; Tue, 20 Feb 2024 14:36:04 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcRE0-0000000F88O-4BE9 for linux-arm-kernel@lists.infradead.org; Tue, 20 Feb 2024 14:36:02 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 9650FCE19BE; Tue, 20 Feb 2024 14:35:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79E5DC43390; Tue, 20 Feb 2024 14:35:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708439756; bh=YvT0MofwUncJLLsALhxER2p5o67FyIoyFgQv131Mwbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZxuY8J1hTUs7tvn6yxfPiI4+TAC4d3HeiChVA6cTMzIx7NB6ERu/Dl0kRwJl0k1m+ 2vG4/V9qAt+03uszSkIEpVL8uVx82Am4bX87zoMtdMlk+B7aeFhBl1AuMiEOLE6QBb eB1XR9YkNRUBLb9JINpxfi0qEJX2PYWM5HayMCaU= Date: Tue, 20 Feb 2024 15:35:53 +0100 From: Greg KH To: Andreas Schwab Cc: Tony Lindgren , Linux regressions mailing list , linux-arm-kernel@lists.infradead.org, Aaro Koskinen , Linux-OMAP Subject: Re: 6.7 regression: platform 4809c000.mmc: deferred probe pending Message-ID: <2024022022-happiest-affirm-60cf@gregkh> References: <20240215094640.GS52537@atomide.com> <2024021516-stricken-bubble-bf8d@gregkh> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2024021516-stricken-bubble-bf8d@gregkh> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240220_063601_234079_F61DD36B X-CRM114-Status: GOOD ( 17.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 15, 2024 at 12:16:34PM +0100, Greg KH wrote: > On Thu, Feb 15, 2024 at 11:28:27AM +0100, Andreas Schwab wrote: > > On Feb 15 2024, Tony Lindgren wrote: > > > > > There was a regression recently with the PMIC which would cause NFSroot > > > on devices to keep working but may have affected MMC. Please check that > > > commit 7a29fa05aeca ("mfd: twl6030-irq: Revert to use of_match_device()") > > > is applied. > > > > That commit hasn't hit stable yet. Maybe it's because it references a > > non-existant commit id (1e0c866887f4 instead of 830fafce06e6). > > Yeah, our tools can't do about a commit that does not have a cc: stable@ > tag in it AND the only commit it does reference is not one actually in > the tree at all. > > An impossible task for us here, please ask stable@vger.kernel.org to > take the commit if this is needed, and let us know how far back it > should go. To be explicit, does this need to be applied to the stable tree(s)? If so, please email stable@vger.kernel.org with the git id to do so. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel