From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit Date: Mon, 21 Jan 2019 09:56:02 +0100 Message-ID: References: <20190118161835.2259170-1-arnd@arndb.de> <20190118161835.2259170-27-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190118161835.2259170-27-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: y2038 Mailman List , Linux API , Linux Kernel Mailing List , Linux-Arch , Matt Turner , Russell King , Catalin Marinas , Will Deacon , Tony Luck , Fenghua Yu , Michal Simek , Paul Burton , Helge Deller , Benjamin Herrenschmidt , Michael Ellerman , Martin Schwidefsky , Heiko Carstens , Rich Felker , "David S. Miller" List-Id: linux-api@vger.kernel.org On Fri, Jan 18, 2019 at 5:21 PM Arnd Bergmann wrote: > This is the big flip, where all 32-bit architectures set COMPAT_32BIT_TIME > abd use the _time32 system calls from the former compat layer instead > of the system calls that take __kernel_timespec and similar arguments. > > The temporary redirects for __kernel_timespec, __kernel_itimerspec > and __kernel_timex can get removed with this. > > It would be easy to split this commit by architecture, but with the new > generated system call tables, it's easy enough to do it all at once, > which makes it a little easier to check that the changes are the same > in each table. > > Signed-off-by: Arnd Bergmann > arch/m68k/kernel/syscalls/syscall.tbl | 42 +++++------ For m68k: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds