From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1B57C282F6 for ; Mon, 21 Jan 2019 08:56:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CBCBB2084A for ; Mon, 21 Jan 2019 08:56:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729844AbfAUI4T (ORCPT ); Mon, 21 Jan 2019 03:56:19 -0500 Received: from mail-vs1-f67.google.com ([209.85.217.67]:33785 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729453AbfAUI4S (ORCPT ); Mon, 21 Jan 2019 03:56:18 -0500 Received: by mail-vs1-f67.google.com with SMTP id p74so12182062vsc.0; Mon, 21 Jan 2019 00:56:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=E/6v0ZVPaXQi5FWJ19dLuHcLgd/E9ZECv5IjLmf6PoI=; b=EyAzTbPENUpPmTYgJxaA1sXp7UQHbKfwqLjssiVYRmV6kNSCGAT9BG/JsSu5+RIxmy H9r4grTvIlZatxclZAGLWfkcrB+qY0TWen9dm+LUXI15aisNr8iFt2MPUfbstKCGHx1l e9kmDE4G29S90ispupcoxwnoQ/+W9J4tIyLFQd4CIJs5p3DJ8vR+mf6218hPExefSlAa pbT+I04ocE0trQ2YFzGQ8Mzp5XnYV6gDcq4tOz83gZVOcsX+ZKSDI+fDxhAy7dcUtCby O45ML/nX9aTj7ewUxjMnvODnVSYJGq4/70tFFd4qrbJRyarnlMCP7uQObSJWsXNZh3qP UDqQ== X-Gm-Message-State: AJcUukdObH7NbWqu2LTNEGUl3d+7V8JwkmhidtHkHmiIiAXvvq5RY6EP t+wrENt6kUytwxj7JF/ttgWEdzcd/zAXe7D8KQU= X-Google-Smtp-Source: ALg8bN6mqPPGjY0mRgSzvQIVAiUYVEkzmmA1fTVJs4P5AJXGDwVjqnqovDI8HCxNMByb80ziNpDqZXxAv1iGgV8yZxk= X-Received: by 2002:a67:3885:: with SMTP id n5mr10358537vsi.96.1548060976721; Mon, 21 Jan 2019 00:56:16 -0800 (PST) MIME-Version: 1.0 References: <20190118161835.2259170-1-arnd@arndb.de> <20190118161835.2259170-27-arnd@arndb.de> In-Reply-To: <20190118161835.2259170-27-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 21 Jan 2019 09:56:02 +0100 Message-ID: Subject: Re: [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit 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" , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "the arch/x86 maintainers" , Max Filippov , Andrew Morton , Deepa Dinamani , "Eric W. Biederman" , Firoz Khan , alpha , Linux ARM , "linux-ia64@vger.kernel.org" , linux-m68k , linux-mips@vger.kernel.org, Parisc List , linuxppc-dev , linux-s390 , Linux-sh list , sparclinux , netdev , Linux FS Devel Content-Type: text/plain; charset="UTF-8" Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@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