Re: [PATCH v3 0/5] Rework PCI IRQ vector code
From: Danilo Krummrich
Date: Sun Aug 16 2026 - 19:58:08 EST
On Thu, 13 Aug 2026 18:52:00 +0200, Danilo Krummrich wrote:
> [PATCH v3 0/5] Rework PCI IRQ vector code
Applied, thanks!
Branch: driver-core-testing
Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
[1/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type
commit: 17d4a399e8b8
[2/5] rust: pci: resolve IRQ in index() and embed IrqRequest in IrqVector
commit: 2fb7755b0a7e
[3/5] rust: pci: remove request_irq() and request_threaded_irq() from Device
commit: 6ca38086b4ee
[4/5] PCI: Add pci_irq_type() to query the allocated interrupt type
commit: f146c7bc85a5
[ Add missing pci_irq_type() stub for CONFIG_PCI=n. ]
[5/5] rust: pci: expose the allocated interrupt type
commit: 3b5ea0f078e1
The patches will appear in the next linux-next integration (typically within 24
hours on weekdays).
The patches are in the driver-core-testing branch and will be promoted to
driver-core-next after validation.