On 1/25/2019 9:28 AM, Dongdong Liu wrote:
I want to fix 2 points by the patch.
1. For EP devices (such as multi-function EP device) under the same bus,
when one of the EP devices met non-fatal error, should report non-fatal
error only to the error endpoint device, no need to broadcast all of them.
That is the patch (PCI/AER: Report non-fatal errors only to the affected endpoint #4.15)
have done, but current code PATCH [1] broken this.
2. We found a NULL pointer dereference issue for 74:02.0 device
when the device met a non-fatal error (firmware-first) after 4.19.
The topology is as below.
Is it possible to split the patches into two to address these two different
issues?
I can understand the first one but second one seems some mystery that needs
to be explored in detail.