Disable the port ARI forwarding when a ARI device was hot removed. Signed-off-by: Yijing Wang <wangyijing@xxxxxxxxxx> --- drivers/pci/hotplug/ibmphp_core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index cbd72d8..c07afba 100644 --- a/drivers/pci/hotplug/ibmphp_core.c +++ b/drivers/pci/hotplug/ibmphp_core.c @@ -722,6 +722,7 @@ static void ibm_unconfigure_device(struct pci_func *func) temp = pci_get_bus_and_slot(func->busno, (func->device << 3) | j); if (temp) { pci_stop_and_remove_bus_device(temp); + pci_configure_ari(temp, false); pci_dev_put(temp); } } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html