Message ID | 20200325164223.650-1-shiju.jose@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | ACPI / APEI: Add support to notify the vendor specific HW errors | expand |
On Wed, Mar 25, 2020 at 04:42:21PM +0000, Shiju Jose wrote: > Presently the vendor drivers are unable to do the recovery for the > vendor specific recoverable HW errors, reported to the APEI driver > in the vendor defined sections, because APEI driver does not support > reporting the same to the vendor drivers. > > This patch set > 1. add an interface to the APEI driver to enable the vendor > drivers to register the event handling functions for the corresponding > vendor specific HW errors and report the error to the vendor driver. > > 2. add driver to handle HiSilicon hip08 PCIe controller's errors > which is an example application of the above APEI interface. > > Changes: > > V6: > 1. Fix few changes in the patch subject line suggested by Bjorn Helgaas. I think it will save everybody a little work if you can wait a day or two so you can address more comments at once. You posted v6 only about three hours after v5, which isn't enough time for people to respond to v5. I'm not going to even look at v6 because it doesn't address some of my v5 comments. Please wait a few days before v7 to see if Rafael has any thoughts on where the error driver should live. Bjorn