Merge tag 'y2038-syscall-abi' of...
Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 Pull additional syscall ABI cleanup for y2038 from Arnd Bergmann: This is a follow-up to the y2038 syscall patches already merged in the tip tree. As the final 32-bit RISC-V syscall ABI is still being decided on, this is the last chance to make a few corrections to leave out interfaces based on 32-bit time_t along with the old off_t and rlimit types. The series achieves this in a few steps: - A couple of bug fixes for minor regressions I introduced in the original series - A couple of older patches from Yury Norov that I had never merged in the past, these fix up the openat/open_by_handle_at and getrlimit/setrlimit syscalls to disallow the old versions of off_t and rlimit. - Hiding the deprecated system calls behind an #ifdef in include/uapi/asm-generic/unistd.h - Change arch/riscv to drop all these ABIs. Originally, the plan was to also leave these out on C-Sky, but that now has a glibc port that uses the older interfaces, so we need to leave them in place.
Showing
- arch/Kconfig 10 additions, 0 deletionsarch/Kconfig
- arch/arc/Kconfig 1 addition, 0 deletionsarch/arc/Kconfig
- arch/arc/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/arc/include/uapi/asm/unistd.h
- arch/arm/Kconfig 1 addition, 0 deletionsarch/arm/Kconfig
- arch/arm64/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/arm64/include/uapi/asm/unistd.h
- arch/c6x/Kconfig 1 addition, 0 deletionsarch/c6x/Kconfig
- arch/c6x/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/c6x/include/uapi/asm/unistd.h
- arch/csky/Kconfig 1 addition, 0 deletionsarch/csky/Kconfig
- arch/csky/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/csky/include/uapi/asm/unistd.h
- arch/h8300/Kconfig 1 addition, 0 deletionsarch/h8300/Kconfig
- arch/h8300/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/h8300/include/uapi/asm/unistd.h
- arch/hexagon/Kconfig 1 addition, 0 deletionsarch/hexagon/Kconfig
- arch/hexagon/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/hexagon/include/uapi/asm/unistd.h
- arch/m68k/Kconfig 1 addition, 0 deletionsarch/m68k/Kconfig
- arch/microblaze/Kconfig 1 addition, 0 deletionsarch/microblaze/Kconfig
- arch/mips/Kconfig 1 addition, 0 deletionsarch/mips/Kconfig
- arch/nds32/Kconfig 1 addition, 0 deletionsarch/nds32/Kconfig
- arch/nds32/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/nds32/include/uapi/asm/unistd.h
- arch/nios2/Kconfig 1 addition, 0 deletionsarch/nios2/Kconfig
- arch/nios2/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/nios2/include/uapi/asm/unistd.h
Loading
Please register or sign in to comment