linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] powerpc: misc interrupt and context tracking fixes
@ 2022-10-06 14:04 Nicholas Piggin
  2022-10-06 14:04 ` [PATCH 1/4] KVM: PPC: BookS PR-KVM and BookE do not support context tracking Nicholas Piggin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nicholas Piggin @ 2022-10-06 14:04 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin

These are several fixes for regressions and bugs that can crash
the host.

Thanks,
Nick

Nicholas Piggin (4):
  KVM: PPC: BookS PR-KVM and BookE do not support context tracking
  powerpc/64s/interrupt: Perf NMI should not take normal exit path
  powerpc/64e/interrupt: Prevent NMI PMI causing a dangerous warning
  powerpc/64: Fix perf profiling asynchronous interrupt handlers

 arch/powerpc/include/asm/hw_irq.h    | 41 ++++++++++++++++++++--------
 arch/powerpc/kernel/dbell.c          |  2 +-
 arch/powerpc/kernel/exceptions-64e.S |  7 +++++
 arch/powerpc/kernel/exceptions-64s.S | 14 +++++++++-
 arch/powerpc/kernel/interrupt.c      | 13 +++++++--
 arch/powerpc/kernel/irq.c            |  2 +-
 arch/powerpc/kernel/time.c           |  2 +-
 arch/powerpc/kernel/traps.c          |  2 --
 arch/powerpc/kvm/Kconfig             |  4 +++
 9 files changed, 66 insertions(+), 21 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-10-28 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 14:04 [PATCH 0/4] powerpc: misc interrupt and context tracking fixes Nicholas Piggin
2022-10-06 14:04 ` [PATCH 1/4] KVM: PPC: BookS PR-KVM and BookE do not support context tracking Nicholas Piggin
2022-10-06 14:04 ` [PATCH 2/4] powerpc/64s/interrupt: Perf NMI should not take normal exit path Nicholas Piggin
2022-10-06 14:04 ` [PATCH 3/4] powerpc/64e/interrupt: Prevent NMI PMI causing a dangerous warning Nicholas Piggin
2022-10-06 14:04 ` [PATCH 4/4] powerpc/64: Fix perf profiling asynchronous interrupt handlers Nicholas Piggin
2022-10-28 11:49 ` (subset) [PATCH 0/4] powerpc: misc interrupt and context tracking fixes Michael Ellerman

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