| Summary | In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pci_slot_trylock() error handling Commit a4e772898f8b ("PCI: Add missing bridge lock to pci_bus_lock()") Before a4e772898f8b, the code did: if (!pci_dev_trylock(dev)) /* <- lock bridge device */ After a4e772898f8b the bridge-device lock is no longer taken, but the This yields one of two errors: 1. A warning that the lock is being unlocked when no one holds it. Fix it by removing the now-redundant pci_dev_unlock(dev) on the failure [Same patch later posted by Keith at |
|---|---|
| Publication Date | May 6, 2026, 9:16 p.m. |
| Registration Date | May 7, 2026, 4:08 a.m. |
| Last Update | May 6, 2026, 10:07 p.m. |