public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Hans Zhang" <18255117159@163.com>,
	"Sasha Levin" <sashal@kernel.org>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Val Packett" <val@packett.cool>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Inochi Amaoto" <inochiama@gmail.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Kenneth Crudup" <kenny@panix.com>,
	"Genes Lists" <lists@sapience.com>,
	"Todd Brandt" <todd.e.brandt@intel.com>,
	"Oliver Hartkopp" <socketcan@hartkopp.net>,
	Hervé <herve@dxcv.net>, "Mario Limonciello" <superm1@kernel.org>,
	"Eric Biggers" <ebiggers@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Nirmal Patel" <nirmal.patel@linux.intel.com>,
	"Jonathan Derrick" <jonathan.derrick@linux.dev>,
	"Chen Wang" <unicorn_wang@outlook.com>,
	"Yixun Lan" <dlan@gentoo.org>,
	"Longbin Li" <looong.bin@gmail.com>
Subject: [GIT PULL] PCI fixes for v6.18
Date: Fri, 17 Oct 2025 12:18:10 -0500	[thread overview]
Message-ID: <20251017171810.GA1035665@bhelgaas> (raw)

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a78835b86a4414230e4cf9a9f16d22302cdb8388:

  PCI/VGA: Select SCREEN_INFO on X86 (2025-10-17 08:31:14 -0500)

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

- Search for MSI Capability with correct ID to fix an MSI regression on
  platforms with Cadence IP (Hans Zhang)

- Revert early bridge resource set up to fix resource assignment failures
  that broke at least alpha boot and Snapdragon ath12k WiFi (Ilpo Järvinen)

- Implement VMD .irq_startup()/.irq_shutdown() to fix IRQ issues that
  caused boot crashes and broken devices below VMD (Inochi Amaoto)

- Select CONFIG_SCREEN_INFO on X86 to fix black screen on boot when
  SCREEN_INFO not selected (Mario Limonciello)

----------------------------------------------------------------
Hans Zhang (1):
      PCI: cadence: Search for MSI Capability with correct ID

Ilpo Järvinen (1):
      PCI: Revert early bridge resource set up

Inochi Amaoto (1):
      PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()

Mario Limonciello (AMD) (1):
      PCI/VGA: Select SCREEN_INFO on X86

 drivers/pci/Kconfig                              |  1 +
 drivers/pci/controller/cadence/pcie-cadence-ep.c |  2 +-
 drivers/pci/controller/vmd.c                     | 13 +++++++++++++
 drivers/pci/probe.c                              | 13 +++----------
 drivers/pci/vgaarb.c                             |  6 ++----
 5 files changed, 20 insertions(+), 15 deletions(-)

             reply	other threads:[~2025-10-17 17:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17 17:18 Bjorn Helgaas [this message]
2025-10-18 19:23 ` [GIT PULL] PCI fixes for v6.18 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-11-14 22:24 Bjorn Helgaas
2025-11-14 23:53 ` pr-tracker-bot
2025-10-31 20:19 Bjorn Helgaas
2025-10-31 21:29 ` pr-tracker-bot
2025-10-24 19:29 Bjorn Helgaas
2025-10-24 23:48 ` pr-tracker-bot
2025-10-08 22:25 Bjorn Helgaas
2025-10-09  2:40 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251017171810.GA1035665@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=18255117159@163.com \
    --cc=dlan@gentoo.org \
    --cc=ebiggers@kernel.org \
    --cc=herve@dxcv.net \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=inochiama@gmail.com \
    --cc=jonathan.derrick@linux.dev \
    --cc=kenny@panix.com \
    --cc=kwilczynski@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lists@sapience.com \
    --cc=looong.bin@gmail.com \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mani@kernel.org \
    --cc=nirmal.patel@linux.intel.com \
    --cc=sashal@kernel.org \
    --cc=socketcan@hartkopp.net \
    --cc=superm1@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=todd.e.brandt@intel.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tzimmermann@suse.de \
    --cc=unicorn_wang@outlook.com \
    --cc=val@packett.cool \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox