From patchwork Sat Oct 15 15:27:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 13007676 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 CC64FC43217 for ; Sat, 15 Oct 2022 15:27:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229719AbiJOP1p (ORCPT ); Sat, 15 Oct 2022 11:27:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229679AbiJOP1n (ORCPT ); Sat, 15 Oct 2022 11:27:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 984D63471F; Sat, 15 Oct 2022 08:27:41 -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 ams.source.kernel.org (Postfix) with ESMTPS id 811B4B8076B; Sat, 15 Oct 2022 15:27:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10BB0C433D6; Sat, 15 Oct 2022 15:27:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665847658; bh=LjflNxGf7oZ5ML6azYmoPdLj/IgEioxaCcvyPF5qpbI=; h=Date:From:To:Cc:Subject:From; b=gWZ217cSWYBBIBbC7/wgyMyQ2lq+LAcPitPlY6gtwayw9IikLNyH/4Nm+UjYhDLmJ Dxz1QutX5L4amrEHu1kCQ+EIk89dUvT9pqhkn/s8mNrBxcUg47e/4m8hGRLmcqoZp7 ScLu5Q4rKvW+TCdf/XW2/hkGf2ImbUpTFVOG9Tqf89rduxixDf4RKpcssuTY5tFhx2 CI7eCjGQLO/5TCor8NWrBaZX+v43yphJHf5Abnm7w0UcgB7zu4lDk9lX1GUegHJoFZ RCESO4vX8yBt/lToRJFT48jguep/Wd39S/JBlwRtQaFEGKujajYrcDjLrg8uH0jHn5 MCgBYb4dZMkZQ== Date: Sat, 15 Oct 2022 10:27:36 -0500 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Mika Westerberg , Chris Chiu , Andy Shevchenko , Jonathan Cameron , "Rafael J . Wysocki" , Lukas Wunner , linux-cxl@vger.kernel.org, linuxarm@huawei.com Subject: [GIT PULL] PCI fixes for v6.1 Message-ID: <20221015152736.GA3574429@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org The following changes since commit 041bc24d867a2a577a06534d6d25e500b24a01ef: Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (2022-10-11 11:08:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v6.1-fixes-1 for you to fetch changes up to 5632e2beaf9d5dda694c0572684dea783d8a9492: Revert "PCI: Distribute available resources for root buses, too" (2022-10-14 14:27:58 -0500) ---------------------------------------------------------------- - Revert the attempt to distribute spare resources to unconfigured hotplug bridges at boot time. This fixed some dock hot-add scenarios, but Jonathan Cameron reported that it broke a topology with a multi-function device where one function was a Switch Upstream Port and the other was an Endpoint. ---------------------------------------------------------------- Bjorn Helgaas (1): Revert "PCI: Distribute available resources for root buses, too" drivers/pci/setup-bus.c | 62 +------------------------------------------------ 1 file changed, 1 insertion(+), 61 deletions(-)