kernel_optimize_test/arch
Arnd Bergmann 8dabe7245b y2038: syscalls: rename y2038 compat syscalls
A lot of system calls that pass a time_t somewhere have an implementation
using a COMPAT_SYSCALL_DEFINEx() on 64-bit architectures, and have
been reworked so that this implementation can now be used on 32-bit
architectures as well.

The missing step is to redefine them using the regular SYSCALL_DEFINEx()
to get them out of the compat namespace and make it possible to build them
on 32-bit architectures.

Any system call that ends in 'time' gets a '32' suffix on its name for
that version, while the others get a '_time32' suffix, to distinguish
them from the normal version, which takes a 64-bit time argument in the
future.

In this step, only 64-bit architectures are changed, doing this rename
first lets us avoid touching the 32-bit architectures twice.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-02-07 00:13:27 +01:00
..
alpha timex: use __kernel_timex internally 2019-02-07 00:13:27 +01:00
arc arch: remove redundant UAPI generic-y defines 2019-01-06 10:22:15 +09:00
arm ipc: rename old-style shmctl/semctl/msgctl syscalls 2019-01-25 17:22:50 +01:00
arm64 y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
c6x arch: restore generic-y += shmparam.h for some architectures 2019-01-06 18:16:11 -08:00
csky csky: fixup compile error with CPU 810. 2019-01-10 04:37:37 -08:00
h8300 arch: restore generic-y += shmparam.h for some architectures 2019-01-06 18:16:11 -08:00
hexagon arch: restore generic-y += shmparam.h for some architectures 2019-01-06 18:16:11 -08:00
ia64 arch: add pkey and rseq syscall numbers everywhere 2019-01-25 17:22:50 +01:00
m68k arch: add pkey and rseq syscall numbers everywhere 2019-01-25 17:22:50 +01:00
microblaze ipc: rename old-style shmctl/semctl/msgctl syscalls 2019-01-25 17:22:50 +01:00
mips y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
nds32 arch: remove redundant UAPI generic-y defines 2019-01-06 10:22:15 +09:00
nios2 arch: remove redundant UAPI generic-y defines 2019-01-06 10:22:15 +09:00
openrisc arch/openrisc: Fix issues with access_ok() 2019-01-08 18:22:30 -08:00
parisc y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
powerpc y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
riscv Fix a handful of audit-related issue 2019-01-07 08:45:47 -08:00
s390 y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
sh arch: add pkey and rseq syscall numbers everywhere 2019-01-25 17:22:50 +01:00
sparc y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
um Merge branch 'akpm' (patches from Andrew) 2019-01-05 09:16:18 -08:00
unicore32 arch: restore generic-y += shmparam.h for some architectures 2019-01-06 18:16:11 -08:00
x86 y2038: syscalls: rename y2038 compat syscalls 2019-02-07 00:13:27 +01:00
xtensa syscalls: remove obsolete __IGNORE_ macros 2019-02-07 00:13:27 +01:00
.gitignore
Kconfig jump_label: move 'asm goto' support test to Kconfig 2019-01-06 09:46:51 +09:00