mbox series

[v2,0/2] powerpc: misc interrupt and context tracking

Message ID 20221014030729.2077151-1-npiggin@gmail.com (mailing list archive)
Headers show
Series powerpc: misc interrupt and context tracking | expand

Message

Nicholas Piggin Oct. 14, 2022, 3:07 a.m. UTC
These are several fixes for regressions and crash bugs. Since v1
I cut down the fixes to a minimum.

Thanks,
Nick

Nicholas Piggin (2):
  KVM: PPC: BookS PR-KVM and BookE do not support context tracking
  powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning

 arch/powerpc/kernel/exceptions-64e.S |  7 +++++++
 arch/powerpc/kernel/exceptions-64s.S |  7 +++++++
 arch/powerpc/kernel/interrupt.c      | 12 +++++++++---
 arch/powerpc/kvm/Kconfig             |  4 ++++
 4 files changed, 27 insertions(+), 3 deletions(-)

Comments

Michael Ellerman Oct. 28, 2022, 11:49 a.m. UTC | #1
On Fri, 14 Oct 2022 13:07:27 +1000, Nicholas Piggin wrote:
> These are several fixes for regressions and crash bugs. Since v1
> I cut down the fixes to a minimum.
> 
> Thanks,
> Nick
> 
> Nicholas Piggin (2):
>   KVM: PPC: BookS PR-KVM and BookE do not support context tracking
>   powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
> 
> [...]

Applied to powerpc/fixes.

[1/2] KVM: PPC: BookS PR-KVM and BookE do not support context tracking
      https://git.kernel.org/powerpc/c/e59b3399fde5e173b026d4952b215043e77b4521
[2/2] powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
      https://git.kernel.org/powerpc/c/a073672eb09670540e95a2a4aa1c46f5da74159f

cheers