public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.19
@ 2025-12-11 18:49 Bjorn Helgaas
  2025-12-13  4:42 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2025-12-11 18:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Claudiu Beznea,
	linux-renesas-soc

The following changes since commit 43dfc13ca972988e620a6edb72956981b75ab6b0:

  Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci (2025-12-04 17:29:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-1

for you to fetch changes up to 94bf74830a977a027042f685c7231c5e07cc3372:

  PCI: rzg3s-host: Initialize MSI status bitmap before use (2025-12-09 12:42:48 -0600)

----------------------------------------------------------------

- Initialize rzg3s_pcie_msi_irq() MSI status bitmap before use (Claudiu
  Beznea)

----------------------------------------------------------------
Claudiu Beznea (1):
      PCI: rzg3s-host: Initialize MSI status bitmap before use

 drivers/pci/controller/pcie-rzg3s-host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.19
  2025-12-11 18:49 Bjorn Helgaas
@ 2025-12-13  4:42 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2025-12-13  4:42 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Claudiu Beznea,
	linux-renesas-soc

The pull request you sent on Thu, 11 Dec 2025 12:49:38 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/41572e2c05e5892ecdb18e47fd47f208ea648ec6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] PCI fixes for v6.19
@ 2026-01-09 16:20 Bjorn Helgaas
  2026-01-09 16:40 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2026-01-09 16:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Ilpo Järvinen, Nathaniel Roach, David S. Miller,
	Andreas Larsson, sparclinux, Linnaea Lavia, Neil Armstrong,
	Dmitry Baryshkov, Konrad Dybcio

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git pci-v6.19-fixes-2

for you to fetch changes up to bdb32359eab94013e80cf7e3d40a3fd4972da93a:

  sparc/PCI: Correct 64-bit non-pref -> pref BAR resources (2026-01-07 14:22:32 -0600)

----------------------------------------------------------------

- Remove ASPM L0s support for MSM8996 SoC since we now enable L0s when
  advertised, and it caused random hangs on this device (Manivannan
  Sadhasivam)

- Fix meson-pcie to report that the link is up while in ASPM L0s or L1,
  since those are active states from the software point of view, and
  treating the link as down caused config access failures (Bjorn Helgaas)

- Fix up sparc DTS BAR descriptions that are above 4GB but not marked as
  prefetchable, which caused resource assignment and driver probe failures
  after we converted from the SPARC pcibios_enable_device() to the generic
  version (Ilpo Järvinen)

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI: meson: Report that link is up while in ASPM L0s and L1 states

Ilpo Järvinen (1):
      sparc/PCI: Correct 64-bit non-pref -> pref BAR resources

Manivannan Sadhasivam (1):
      PCI: qcom: Remove ASPM L0s support for MSM8996 SoC

 arch/sparc/kernel/pci.c                | 23 +++++++++++++++++++++
 drivers/pci/controller/dwc/pci-meson.c | 37 +++-------------------------------
 drivers/pci/controller/dwc/pcie-qcom.c |  4 +++-
 3 files changed, 29 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.19
  2026-01-09 16:20 [GIT PULL] PCI fixes for v6.19 Bjorn Helgaas
@ 2026-01-09 16:40 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2026-01-09 16:40 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Ilpo Järvinen, Nathaniel Roach, David S. Miller,
	Andreas Larsson, sparclinux, Linnaea Lavia, Neil Armstrong,
	Dmitry Baryshkov, Konrad Dybcio

The pull request you sent on Fri, 9 Jan 2026 10:20:50 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git pci-v6.19-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d6fe1dd12a77c7774a3210f8450bdad2f84d879

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] PCI fixes for v6.19
@ 2026-01-16 16:54 Bjorn Helgaas
  2026-01-16 23:42 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2026-01-16 16:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Boqun Feng,
	FUJITA Tomonori, Liang Jie, Drew Fustini, David Gow,
	Joel Fernandes, Danilo Krummrich

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-3

for you to fetch changes up to 05f66cf5e7a5fc7c7227541f8a4a476037999916:

  PCI: Provide pci_free_irq_vectors() stub (2026-01-12 10:45:31 -0600)

----------------------------------------------------------------

- Add a pci_free_irq_vectors() stub to fix a build issue when CONFIG_PCI is
  not set (Boqun Feng)

----------------------------------------------------------------
Boqun Feng (1):
      PCI: Provide pci_free_irq_vectors() stub

 include/linux/pci.h | 4 ++++
 1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.19
  2026-01-16 16:54 Bjorn Helgaas
@ 2026-01-16 23:42 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2026-01-16 23:42 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Boqun Feng,
	FUJITA Tomonori, Liang Jie, Drew Fustini, David Gow,
	Joel Fernandes, Danilo Krummrich

The pull request you sent on Fri, 16 Jan 2026 10:54:35 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d81585830017a896a1d6cfc1c626d7faaf9dfa55

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] PCI fixes for v6.19
@ 2026-01-23 18:06 Bjorn Helgaas
  2026-01-23 21:24 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2026-01-23 18:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Ilpo Järvinen, Ville Syrjälä

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-4

for you to fetch changes up to 5528fd38f230c906fcebb202cc94fbb8ed8f122a:

  PCI: Fix Resizable BAR restore order (2026-01-22 10:29:55 -0600)

----------------------------------------------------------------

- Fix the pci_do_resource_release_and_resize() failure path, which
  clobbered the intended failure return value (Ilpo Järvinen)

- Restore resizable BAR size before value because the size determines which
  bits are writable; this fixes i915 and xe regressions (Ilpo Järvinen)

----------------------------------------------------------------
Ilpo Järvinen (2):
      PCI: Fix BAR resize rollback path overwriting ret
      PCI: Fix Resizable BAR restore order

 drivers/pci/rebar.c     | 18 +-----------------
 drivers/pci/setup-bus.c | 23 +++++++++++++++++++----
 2 files changed, 20 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.19
  2026-01-23 18:06 Bjorn Helgaas
@ 2026-01-23 21:24 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2026-01-23 21:24 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Ilpo Järvinen, Ville Syrjälä

The pull request you sent on Fri, 23 Jan 2026 12:06:24 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5bde837031a3e0465b8c8413d45e45d7927b958a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-23 21:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 16:20 [GIT PULL] PCI fixes for v6.19 Bjorn Helgaas
2026-01-09 16:40 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2026-01-23 18:06 Bjorn Helgaas
2026-01-23 21:24 ` pr-tracker-bot
2026-01-16 16:54 Bjorn Helgaas
2026-01-16 23:42 ` pr-tracker-bot
2025-12-11 18:49 Bjorn Helgaas
2025-12-13  4:42 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox