Message ID | 20230425200936.GA66754@bhelgaas (mailing list archive) |
---|---|
State | Accepted |
Commit | 34b62f186db9614e55d021f8c58d22fc44c57911 |
Headers | show |
Series | [GIT,PULL] PCI changes for v6.4 | expand |
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
On Thu, Apr 27, 2023 at 05:28:16AM +0200, Lukas Wunner wrote: > 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") Yeah, thanks, this was unfortunate timing. I did the last updates for the v6.4 pull request on Apr 20, left for a long weekend, and Lorenzo merged the branches you mentioned on Apr 21. If they were critical, maybe a second pull request could work, but I don't plan on that because they haven't had any time in -next yet. I'll try not to delete them before v6.5; here are the heads in case I forget: eac223e85208 remotes/pci/controller/cadence 661a7e9aa551 remotes/pci/controller/dt 604de32d55a2 remotes/pci/controller/endpoint e06720c1d9e1 remotes/pci/controller/vmd Bjorn
The pull request you sent on Tue, 25 Apr 2023 15:09:36 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.4-changes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/34b62f186db9614e55d021f8c58d22fc44c57911
Thank you!
On Wed, Apr 26, 2023 at 10:53:22PM -0500, Bjorn Helgaas wrote: > On Thu, Apr 27, 2023 at 05:28:16AM +0200, Lukas Wunner wrote: > > 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") > > Yeah, thanks, this was unfortunate timing. I did the last updates for > the v6.4 pull request on Apr 20, left for a long weekend, and Lorenzo > merged the branches you mentioned on Apr 21. > > If they were critical, maybe a second pull request could work, but I > don't plan on that because they haven't had any time in -next yet. > > I'll try not to delete them before v6.5; here are the heads in case I > forget: > > eac223e85208 remotes/pci/controller/cadence > 661a7e9aa551 remotes/pci/controller/dt > 604de32d55a2 remotes/pci/controller/endpoint > e06720c1d9e1 remotes/pci/controller/vmd I rebased these branches on top of v6.4-rc1 and pushed them out. Thanks, Lorenzo