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 151FDC48BEB for ; Fri, 16 Feb 2024 12:09:08 +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=yC8cqB1eyOkx+xUoL7/cZzFWK0uXw/asanwWj2D8w+M=; b=oVqz+kf7TkBVRp RPIRNwbYzh/l+ND8jFIVwMqRApSrS2xDnvZQX2yTprZuMEoF1jyRH01iKemyGvwzhLqn3bc6XVQJN AJMrnPp1Mc2jPifr7SCQxvCz0At4Xew2y/bXQGl3nsWItDNnbQ3X3h5yOB4xkOeBxvHmRz+WMOUqW 90/k5EtN5NFjFGWkjo2xxOv50vzP4yQTOr6Uhscen4SkgwerDDfPyFzIaVwP7BRZcTbR4AbLYJt59 jfthzeEXc/zzMdtQhc+dBL2ThVHaFxNBoW4Mle/80wyJ4YQoczC70puB37c03qmtbQpoR8UB3X2ON m3szFIdMbR9SZxAS+qeg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rax1U-00000002FRe-1mTe; Fri, 16 Feb 2024 12:08:56 +0000 Received: from mail5.25mail.st ([74.50.62.9]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rax1Q-00000002FQh-1pWA for linux-arm-kernel@lists.infradead.org; Fri, 16 Feb 2024 12:08:54 +0000 Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 3C331604D8; Fri, 16 Feb 2024 12:08:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1708085328; bh=4On4BH2zoZvL0R5dYXgEEJnGNggGESGGiut4fqLW4P0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=otUg713nVWG4jtaUkQ3+wstsIVLHFzItUCxm8N+wFZbqklTLPhvnngQ0Hx94VK+Sw XxFr6sFw1zQlz/t+rVPY4Qb33RsWeiTDhLt0G4p5zSsAi34LGCMv+b155m3xyIzID1 Pr4Zq9xg8IIy/BBK3v5KrlxvLPWefEyDlztU/LLSRmpiDjPWQS0B9AdNUWqsbXrSUI g3ALUMuu81dVBrCPI2BcWRy/9lxhDquWUt4hQJL7vv7D9anOYWBef4MBALiQzUKHfN eo1IpLKNhy/IodmPLdlRW8K4KE5/XLgLOnl7kILKljAB9Z/RXfK9N0WS4HKSf4EOhe kZjirriTv2QsA== Date: Fri, 16 Feb 2024 14:08:33 +0200 From: Tony Lindgren To: Andreas Schwab Cc: Greg KH , 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: <20240216120833.GT52537@atomide.com> 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-20240216_040852_745066_684D853D X-CRM114-Status: GOOD ( 17.52 ) 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 * Greg KH [240215 11:16]: > 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. Andreas, did commit 7a29fa05aeca solve the issue? If so please send and email to the stable list. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel