Merge tag 'powerpc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix an off-by-one bug in our alternative asm patching which leads to incorrectly patched code. This bug lay dormant for nearly 10 years but we finally hit it due to a recent change. - Fix lockups when running KVM guests on Power8 due to a missing check when a thread that's running KVM comes out of idle. - Fix an out-of-spec behaviour in the XIVE code (P9 interrupt controller). - Fix EEH handling of bridge MMIO windows. - Prevent crashes in our RFI fallback flush handler if firmware didn't tell us the size of the L1 cache (only seen on simulators). Thanks to: Benjamin Herrenschmidt, Madhavan Srinivasan, Michael Neuling. * tag 'powerpc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/kvm: Fix lockups when running KVM guests on Power8 powerpc/eeh: Fix enabling bridge MMIO windows powerpc/xive: Fix trying to "push" an already active pool VP powerpc/64s: Default l1d_size to 64K in RFI fallback flush powerpc/lib: Fix off-by-one in alternate feature patching
No related branches found
No related tags found
Showing
- arch/powerpc/kernel/eeh_pe.c 2 additions, 1 deletionarch/powerpc/kernel/eeh_pe.c
- arch/powerpc/kernel/idle_book3s.S 2 additions, 2 deletionsarch/powerpc/kernel/idle_book3s.S
- arch/powerpc/kernel/setup_64.c 11 additions, 0 deletionsarch/powerpc/kernel/setup_64.c
- arch/powerpc/lib/feature-fixups.c 1 addition, 1 deletionarch/powerpc/lib/feature-fixups.c
- arch/powerpc/sysdev/xive/native.c 4 additions, 0 deletionsarch/powerpc/sysdev/xive/native.c
Please register or sign in to comment