kernel_optimize_test/arch
Arnd Bergmann c8ce48f065 asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t
based system calls any more, or define the syscall number macros.

Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all
existing 32-bit architectures using the generic system call table,
so we don't change any current behavior.
Since this symbol is evaluated in user space as well, we cannot use
a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.

On 64-bit architectures, the same system call numbers mostly refer to
the system calls we want to keep, as they already pass 64-bit time_t.

As new architectures no longer provide these, we need new exceptions
in checksyscalls.sh.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-02-19 21:27:32 +01:00
..
alpha y2038: add 64-bit time_t syscalls to all 32-bit architectures 2019-02-07 00:13:28 +01:00
arc asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
arm 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
arm64 asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
c6x asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
csky asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
h8300 asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
hexagon asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
ia64 y2038: add 64-bit time_t syscalls to all 32-bit architectures 2019-02-07 00:13:28 +01:00
m68k 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
microblaze 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
mips 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
nds32 asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
nios2 asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
openrisc asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
parisc 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
powerpc 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
riscv asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
s390 y2038: add 64-bit time_t syscalls to all 32-bit architectures 2019-02-07 00:13:28 +01:00
sh 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
sparc 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
um Merge branch 'akpm' (patches from Andrew) 2019-01-05 09:16:18 -08:00
unicore32 asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00
x86 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
xtensa 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00
.gitignore
Kconfig 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option 2019-02-19 10:10:05 +01:00