]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARN
authorNicholas Piggin <npiggin@gmail.com>
Tue, 4 Oct 2022 05:11:56 +0000 (15:11 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Oct 2022 12:16:20 +0000 (23:16 +1100)
commitb70d030b321f65e3ff4cbc824f9a3135640c8cd8
treee04e918f164c9c10b3271100cc7030d1d5e8a812
parent0810ee7f0718eb3610e4cd337ed58b9788e00c82
powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARN

This new assertion added is generally harmless and gets fixed up
naturally, but it does indicate a problem with MSR manipulation
somewhere.

Fixes: b3b9ea137dc0 ("powerpc/64s/interrupt: masked handler debug check for previous hard disable")
Reported-by: Sachin Sant <sachinp@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Tested-by: Sachin Sant <sachinp@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221004051157.308999-1-npiggin@gmail.com
arch/powerpc/kernel/exceptions-64s.S