Re: [PATCH] powerpc/eeh: Set channel state after notifying the drivers
From: Michael Ellerman <hidden>
Date: 2023-02-20 03:53:09
From: Michael Ellerman <hidden>
Date: 2023-02-20 03:53:09
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 devices non-actionable"), EEH handler
stops calling any routine once the device is marked as
permanent failure. This issue can lead to fatal consequences
like kernel hang with certain PCI devices.
[...]
Applied to powerpc/next.
[1/1] powerpc/eeh: Set channel state after notifying the drivers
https://git.kernel.org/powerpc/c/9efcdaac36e1643a1b7f5337e6143ce142d381b1
cheers