Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:
"One fix for a crash/soft lockup on Power8, caused by the exception
rework we did in v5.7.

Thanks to Paul Menzel and Nicholas Piggin"

* tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/64s/exception: Fix 0x1500 interrupt handler crash

+1 -1
+1 -1
arch/powerpc/kernel/exceptions-64s.S
··· 2551 2551 INT_DEFINE_BEGIN(denorm_exception) 2552 2552 IVEC=0x1500 2553 2553 IHSRR=1 2554 - IBRANCH_COMMON=0 2554 + IBRANCH_TO_COMMON=0 2555 2555 IKVM_REAL=1 2556 2556 INT_DEFINE_END(denorm_exception) 2557 2557