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 29141C6FA8E for ; Sat, 25 Feb 2023 15:15:12 +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=tQQmMdykVlmvfHVzO27FtluRtuPJV2t3QO2faUoC3sc=; b=pXrX3N2v98eMPs dakf5F3MD3uMqtFF00+ghSvxZJwaVIynAeN3x+jlKa9508Ipyo6PnNKKwNwx8IRS+pyP0HKMqQRBo WxdV/ijxmKlNbb4WaGriTbOU/XBt4cH2zWG/rNWmV9zjXFTotI35bd9FCEJotwMRZjQ0nLCA2Sw+X Z76lJ18+BxgIY6kdlAeZDma9EsYAo2MTVD5GHVxLzKhjcF15bE65WRTyV8LyqzRPN6v3SLKBZOPnt aD2CjFbLr9QNRHHuOHTF7GHHpbn1GCb9kpHoX2/OEYiEkr29s9/aUI22GTDPv8EJL7vxitnbGUXTG mss0gSgyH2uDadtMUNMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pVwFb-005v8J-1Q; Sat, 25 Feb 2023 15:14:15 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pVwFW-005v6u-Rd for linux-arm-kernel@lists.infradead.org; Sat, 25 Feb 2023 15:14:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 81C8ECE0B5C; Sat, 25 Feb 2023 15:14:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75502C433D2; Sat, 25 Feb 2023 15:13:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677338038; bh=iXe9UKYQCjH23vFQPemL2RFAUw1tB3l+ph5INkEIzBw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KrpiS8jPWygvS7YSuDKxRAUk3DdlIN+v/kNRJejXeHJoadep2S5UHaOHGZxxIX8U5 dbotEu9CxA3EeXVss3pR0eJov+3svu8c3n1kfI21v+D+fgMCM5K+F0kUeIutxYgfxi 2RoLFJ/XvyqwCilcnqeSkkOeuvg2MEQ8IFB9j7D4= Date: Sat, 25 Feb 2023 16:13:56 +0100 From: Greg KH To: Linus Walleij Cc: Saravana Kannan , Linux ARM , linux-kernel , Ulf Hansson Subject: Re: Regression in probing some AMBA devices possibly devlink related Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230225_071411_322379_9129DA94 X-CRM114-Status: GOOD ( 13.22 ) 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 Sat, Feb 25, 2023 at 04:06:48PM +0100, Linus Walleij wrote: > On Sat, Feb 25, 2023 at 3:28 PM Linus Walleij wrote: > > > I have a boot regression for Ux500 on mainline, but bisecting mainline > > isn't quite working for misc reasons :/ > > I however managed to revert Gregs entire branch for driver core > with: > > git revert -m 1 a93e884edf61 > > And this makes the regression go away, so I'm pretty sure it has > something to do with the device link patches. Does the fix at: https://lore.kernel.org/r/0a92979f6e790737544638e8a4c19b0564e660a2.1676983596.git.geert+renesas@glider.be resolve this? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 605D6C6FA8E for ; Sat, 25 Feb 2023 15:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229576AbjBYPOF (ORCPT ); Sat, 25 Feb 2023 10:14:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbjBYPOE (ORCPT ); Sat, 25 Feb 2023 10:14:04 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DF5218150 for ; Sat, 25 Feb 2023 07:13:59 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7068560B02 for ; Sat, 25 Feb 2023 15:13:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75502C433D2; Sat, 25 Feb 2023 15:13:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677338038; bh=iXe9UKYQCjH23vFQPemL2RFAUw1tB3l+ph5INkEIzBw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KrpiS8jPWygvS7YSuDKxRAUk3DdlIN+v/kNRJejXeHJoadep2S5UHaOHGZxxIX8U5 dbotEu9CxA3EeXVss3pR0eJov+3svu8c3n1kfI21v+D+fgMCM5K+F0kUeIutxYgfxi 2RoLFJ/XvyqwCilcnqeSkkOeuvg2MEQ8IFB9j7D4= Date: Sat, 25 Feb 2023 16:13:56 +0100 From: Greg KH To: Linus Walleij Cc: Saravana Kannan , Linux ARM , linux-kernel , Ulf Hansson Subject: Re: Regression in probing some AMBA devices possibly devlink related Message-ID: References: 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 On Sat, Feb 25, 2023 at 04:06:48PM +0100, Linus Walleij wrote: > On Sat, Feb 25, 2023 at 3:28 PM Linus Walleij wrote: > > > I have a boot regression for Ux500 on mainline, but bisecting mainline > > isn't quite working for misc reasons :/ > > I however managed to revert Gregs entire branch for driver core > with: > > git revert -m 1 a93e884edf61 > > And this makes the regression go away, so I'm pretty sure it has > something to do with the device link patches. Does the fix at: https://lore.kernel.org/r/0a92979f6e790737544638e8a4c19b0564e660a2.1676983596.git.geert+renesas@glider.be resolve this? thanks, greg k-h