Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix breakage of strace (and other ptracers etc.) when using the new scv ABI (Power9 or later with glibc >= 2.33). - Fix early_ioremap() on 64-bit, which broke booting on some machines. Thanks to Dmitry V. Levin, Nicholas Piggin, Alexey Kardashevskiy, and Christophe Leroy. * tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls powerpc: Fix early setup to make early_ioremap() work
No related branches found
No related tags found
Showing
- Documentation/powerpc/syscall64-abi.rst 10 additions, 0 deletionsDocumentation/powerpc/syscall64-abi.rst
- arch/powerpc/include/asm/ptrace.h 26 additions, 19 deletionsarch/powerpc/include/asm/ptrace.h
- arch/powerpc/include/asm/syscall.h 26 additions, 16 deletionsarch/powerpc/include/asm/syscall.h
- arch/powerpc/kernel/setup_64.c 2 additions, 2 deletionsarch/powerpc/kernel/setup_64.c
- tools/testing/selftests/seccomp/seccomp_bpf.c 18 additions, 9 deletionstools/testing/selftests/seccomp/seccomp_bpf.c
Please register or sign in to comment