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 70781C433F5 for ; Sat, 28 May 2022 01:59:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355036AbiE1B7l (ORCPT ); Fri, 27 May 2022 21:59:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355548AbiE1B7Z (ORCPT ); Fri, 27 May 2022 21:59:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D50D8580DB; Fri, 27 May 2022 18:59:24 -0700 (PDT) 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 54D0161CDC; Sat, 28 May 2022 01:59:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 665DFC385A9; Sat, 28 May 2022 01:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653703163; bh=qgaLQi23K/blCraSc9Uq8n9yu7cewxLnxTYIIgLJaw8=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=QxqUYwoRrO7DezsmuTMrdAggNnUjubi93r0+gmxD+7iAhOHbLdxk5JNFOJeDNorFy i81CoBfCC3MGJ1jIyPsO5YTcQohdh/J7LxkNTZk8B+H7rSKfVsIJ7Ch5jgJ/WuLOFj b9ixOtyXOaDeWXoaCfwHDqZdozFp9oviuXhmD2nxypMo/J1HACK4uhj9SwdOLByQXk RW2QXR8CmEOhrdbwRVmXbVX52+8EUMHA8t2ups7dZKIQLSLaZJxXGMFialbHMTF27S Abva/V8dBKWCRKCOPaKNBuqnJVN1et8AsQoxcwrREvt1NpZYbkBYNlgBUSjz5UCj9c YohavMA4Rm3rA== Date: Fri, 27 May 2022 20:59:21 -0500 From: Bjorn Helgaas To: Jim Quinlan Cc: Jim Quinlan , linux-pci , Nicolas Saenz Julienne , Bjorn Helgaas , James Dutton , Cyril Brulebois , bcm-kernel-feedback-list , Florian Fainelli , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , open list , "Rafael J. Wysocki" , linux-pm@vger.kernel.org Subject: Re: [PATCH v1] PCI: brcmstb: Fix regression regarding missing PCIe linkup Message-ID: <20220528015921.GA524446@bhelgaas> 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 Fri, May 27, 2022 at 08:19:16PM -0400, Jim Quinlan wrote: > On Fri, May 27, 2022 at 7:28 PM Bjorn Helgaas wrote: > > Where are we at with this? Linus just merged my pull request, and I'd > > really like to get this resolved before -rc1 (expected June 5 or so), > > which means I'd like to ask him to pull the fix early next week. > > I was waiting to see where the email thread was going... My fault for raising all the tangents :) > I'll send out the v2 regression fix in less than 24 hours. Great, thanks!