From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753684AbcJKU27 (ORCPT ); Tue, 11 Oct 2016 16:28:59 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36184 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047AbcJKU24 (ORCPT ); Tue, 11 Oct 2016 16:28:56 -0400 To: Deepa Dinamani Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, y2038@lists.linaro.org, Hiral Patel , Suma Ramars , Brian Uchino , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org Subject: Re: [PATCH] fnic: Use time64_t to represent trace timestamps From: "Martin K. Petersen" Organization: Oracle Corporation References: <1475365694-8582-1-git-send-email-deepa.kernel@gmail.com> Date: Tue, 11 Oct 2016 16:28:35 -0400 In-Reply-To: <1475365694-8582-1-git-send-email-deepa.kernel@gmail.com> (Deepa Dinamani's message of "Sat, 1 Oct 2016 16:48:14 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Deepa" == Deepa Dinamani writes: Deepa> trace timestamps use struct timespec and CURRENT_TIME which are Deepa> not y2038 safe. These timestamps are only part of the trace log Deepa> on the machine and are not shared with the fnic. Replace then Deepa> with y2038 safe struct timespec64 and ktime_get_real_ts64(), Deepa> respectively. Applied to 4.10/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering