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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 D1BCBC5ACD3 for ; Fri, 18 Jan 2019 17:14:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ADF592086D for ; Fri, 18 Jan 2019 17:14:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728439AbfARROw (ORCPT ); Fri, 18 Jan 2019 12:14:52 -0500 Received: from mail-qk1-f194.google.com ([209.85.222.194]:36022 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727986AbfARROv (ORCPT ); Fri, 18 Jan 2019 12:14:51 -0500 Received: by mail-qk1-f194.google.com with SMTP id o125so8465175qkf.3; Fri, 18 Jan 2019 09:14:50 -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=cM6Ct6RNNXTziZEbUSSe56myHuH3NS1roB2yrpi3ejY=; b=b4hmzZrSqTo83uQbV1cw3TwQ8sG4zLm9cH3DbGueMW5YR7PG1tKkjf9bntVC9hoC+P nIUDpuYJp5xaHTnAoIY99ITinIWaZOYuFRIh9miXdLiNPj9TtmsF1QUUE6yjIGR3E+0+ 752KuxfxqBWV9gapXXssOhugThp6KVC7ueoylPJ4o6cFQAhbHoEVlt3AeHJASFqVAWdT xbbeON+ILVtJwwozSxoMGkwjFNaFynN67iaQC49tJlkNFZRTTxnyTAnNb5nVdl7dL7X6 UyqwC37DjATpiItosXgz3EGI+hVddTusaWtUE5mDlh0zrAPlPWFYzHsV+dQJuN9tUAeJ fv1w== X-Gm-Message-State: AJcUukdL3RtRDY3mzEj7cxG6ICjiNuWOBfiK8DJgnYyzr4AzmTSnkc3x okIAgWH2ZLnW4yoX0SMH6bdXaSPWVu8MN9x7TkU= X-Google-Smtp-Source: ALg8bN6YuxAZx88mWjLK6OJGww6yso8mTxW2uQ+U16+TTtpFWJaRgawaUEpqTv2Trum/q/Wu6cLlwpnMJ3TVNfmaobA= X-Received: by 2002:ae9:d8c2:: with SMTP id u185mr15079174qkf.107.1547831689678; Fri, 18 Jan 2019 09:14:49 -0800 (PST) MIME-Version: 1.0 References: <20190118161835.2259170-1-arnd@arndb.de> In-Reply-To: From: Arnd Bergmann Date: Fri, 18 Jan 2019 18:14:33 +0100 Message-ID: Subject: Re: [PATCH v2 00/29] y2038: add time64 syscalls To: Dennis Clarke Cc: y2038 Mailman List , Linux API , Linux Kernel Mailing List , linux-arch , Matt Turner , Russell King - ARM Linux , Catalin Marinas , Will Deacon , Tony Luck , Fenghua Yu , Geert Uytterhoeven , Michal Simek , Paul Burton , Helge Deller , Benjamin Herrenschmidt , Michael Ellerman , Martin Schwidefsky , Heiko Carstens , Rich Felker , David 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 , Networking , Linux FS-devel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Fri, Jan 18, 2019 at 5:57 PM Dennis Clarke wrote: > > On 1/18/19 11:18 AM, Arnd Bergmann wrote: > > This is a minor update of the patches I posted last week, I > > would like to add this into linux-next now, but would still do > > changes if there are concerns about the contents. The first > > version did not see a lot of replies, which could mean that > > either everyone is happy with it, or that it was largely ignored. > > > > See also the article at https://lwn.net/Articles/776435/. > > I would be happy to read "Approaching the kernel year-2038 end game" > however it is behind a pay wall. Perhaps it may be best to just > host interesting articles about open source idea elsewhere. It's a short summary of the current state. You can also find a video and slides from my ELC presentation online for a little more context. Generally speaking, I'd recommend paying for the subscription to lwn.net to anyone interested in the kernel, but it should become visible to everyone with the next day (a week after the initial publication). In the meantime, you can find the article at https://lwn.net/SubscriberLink/776435/a59d93d01d1addfc/. Finally, I've made a list of the remaining work that Deepa and I are planning to still continue (this should be mostly complete but may be missing a few things): syscalls - merge big series for 5.1, to allow time64 syscalls - waitid/wait4/getrusage should get a replacement based on __kernel_timespec - getitimer/setitimer should probably follow getrusage - vdso, waiting for consolidation series from Vincenzo Frascino before adding time64 entry points file systems - range checks on timestamps - xfs - NFS - hfs/hfsplus - coda - hostfs - relatime_need_update drivers - media - alsa - sockets - af_packet - ppp ioctl - rtc ioctl - omap3isp core kernel - fix ELF core files (elfcore.h) - syscall Audit code (kernel/audit.c, kernel/auditsc.c) - make all time32 code conditional - remove include/linux/timekeeping32.h - remove compat_time* from time32.h - remove timeval - remove timespec - remove time_t Arnd