PCI: Avoid slot reset if bridge itself is broken
authorJan Glauber <jglauber@cavium.com>
Fri, 8 Sep 2017 08:10:33 +0000 (10:10 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 11 Oct 2017 18:29:09 +0000 (13:29 -0500)
commit33ba90aa4d4432b884fc0ed57ba9dc12eb8fa288
tree22311f96722e3388a71eb6577506363e86e80e26
parent357027786f3523d26f42391aa4c075b8495e5d28
PCI: Avoid slot reset if bridge itself is broken

When checking to see if a PCI slot can safely be reset, we previously
checked to see if any of the children had their PCI_DEV_FLAGS_NO_BUS_RESET
flag set.

Some PCIe root port bridges do not behave well after a slot reset, and may
cause the device in the slot to become unusable.

Add a check for PCI_DEV_FLAGS_NO_BUS_RESET being set in the bridge device
to prevent the slot from being reset.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
drivers/pci/pci.c