Re: [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit

From: Geert Uytterhoeven
Date: Mon Jan 21 2019 - 03:56:51 EST


On Fri, Jan 18, 2019 at 5:21 PM Arnd Bergmann <arnd@xxxxxxxx> 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 <arnd@xxxxxxxx>

> arch/m68k/kernel/syscalls/syscall.tbl | 42 +++++------

For m68k:
Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>


Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

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