Commit c3a0355bddf35457563a0d64e91f9dfca7c80280

Authored by Daniel Axtens
Committed by Greg Kroah-Hartman
1 parent e55ffaf457

cxl: Don't remove AFUs/vPHBs in cxl_reset

commit 4e1efb403c1c016ae831bd9988a7d2e5e0af41a0 upstream.

If the driver doesn't participate in EEH, the AFUs will be removed
by cxl_remove, which will be invoked by EEH.

If the driver does particpate in EEH, the vPHB needs to stick around
so that the it can particpate.

In both cases, we shouldn't remove the AFU/vPHB.

Reviewed-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

drivers/misc/cxl/pci.c
... ... @@ -781,9 +781,6 @@
781 781  
782 782 dev_info(&dev->dev, "CXL reset\n");
783 783  
784   - for (i = 0; i < adapter->slices; i++)
785   - cxl_remove_afu(adapter->afu[i]);
786   -
787 784 /* pcie_warm_reset requests a fundamental pci reset which includes a
788 785 * PERST assert/deassert. PERST triggers a loading of the image
789 786 * if "user" or "factory" is selected in sysfs */