All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicholas Piggin <npiggin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/2] fast interrupts fixes
Date: Tue, 22 Jun 2021 16:04:14 +1000	[thread overview]
Message-ID: <20210622060416.548187-1-npiggin@gmail.com> (raw)

These are a couple of improvements to the fast interrupt exits series
that fit after patch 4. The first patch is incremental to patch 4 and
should be folded in, the second could go anywhere in the series but I
based it on top.

I can rebase it or resend the series if needed.

Thanks,
Nick

Nicholas Piggin (2):
  powerpc/64s: Fix "avoid reloading (H)SRR registers if they are still
    valid"
  powerpc/64s/interrupt: Check and fix srr_valid without crashing

 arch/powerpc/include/asm/interrupt.h          |  2 +-
 arch/powerpc/include/asm/livepatch.h          |  2 +-
 arch/powerpc/include/asm/probes.h             |  4 +-
 arch/powerpc/include/asm/ptrace.h             |  2 +-
 arch/powerpc/kernel/hw_breakpoint.c           |  4 +-
 arch/powerpc/kernel/interrupt.c               | 58 +++++++++++++++++++
 arch/powerpc/kernel/kgdb.c                    |  8 +--
 arch/powerpc/kernel/kprobes-ftrace.c          |  2 +-
 arch/powerpc/kernel/kprobes.c                 | 13 +++--
 arch/powerpc/kernel/mce.c                     |  2 +-
 arch/powerpc/kernel/optprobes.c               |  2 +-
 arch/powerpc/kernel/process.c                 | 24 ++++----
 arch/powerpc/kernel/ptrace/ptrace-adv.c       | 20 ++++---
 arch/powerpc/kernel/ptrace/ptrace-noadv.c     | 14 ++---
 arch/powerpc/kernel/ptrace/ptrace-view.c      |  5 +-
 arch/powerpc/kernel/signal.c                  | 10 ++--
 arch/powerpc/kernel/signal_32.c               | 42 +++++++-------
 arch/powerpc/kernel/signal_64.c               | 35 +++++------
 arch/powerpc/kernel/traps.c                   | 24 ++++----
 arch/powerpc/kernel/uprobes.c                 |  4 +-
 arch/powerpc/lib/error-inject.c               |  2 +-
 arch/powerpc/lib/sstep.c                      | 17 +++---
 arch/powerpc/lib/test_emulate_step.c          |  1 +
 arch/powerpc/math-emu/math_efp.c              |  2 +-
 arch/powerpc/platforms/embedded6xx/holly.c    |  4 +-
 .../platforms/embedded6xx/mpc7448_hpc2.c      |  4 +-
 arch/powerpc/platforms/pasemi/idle.c          |  4 +-
 arch/powerpc/platforms/powernv/opal.c         |  2 +-
 arch/powerpc/platforms/pseries/ras.c          |  4 +-
 arch/powerpc/sysdev/fsl_rio.c                 |  4 +-
 arch/powerpc/xmon/xmon.c                      | 14 ++---
 31 files changed, 193 insertions(+), 142 deletions(-)

-- 
2.23.0


             reply	other threads:[~2021-06-22  6:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22  6:04 Nicholas Piggin [this message]
2021-06-22  6:04 ` [PATCH 1/2] powerpc/64s: Fix "avoid reloading (H)SRR registers if they are still valid" Nicholas Piggin
2021-06-22  6:04 ` [PATCH 2/2] powerpc/64s/interrupt: Check and fix srr_valid without crashing Nicholas Piggin
2021-06-22  6:47   ` Christophe Leroy
2021-06-22  8:54     ` Nicholas Piggin
2021-06-22  8:55       ` Christophe Leroy

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=20210622060416.548187-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.