Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix an endian thinko in the asm-generic compat_arg_u64() which led to syscall arguments being swapped for some compat syscalls. - Fix syscall wrapper handling of syscalls with 64-bit arguments on 32-bit kernels, which led to syscall arguments being misplaced. - A build fix for amdgpu on Book3E with AltiVec disabled. Thanks to Andreas Schwab, Christian Zigotzky, and Arnd Bergmann. * tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/32: Select ARCH_SPLIT_ARG64 powerpc/32: fix syscall wrappers with 64-bit arguments asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual() powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec
No related branches found
No related tags found
Showing
- arch/powerpc/Kconfig 2 additions, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/include/asm/syscalls.h 7 additions, 0 deletionsarch/powerpc/include/asm/syscalls.h
- arch/powerpc/kernel/sys_ppc32.c 12 additions, 1 deletionarch/powerpc/kernel/sys_ppc32.c
- arch/powerpc/kernel/syscalls/syscall.tbl 5 additions, 2 deletionsarch/powerpc/kernel/syscalls/syscall.tbl
- include/asm-generic/compat.h 1 addition, 1 deletioninclude/asm-generic/compat.h
Loading
Please register or sign in to comment