linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Nicholas Piggin <npiggin@gmail.com>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 0/5] More NMI IPI enablement work
Date: Thu, 21 Sep 2017 22:33:30 +1000	[thread overview]
Message-ID: <20170921223330.63f36695@roar.ozlabs.ibm.com> (raw)
In-Reply-To: <87vakcb93h.fsf@concordia.ellerman.id.au>

On Thu, 21 Sep 2017 21:10:42 +1000
Michael Ellerman <mpe@ellerman.id.au> wrote:

> Nicholas Piggin <npiggin@gmail.com> writes:
> 
> > 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.  
> 
> Are any of these critical such that I should pick them up for 4.14 or
> earlier?

Good point, yes. The hardlockup watchdog now does SMP cross-checking,
so it can blow up when you stay in xmon for about 10 seconds since the
new watchdog was merged. We want patches 3-4 for that.

Patch 1 is not really required, I only ran into it when I tried making
smp_send_stop use the NMI IPI, which we are not doing just yet. That
being said, the watchdog code is new, so probably doesn't hurt to put
in 4.14.

Patch 3 makes all-cpus backtraces a bit more concise. Less critical.

The system reset stuff I guess we'll want to backport for distros, so
4.14 might be reasonable not sure.

Actually patch 5 before you merge it I should remove the DD1
workaround too because we're not supporting that in OPAL anymore.

Thanks,
Nick

      reply	other threads:[~2017-09-21 12:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18  8:27 [PATCH 0/5] More NMI IPI enablement work Nicholas Piggin
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 [this message]

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=20170921223330.63f36695@roar.ozlabs.ibm.com \
    --to=npiggin@gmail.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    /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).