| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月6日21:16 |
| 登録日 | 2026年5月7日4:08 |
| 最終更新日 | 2026年5月6日22:07 |