LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] powerpc/pseries: Machien check handler improvements.
@ 2018-06-06  4:36 Mahesh J Salgaonkar
  2018-06-06  4:36 ` [RFC PATCH 1/4] powerpc/pseries: convert rtas_log_buf to linear allocation Mahesh J Salgaonkar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mahesh J Salgaonkar @ 2018-06-06  4:36 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Michael Ellerman, Aneesh Kumar K.V, Aneesh Kumar K.V,
	Michael Ellerman, Laurent Dufour

This patch series includes some improvement to Machine check handler
for pseries. Patch 1 fixes an issue where machine check handler crashes
kernel while accessing vmalloc-ed buffer while in nmi context.
Patch 3 dumps the SLB contents on SLB MCE errors to improve the debugability.
Patch 4 display's the MCE error details on console.

---

Mahesh Salgaonkar (4):
      powerpc/pseries: convert rtas_log_buf to linear allocation.
      powerpc/pseries: Define MCE error event section.
      powerpc/pseries: Dump and flush SLB contents on SLB MCE errors.
      powerpc/pseries: Display machine check error details.


 arch/powerpc/include/asm/book3s/64/mmu-hash.h |    1 
 arch/powerpc/include/asm/rtas.h               |  109 +++++++++++++++++++
 arch/powerpc/kernel/rtasd.c                   |    2 
 arch/powerpc/mm/slb.c                         |   35 ++++++
 arch/powerpc/platforms/pseries/ras.c          |  145 +++++++++++++++++++++++++
 5 files changed, 290 insertions(+), 2 deletions(-)

--
Signature

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

end of thread, other threads:[~2018-06-07 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06  4:36 [RFC PATCH 0/4] powerpc/pseries: Machien check handler improvements Mahesh J Salgaonkar
2018-06-06  4:36 ` [RFC PATCH 1/4] powerpc/pseries: convert rtas_log_buf to linear allocation Mahesh J Salgaonkar
2018-06-06  4:37 ` [RFC PATCH 2/4] powerpc/pseries: Define MCE error event section Mahesh J Salgaonkar
2018-06-06  4:37 ` [RFC PATCH 3/4] powerpc/pseries: Dump and flush SLB contents on SLB MCE errors Mahesh J Salgaonkar
2018-06-06  4:37 ` [RFC PATCH 4/4] powerpc/pseries: Display machine check error details Mahesh J Salgaonkar
2018-06-07 19:43 ` [RFC PATCH 0/4] powerpc/pseries: Machien check handler improvements Michal Suchánek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox