From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755481AbcFQVyU (ORCPT ); Fri, 17 Jun 2016 17:54:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbcFQVyT (ORCPT ); Fri, 17 Jun 2016 17:54:19 -0400 From: Jeff Moyer To: Jens Axboe Cc: Steven Rostedt , Arnd Bergmann , Ingo Molnar , y2038@lists.linaro.org, Hannes Reinecke , Mike Christie , Shaohua Li , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] blktrace: avoid using timespec References: <20160617145849.3771756-1-arnd@arndb.de> <20160617113648.69448c9f@gandalf.local.home> <57646E09.9080408@kernel.dk> X-PGP-KeyID: 1F78E1B4 X-PGP-CertKey: F6FE 280D 8293 F72C 65FD 5A58 1FF8 A7CA 1F78 E1B4 X-PCLoadLetter: What the f**k does that mean? Date: Fri, 17 Jun 2016 17:54:16 -0400 In-Reply-To: <57646E09.9080408@kernel.dk> (Jens Axboe's message of "Fri, 17 Jun 2016 23:39:21 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 17 Jun 2016 21:54:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jens Axboe writes: > On 06/17/2016 05:36 PM, Steven Rostedt wrote: >> >> Jens, >> >> You want to take this, or do you want me to? > > I'll add it to my 4.8 tree, thanks Arnd. + /* need to check user space to see if this breaks in y2038 or y2106 */ Userspace just uses it to print the timestamp, right? So do we need the comment? -Jeff