Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4745777imm; Sun, 22 Jul 2018 05:00:35 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfQY/dZsay/qWbbCk/zi/w49TeJjwmmjgq1DVaVXjmJQb3c1ThBdOcdw+0uNEeQ8iWfHsJV X-Received: by 2002:a63:b256:: with SMTP id t22-v6mr8666296pgo.101.1532260835096; Sun, 22 Jul 2018 05:00:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532260835; cv=none; d=google.com; s=arc-20160816; b=G+sLZVwVNmamKXE1oKumKE3i7VD9hXmqUTQJwqzUcpRWBjWgJFbkj//Knm3Kif53IZ IAz8Tp2CEab9IzNcCJdpyhaL3+0vnzflC+A0wvqTt8ydz1kVq42Wv3y0WKjFGCajHI5X k1WzGqrokpalXWVXWYrjZ9tpuaOl5VRJTOI6ULqO38Mtcsrutape2Vncxp22gU6v16MO 72IItuqIiuMwEl8CPuZ+Vo5bGOhhHLDLeha1ZONX3NCrGtpCkOTVjpbo6m5aRlEuRIJA O4A2iEnWzelr6oSK6/KHWL6iiPj7BhJt2AfJ4ps4uO+nzhASxWGwA3QwwG8gQZDzN0y+ B0gw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date:arc-authentication-results; bh=9RThvdLeFxaZ22YBUtCfwB38dVnmCrO4n21OEq9RdMs=; b=Cyr9kViUGnaGuw84sSk/0NfUIjngVsy8Ks1fPefmSp/hBmRqGpGBkUBd0VxQXDODDK SxG+uyikXHV+J5rk8Bmh/p2mXxg/T14OT/latCaEdBDw59+6PwzNGgjqk75dOwtMUht0 /gWJ6fCpitIsYA6wk1zcc9vOZItB36X+vSHClzuBcoC+tTRenApgtxembydj2RuqJaM9 4//VVwsdjXK2T1AAW+NjxRR81xMDM88ISvuNHmd4s9+pxhMQodTc1G8nksc7fe73e+jq gE/JR3uyKRq1c6HfaSYZ6uxZ9W37xyidPirOeolL0LFV/qbKVwysFUumurEDJSWwKUJv XiXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f32-v6si5948163pgb.506.2018.07.22.04.59.57; Sun, 22 Jul 2018 05:00:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728203AbeGVMwd (ORCPT + 99 others); Sun, 22 Jul 2018 08:52:33 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:34594 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727994AbeGVMwd (ORCPT ); Sun, 22 Jul 2018 08:52:33 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 1B41822C16; Sun, 22 Jul 2018 07:56:01 -0400 (EDT) Date: Sun, 22 Jul 2018 21:56:07 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: Arnd Bergmann , Paul Mackerras , Michael Ellerman , Joshua Thompson , Mathieu Malaterre , Benjamin Herrenschmidt , Greg Ungerer , linux-m68k , linuxppc-dev , Linux Kernel Mailing List , y2038 Mailman List , Meelis Roos , Andreas Schwab Subject: Re: [PATCH 2/3] [v2] m68k: mac: use time64_t in RTC handling In-Reply-To: Message-ID: References: <20180619140229.3615110-1-arnd@arndb.de> <20180619140229.3615110-2-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Jul 2018, I wrote: > On Wed, 18 Jul 2018, Arnd Bergmann wrote: > > > I'd suggest we do it like below to make it consistent with the rest > > again, using the 1904..2040 range of dates and no warning for invalid > > dates. > > > > If you agree, I'll send that as a proper patch. > > > > Geert may instead wish to fixup or revert the patch he has committed > already... Geert, how do you want to handle this? Do you want a fixup patch or a v3 patch with the WARN_ON and the other two issues addressed? I'm willing to send either one if Arnd is okay with that. I'd really like to resolve this before the merge window opens, since my PMU patch series is affected. --