]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cxl: Don't remove AFUs/vPHBs in cxl_reset
authorDaniel Axtens <dja@axtens.net>
Fri, 14 Aug 2015 07:41:24 +0000 (17:41 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 17:33:26 +0000 (19:33 +0200)
commitacf549cbe68802cfd3864453bd9561c80ee5baf9
tree05b4d41aeb98c78349795d8ab97101842a638023
parent7a195e608722ed0d38db9f1140aa048ca731a0b9
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cxl/pci.c