linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 topic-edac-5.1 0/2] EDAC: Add support for reporting the non-standard errors to vendor drivers
@ 2020-08-27 14:01 Shiju Jose
  2020-08-27 14:06 ` Shiju Jose
  0 siblings, 1 reply; 2+ messages in thread
From: Shiju Jose @ 2020-08-27 14:01 UTC (permalink / raw)
  To: linux-edac, linux-kernel, bp, mchehab, tony.luck, james.morse, rrichter
  Cc: linuxarm

Presently non-standard HW errors are not reported to the vendor drivers
for the recovery.
This patch set adds support for reporting the non-standard errors to the
registered vendor drivers.
Also adds HIP08 EDAC driver, for the  recovery of the PCIe OEM errors on
HiSilicon HIP08.

RFC -> V2
1.Add error recovery for the PCIe local errors
2.Removed code for the other OEM errors from HIP08 edac driver
  because there is no current requirement for the recovery.
    
Shiju Jose (2):
  EDAC: Add support for reporting the non-standard errors to the vendor
    drivers
  EDAC: Add handling for the PCIe OEM errors on HiSilicon HIP08

 drivers/acpi/apei/ghes.c                    |   5 +
 drivers/edac/Makefile                       |   3 +-
 drivers/edac/edac_non_standard.c            | 124 ++++++++++++++
 drivers/edac/hisi_hip08_edac_non_standard.c | 255 ++++++++++++++++++++++++++++
 include/linux/edac_non_standard.h           |  74 ++++++++
 5 files changed, 460 insertions(+), 1 deletion(-)
 create mode 100644 drivers/edac/edac_non_standard.c
 create mode 100644 drivers/edac/hisi_hip08_edac_non_standard.c
 create mode 100644 include/linux/edac_non_standard.h

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [PATCH V2 topic-edac-5.1 0/2] EDAC: Add support for reporting the non-standard errors to vendor drivers
  2020-08-27 14:01 [PATCH V2 topic-edac-5.1 0/2] EDAC: Add support for reporting the non-standard errors to vendor drivers Shiju Jose
@ 2020-08-27 14:06 ` Shiju Jose
  0 siblings, 0 replies; 2+ messages in thread
From: Shiju Jose @ 2020-08-27 14:06 UTC (permalink / raw)
  To: Shiju Jose, linux-edac, linux-kernel, bp, mchehab, tony.luck,
	james.morse, rrichter
  Cc: Linuxarm

Sorry. Please ignore this.

>-----Original Message-----
>From: linux-edac-owner@vger.kernel.org [mailto:linux-edac-
>owner@vger.kernel.org] On Behalf Of Shiju Jose
>Sent: 27 August 2020 15:01
>To: linux-edac@vger.kernel.org; linux-kernel@vger.kernel.org; bp@alien8.de;
>mchehab@kernel.org; tony.luck@intel.com; james.morse@arm.com;
>rrichter@marvell.com
>Cc: Linuxarm <linuxarm@huawei.com>
>Subject: [PATCH V2 topic-edac-5.1 0/2] EDAC: Add support for reporting the
>non-standard errors to vendor drivers
>
>Presently non-standard HW errors are not reported to the vendor drivers for
>the recovery.
>This patch set adds support for reporting the non-standard errors to the
>registered vendor drivers.
>Also adds HIP08 EDAC driver, for the  recovery of the PCIe OEM errors on
>HiSilicon HIP08.
>
>RFC -> V2
>1.Add error recovery for the PCIe local errors 2.Removed code for the other
>OEM errors from HIP08 edac driver
>  because there is no current requirement for the recovery.
>
>Shiju Jose (2):
>  EDAC: Add support for reporting the non-standard errors to the vendor
>    drivers
>  EDAC: Add handling for the PCIe OEM errors on HiSilicon HIP08
>
> drivers/acpi/apei/ghes.c                    |   5 +
> drivers/edac/Makefile                       |   3 +-
> drivers/edac/edac_non_standard.c            | 124 ++++++++++++++
> drivers/edac/hisi_hip08_edac_non_standard.c | 255
>++++++++++++++++++++++++++++
> include/linux/edac_non_standard.h           |  74 ++++++++
> 5 files changed, 460 insertions(+), 1 deletion(-)  create mode 100644
>drivers/edac/edac_non_standard.c  create mode 100644
>drivers/edac/hisi_hip08_edac_non_standard.c
> create mode 100644 include/linux/edac_non_standard.h
>
>--
>1.9.1
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-27 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 14:01 [PATCH V2 topic-edac-5.1 0/2] EDAC: Add support for reporting the non-standard errors to vendor drivers Shiju Jose
2020-08-27 14:06 ` Shiju Jose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).