On 2/23/2026 8:55 AM, Shawn Lin wrote:
pcim_enable_device() no longer automatically manages IRQ vectors via devres. Drivers must now manually call pci_free_irq_vectors() for cleanup. Alternatively, pcim_alloc_irq_vectors() should be used.
This seems to break bisect. Surely you should update drivers before you go changing behavior.
-Jeff
