Re: [PATCH 4/8] asm-generic: Make time32 syscall numbers optional
From: Arnd Bergmann <arnd@arndb.de>
Date: 2019-02-19 20:29:24
Also in:
linux-arch, linux-arm-kernel, linux-riscv, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2019-02-19 20:29:24
Also in:
linux-arch, linux-arm-kernel, linux-riscv, lkml
On Tue, Feb 19, 2019 at 9:06 PM Geert Uytterhoeven [off-list ref] wrote:
Hi Arnd, On Tue, Feb 19, 2019 at 3:34 AM Arnd Bergmann [off-list ref] wrote:quoted
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 so we don't change any current behavior.... (only) 32-bit architectures using the generic syscall list, right?
Correct, I've added a clarification in the commit text in my git tree now,
thanks for the proofreading!
Arnd