On Tue, Jun 18, 2024 at 12:54:55PM +0200, Lukas Wunner wrote: > Add the missing reference acquisition. > > Abridged stack trace: > > BUG: unable to handle page fault for address: 00000000091400c0 > CPU: 15 PID: 2464 Comm: irq/53-pcie-dpc 6.9.0 > RIP: pci_bus_read_config_dword+0x17/0x50 > pci_dev_wait() > pci_bridge_wait_for_secondary_bus() > dpc_reset_link() > pcie_do_recovery() > dpc_handler() > > Fixes: 53b54ad074de ("PCI/DPC: Await readiness of secondary bus after reset") > Reported-by: Keith Busch <kbusch@xxxxxxxxxx> > Closes: https://lore.kernel.org/r/20240612181625.3604512-3-kbusch@xxxxxxxx/ > Tested-by: Keith Busch <kbusch@xxxxxxxxxx> > Signed-off-by: Lukas Wunner <lukas@xxxxxxxxx> > Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx # v5.10+ Hey, it's been some time, so just wanted to check on this patch status. It's still a good fix.