[PATCH] powerpc/eeh: Set channel state after notifying the drivers

2023-02-09 Thread Ganesh Goudar
When a PCI error is encountered 6th time in an hour we set the channel state to perm_failure and notify the driver about the permanent failure. However, after upstream commit 38ddc011478e ("powerpc/eeh: Make permanently failed devices non-actionable"), EEH handler stops calling any routine once th

Re: [PATCH] powerpc/eeh: Set channel state after notifying the drivers

2023-02-19 Thread Michael Ellerman
On Thu, 9 Feb 2023 16:26:49 +0530, Ganesh Goudar wrote: > When a PCI error is encountered 6th time in an hour we > set the channel state to perm_failure and notify the > driver about the permanent failure. > > However, after upstream commit 38ddc011478e ("powerpc/eeh: > Make permanently failed dev