Bug 218255
Summary: | Hot-adding SCSI disk in QEMU VM fails | ||
---|---|---|---|
Product: | Drivers | Reporter: | Bjorn Helgaas (bjorn) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | high | CC: | dongli.zhang, f.ebner, imammedo |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://lore.kernel.org/r/9eb669c0-d8f2-431d-a700-6da13053ae54@proxmox.com | ||
Kernel Version: | v6.5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | cc22522fd55e2 ("PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus") |
Attachments: |
v6.7.0-rc3 dmesg log, fails
v6.7.0-rc3+reverts dmesg log, works v6.7.0-rc3 dmesg log, works |
Description
Bjorn Helgaas
2023-12-11 16:12:28 UTC
Created attachment 305587 [details] v6.7.0-rc3 dmesg log, fails From https://pastebin.com/UvpGAYf2, see https://lore.kernel.org/r/a5121397-2a40-4c77-9dd3-8f0f47ec1360@proxmox.com Created attachment 305592 [details]
v6.7.0-rc3+reverts dmesg log, works
Created attachment 305593 [details]
v6.7.0-rc3 dmesg log, works
The problem does not happen consistently, but it is racy. This is for a run without the reverts where the issue didn't trigger by chance.
There is another report. [Regression report] commit 40613da52b13 ("PCI: acpiphp: Reassign resources on bridge if necessary") https://lore.kernel.org/all/3c4a446a-b167-11b8-f36f-d3c1b49b42e9@oracle.com/ Thank you very much! |