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 DE465C77B73 for ; Thu, 27 Apr 2023 03:36:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242787AbjD0Dgk (ORCPT ); Wed, 26 Apr 2023 23:36:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231883AbjD0Dgg (ORCPT ); Wed, 26 Apr 2023 23:36:36 -0400 X-Greylist: delayed 496 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 26 Apr 2023 20:36:35 PDT Received: from bmailout2.hostsharing.net (bmailout2.hostsharing.net [IPv6:2a01:37:3000::53df:4ef0:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02B523A9F for ; Wed, 26 Apr 2023 20:36:34 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 6CB762800C962; Thu, 27 Apr 2023 05:28:16 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 48DDF1FB8C; Thu, 27 Apr 2023 05:28:16 +0200 (CEST) Date: Thu, 27 Apr 2023 05:28:16 +0200 From: Lukas Wunner To: Bjorn Helgaas Cc: Linus Torvalds , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Rob Herring , Krzysztof Wilczy??ski , Nirmal Patel , Siddharth Vadapalli , Rohit Agarwal , Shunsuke Mie , Damien Le Moal , Yoshihiro Shimoda Subject: Re: [GIT PULL] PCI changes for v6.4 Message-ID: <20230427032816.GA18461@wunner.de> References: <20230425200936.GA66754@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230425200936.GA66754@bhelgaas> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bjorn, On Tue, Apr 25, 2023 at 03:09:36PM -0500, Bjorn Helgaas wrote: > The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: > > Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.4-changes > > for you to fetch changes up to 09a8e5f01dfb30667a8f05e35c1cc073cb4fd134: > > Merge branch 'pci/controller/kconfig' (2023-04-20 16:19:37 -0500) Just a heads-up that this pull request doesn't include the following topic branches in pci.git: controller/endpoint controller/cadence controller/vmd ... as well as the following commit on the controller/dt branch: 661a7e9aa551 ("dt-bindings: PCI: qcom: Add SDX65 SoC") Perhaps you intend to submit them in a second pull request this merge window, but I just wanted to make sure they're not forgotten. The patches applied to those topic branches are marked "Accepted" in patchwork, so if the topic branches are deleted when the 6.5 cycle begins, the patches would seem to have been merged even though they're not. Thanks, Lukas