All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC EDAC/GHES 0/3] Add EDAC support on GHES
@ 2012-10-31 17:44 Mauro Carvalho Chehab
  2012-10-31 17:44 ` [RFC EDAC/GHES 1/3] ghes: Be a good citzen with EDAC Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2012-10-31 17:44 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Edac Mailing List,
	Linux Kernel Mailing List

It turns that making ghes to talk with EDAC to not be a hard
task.

This patch series makes ghes->edac integration.

This was compile-tested only, as its, for now, just a proof of
concept.

There are lots of space for improvements, like:

- maybe split edac-ghes into a separate file;

- add a way to retrieve the DIMM label (not sure if APEI GHES
  interface supports it);

- detect the memory layout via ACPI;

Comments, sugestions etc are welcome.

Mauro Carvalho Chehab (3):
  ghes: Be a good citzen with EDAC
  edac: add support for raw error reports
  ghes: add support for reporting errors via EDAC

 drivers/acpi/apei/Kconfig  |   1 +
 drivers/acpi/apei/Makefile |   2 +
 drivers/acpi/apei/ghes.c   | 129 +++++++++++++++++++++++++++++++++++++++++++--
 drivers/edac/edac_core.h   |  17 ++++++
 drivers/edac/edac_mc.c     | 109 ++++++++++++++++++++++++++++----------
 include/linux/edac.h       |   5 ++
 6 files changed, 233 insertions(+), 30 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2012-10-31 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 17:44 [RFC EDAC/GHES 0/3] Add EDAC support on GHES Mauro Carvalho Chehab
2012-10-31 17:44 ` [RFC EDAC/GHES 1/3] ghes: Be a good citzen with EDAC Mauro Carvalho Chehab
2012-10-31 17:44 ` [RFC EDAC/GHES 2/3] edac: add support for raw error reports Mauro Carvalho Chehab
2012-10-31 17:44 ` [RFC EDAC/GHES 3/3] ghes: add support for reporting errors via EDAC Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.