From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751349AbeAVDeg (ORCPT ); Sun, 21 Jan 2018 22:34:36 -0500 Received: from ozlabs.org ([103.22.144.67]:43745 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbeAVDe3 (ORCPT ); Sun, 21 Jan 2018 22:34:29 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: cef37ac119b1abffcb41a9a706792968676ea106 In-Reply-To: <20180116170053.2557047-1-arnd@arndb.de> To: Arnd Bergmann , Jeremy Kerr , Arnd Bergmann , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: Andrew Morton , linuxppc-dev@lists.ozlabs.org, Al Viro , linux-kernel@vger.kernel.org Subject: Re: [RESEND] spufs: use timespec64 for timestamps Message-Id: <3zPxr24b0Yz9sP9@ozlabs.org> Date: Mon, 22 Jan 2018 14:34:25 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-01-16 at 17:00:35 UTC, Arnd Bergmann wrote: > The switch log prints the tv_sec portion of timespec as a 32-bit > number, while overflows in 2106. It also uses the timespec type, > which is safe on 64-bit architectures, but deprecated because > it causes overflows in 2038 elsewhere. > > This changes it to timespec64 and printing a 64-bit number for > consistency. > > Signed-off-by: Arnd Bergmann > Acked-by: Jeremy Kerr Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cef37ac119b1abffcb41a9a7067929 cheers