linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc/powernv: Plumb fsp memory errors to memory poison infrastructure.
@ 2013-11-15  4:20 Mahesh J Salgaonkar
  2013-11-15  4:20 ` [PATCH 1/2] powerpc/powernv: Add config option for hwpoisoning Mahesh J Salgaonkar
  2013-11-15  4:20 ` [PATCH 2/2] powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastructure Mahesh J Salgaonkar
  0 siblings, 2 replies; 3+ messages in thread
From: Mahesh J Salgaonkar @ 2013-11-15  4:20 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt

Hi,

Please find the patch set that implements FSP memory error handling and
plumbs then into memory poison infrastructure.

Patch 1 enables the generic memory hwpoisoning infrastructure for ppc64.
Patch 2 reads the memory errors reported from opal layer and plumbs them
into memory poison infrastructure.

This patch uses new messaging channel infrastructure (proposed through a
separate patch at
https://lists.ozlabs.org/pipermail/linuxppc-dev/2013-November/113331.html)
to pull the fsp memory errors to linux.

Thanks,
-Mahesh.
---

Mahesh Salgaonkar (2):
      powerpc/powernv: Add config option for hwpoisoning.
      powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastructure.


 arch/powerpc/Kconfig                               |    6 +
 arch/powerpc/include/asm/opal.h                    |   52 +++++++
 arch/powerpc/platforms/powernv/Makefile            |    1 
 .../powerpc/platforms/powernv/opal-memory-errors.c |  146 ++++++++++++++++++++
 4 files changed, 205 insertions(+)
 create mode 100644 arch/powerpc/platforms/powernv/opal-memory-errors.c

-- 
-Mahesh

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

end of thread, other threads:[~2013-11-15  4:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15  4:20 [PATCH 0/2] powerpc/powernv: Plumb fsp memory errors to memory poison infrastructure Mahesh J Salgaonkar
2013-11-15  4:20 ` [PATCH 1/2] powerpc/powernv: Add config option for hwpoisoning Mahesh J Salgaonkar
2013-11-15  4:20 ` [PATCH 2/2] powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastructure Mahesh J Salgaonkar

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).