linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] sreset debugging improvements
@ 2017-07-04 10:09 Nicholas Piggin
  2017-07-04 10:09 ` [PATCH 1/3] powerpc: do not call ppc_md.panic in panic notifier if fadump not used Nicholas Piggin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nicholas Piggin @ 2017-07-04 10:09 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin, Michael Ellerman

These are a few independent patches I've accumulated that improve
system reset handling a bit. The first 2 at least should be quite
straight forward and hopefully can be merged for 4.13.

Thanks,
Nick

Nicholas Piggin (3):
  powerpc: do not call ppc_md.panic in panic notifier if fadump not used
  powerpc/pseries/le: work around a firmware quirk
  powerpc: do not send system reset request through the oops path

 arch/powerpc/kernel/setup-common.c   | 15 +++++++-----
 arch/powerpc/kernel/traps.c          | 47 ++++++++++++++++++++++++------------
 arch/powerpc/platforms/pseries/ras.c | 15 ++++++++++++
 3 files changed, 55 insertions(+), 22 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/3] sreset debugging improvements
@ 2017-07-05  3:56 Nicholas Piggin
  0 siblings, 0 replies; 8+ messages in thread
From: Nicholas Piggin @ 2017-07-05  3:56 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Nicholas Piggin, Michael Ellerman, Mahesh Jagannath Salgaonkar

Since last time:
- Fixed bug in the fadump patch noticed by Mahesh.
- Removed ppc_md.panic completely.

Nicholas Piggin (3):
  powerpc: do not call ppc_md.panic in fadump panic notifier
  powerpc/pseries/le: work around a firmware quirk
  powerpc: do not send system reset request through the oops path

 arch/powerpc/include/asm/machdep.h     |  1 -
 arch/powerpc/include/asm/setup.h       |  1 -
 arch/powerpc/kernel/fadump.c           | 22 ++++++++++++++++
 arch/powerpc/kernel/setup-common.c     | 27 -------------------
 arch/powerpc/kernel/traps.c            | 47 ++++++++++++++++++++++------------
 arch/powerpc/platforms/ps3/setup.c     | 15 -----------
 arch/powerpc/platforms/pseries/ras.c   | 15 +++++++++++
 arch/powerpc/platforms/pseries/setup.c |  1 -
 8 files changed, 68 insertions(+), 61 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-07-05  3:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-04 10:09 [PATCH 0/3] sreset debugging improvements Nicholas Piggin
2017-07-04 10:09 ` [PATCH 1/3] powerpc: do not call ppc_md.panic in panic notifier if fadump not used Nicholas Piggin
2017-07-04 16:52   ` Mahesh Jagannath Salgaonkar
2017-07-04 23:42   ` Michael Ellerman
2017-07-05  0:16     ` Nicholas Piggin
2017-07-04 10:09 ` [PATCH 2/3] powerpc/pseries/le: work around a firmware quirk Nicholas Piggin
2017-07-04 10:09 ` [PATCH 3/3] powerpc: do not send system reset request through the oops path Nicholas Piggin
  -- strict thread matches above, loose matches on Subject: below --
2017-07-05  3:56 [PATCH 0/3] sreset debugging improvements Nicholas Piggin

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