Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Reinstate support for little endian ELFv1 binaries, which it turns out still exist in the wild. - Revert a change which used asm goto for WARN_ON/__WARN_FLAGS, as it lead to dead code generation and seemed to trigger compiler bugs in some edge cases. - Fix a deadlock in the pseries VAS code, between live migration and the driver's mmap handler. - Disable KCOV instrumentation in the powerpc KASAN code. Thanks to Andrew Donnellan, Benjamin Gray, Christophe Leroy, Haren Myneni, Russell Currey, and Uwe Kleine-König. * tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" powerpc/kasan: Disable KCOV in KASAN code powerpc/512x: lpbfifo: Convert to platform remove callback returning void powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto" powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close
No related branches found
No related tags found
Showing
- arch/powerpc/crypto/.gitignore 3 additions, 0 deletionsarch/powerpc/crypto/.gitignore
- arch/powerpc/include/asm/bug.h 13 additions, 56 deletionsarch/powerpc/include/asm/bug.h
- arch/powerpc/include/asm/elf.h 0 additions, 6 deletionsarch/powerpc/include/asm/elf.h
- arch/powerpc/include/asm/thread_info.h 1 addition, 5 deletionsarch/powerpc/include/asm/thread_info.h
- arch/powerpc/kernel/traps.c 2 additions, 7 deletionsarch/powerpc/kernel/traps.c
- arch/powerpc/mm/kasan/Makefile 1 addition, 0 deletionsarch/powerpc/mm/kasan/Makefile
- arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 2 additions, 4 deletionsarch/powerpc/platforms/512x/mpc512x_lpbfifo.c
- arch/powerpc/platforms/pseries/vas.c 7 additions, 2 deletionsarch/powerpc/platforms/pseries/vas.c
Loading
Please register or sign in to comment