From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752509AbbKYQQh (ORCPT ); Wed, 25 Nov 2015 11:16:37 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:35822 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752015AbbKYQQf (ORCPT ); Wed, 25 Nov 2015 11:16:35 -0500 Date: Wed, 25 Nov 2015 16:16:33 +0000 From: Al Viro To: Arnd Bergmann Cc: linux-fsdevel@vger.kernel.org, Andrew Morton , Tina Ruchandani , y2038@lists.linaro.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, john.stultz@linaro.org Subject: Re: [PATCH] coredump: Use 64bit time for unix time of coredump Message-ID: <20151125161633.GR22011@ZenIV.linux.org.uk> References: <11690898.L9iAzJUgJU@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11690898.L9iAzJUgJU@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 25, 2015 at 04:22:25PM +0100, Arnd Bergmann wrote: > struct timeval on 32-bit systems will have its tv_sec > value overflow in year 2038 and beyond. > Use a 64 bit value to print time of the coredump in seconds. > ktime_get_real_seconds is chosen here for efficiency reasons. > > Suggested by: Arnd Bergmann > Signed-off-by: Tina Ruchandani > Signed-off-by: Arnd Bergmann > --- > I've had this patch in my queue for a while, and would like for > someone to pick it up into mainline. Applied.