Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix unnecessary copy to 0 when kernel is booted at address 0 - Fix usercopy crash when dumping dtl via debugfs - Avoid possible crash when PCI hotplug races with error handling - Fix kexec crash caused by scv being disabled before other CPUs call-in - Fix powerpc selftests build with USERCFLAGS set Thanks to Anjali K, Ganesh Goudar, Gautam Menghani, Jinglin Wen, Nicholas Piggin, Sourabh Jain, Srikar Dronamraju, and Vishal Chourasia. * tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: selftests/powerpc: Fix build with USERCFLAGS set powerpc/pseries: Fix scv instruction crash with kexec powerpc/eeh: avoid possible crash when edev->pdev changes powerpc/pseries: Whitelist dtl slub object for copying to userspace powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0
Showing
- arch/powerpc/kernel/eeh_pe.c 5 additions, 2 deletionsarch/powerpc/kernel/eeh_pe.c
- arch/powerpc/kernel/head_64.S 3 additions, 2 deletionsarch/powerpc/kernel/head_64.S
- arch/powerpc/kexec/core_64.c 11 additions, 0 deletionsarch/powerpc/kexec/core_64.c
- arch/powerpc/platforms/pseries/kexec.c 0 additions, 8 deletionsarch/powerpc/platforms/pseries/kexec.c
- arch/powerpc/platforms/pseries/pseries.h 0 additions, 1 deletionarch/powerpc/platforms/pseries/pseries.h
- arch/powerpc/platforms/pseries/setup.c 2 additions, 3 deletionsarch/powerpc/platforms/pseries/setup.c
- tools/testing/selftests/powerpc/flags.mk 1 addition, 4 deletionstools/testing/selftests/powerpc/flags.mk
Please register or sign in to comment