Re: [PATCH] powerpc/64s/exception: Fix 0x1500 interrupt handler crash
From: Michael Ellerman <hidden>
Date: 2020-07-09 00:16:24
From: Michael Ellerman <hidden>
Date: 2020-07-09 00:16:24
On Wed, 8 Jul 2020 17:49:42 +1000, Nicholas Piggin wrote:
A typo caused the interrupt handler to branch immediately to the common
"unknown interrupt" handler and skip the special case test for denormal
cause.
This does not affect KVM softpatch handling (e.g., for POWER9 TM assist)
because the KVM test was moved to common code by commit 9600f261acaa
("powerpc/64s/exception: Move KVM test to common code") just before this
bug was introduced.
Applied to powerpc/fixes.
[1/1] powerpc/64s/exception: Fix 0x1500 interrupt handler crash
https://git.kernel.org/powerpc/c/4557ac6b344b8cdf948ff8b007e8e1de34832f2e
cheers