]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Fix race condition with driver_override
authorNicolai Stange <nstange@suse.de>
Mon, 11 Sep 2017 07:45:40 +0000 (09:45 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Sep 2017 23:34:54 +0000 (18:34 -0500)
commit7551b6075e6586ae93aa534d6391bf2691dcf693
tree34aa91f19f3c51bd13402386634f00ac38031371
parentc36a8e9aa52cf2680785772dc665ff7f568bfa24
PCI: Fix race condition with driver_override

The driver_override implementation is susceptible to a race condition when
different threads are reading vs. storing a different driver override.  Add
locking to avoid the race condition.

This is in close analogy to commit cddafb61a131 ("driver core: platform:
fix race condition with driver_override") from Adrian Salido.

Fixes: e1b31af96a8f ("PCI: Introduce new device binding path using pci_dev.driver_override")
Signed-off-by: Nicolai Stange <nstange@suse.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: stable@vger.kernel.org # v3.16+
drivers/pci/pci-sysfs.c