-
Nicholas Piggin authored
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 9600f261 ("powerpc/64s/exception: Move KVM test to common code") just before this bug was introduced. Fixes: 3f7fbd97 ("powerpc/64s/exception: Clean up SRR specifiers") Reported-by:
Paul Menzel <[email protected]> Signed-off-by:
Nicholas Piggin <[email protected]> Tested-by:
Paul Menzel <[email protected]> [mpe: Split selftest into a separate patch] Signed-off-by:
Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
4557ac6b
Loading