From: Nicholas Piggin <npiggin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/5] More NMI IPI enablement work
Date: Mon, 18 Sep 2017 18:27:01 +1000 [thread overview]
Message-ID: <20170918082706.6485-1-npiggin@gmail.com> (raw)
Hi,
Here is the NMI IPI enablement for powernv, which requires
supported firmware and hardware:
https://lists.ozlabs.org/pipermail/skiboot/2017-September/009111.html
And some preceeding patches that fix issues I ran into when
testing it.
Thanks,
Nick
Nicholas Piggin (5):
powerpc/watchdog: do not panic from locked CPU's IPI handler
powerpc/watchdog: do not backtrace locked CPUs twice if allcpus
backtrace is enabled
powerpc/watchdog: do not trigger SMP crash from touch_nmi_watchdog
powerpc/xmon: avoid tripping SMP hardlockup watchdog
powerpc/powernv: implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESET
arch/powerpc/include/asm/opal-api.h | 1 +
arch/powerpc/include/asm/opal.h | 2 ++
arch/powerpc/kernel/irq.c | 43 +++++++++++++++++++---
arch/powerpc/kernel/watchdog.c | 29 ++++++++-------
arch/powerpc/platforms/powernv/opal-wrappers.S | 1 +
arch/powerpc/platforms/powernv/powernv.h | 1 +
arch/powerpc/platforms/powernv/setup.c | 3 ++
arch/powerpc/platforms/powernv/smp.c | 50 ++++++++++++++++++++++++++
arch/powerpc/xmon/xmon.c | 17 ++++++---
9 files changed, 127 insertions(+), 20 deletions(-)
--
2.13.3
next reply other threads:[~2017-09-18 8:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-18 8:27 Nicholas Piggin [this message]
2017-09-18 8:27 ` [PATCH 1/5] powerpc/watchdog: do not panic from locked CPU's IPI handler Nicholas Piggin
2017-09-18 8:27 ` [PATCH 2/5] powerpc/watchdog: do not backtrace locked CPUs twice if allcpus backtrace is enabled Nicholas Piggin
2017-09-18 8:27 ` [PATCH 3/5] powerpc/watchdog: do not trigger SMP crash from touch_nmi_watchdog Nicholas Piggin
2017-09-18 8:27 ` [PATCH 4/5] powerpc/xmon: avoid tripping SMP hardlockup watchdog Nicholas Piggin
2017-09-18 8:27 ` [PATCH 5/5] powerpc/powernv: implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESET Nicholas Piggin
2017-09-21 11:10 ` [PATCH 0/5] More NMI IPI enablement work Michael Ellerman
2017-09-21 12:33 ` Nicholas Piggin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170918082706.6485-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).