From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: [PATCH] [RESEND 2] scsi: esas2r: use ktime_get_real_seconds() Date: Fri, 20 Apr 2018 19:34:04 -0400 Message-ID: References: <20180420160219.3560091-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20180420160219.3560091-1-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 20 Apr 2018 18:02:09 +0200") Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: Bradley Grove , "James E.J. Bottomley" , "Martin K. Petersen" , Christoph Hellwig , Tomas Henzl , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Arnd, > do_gettimeofday() is deprecated because of the y2038 overflow. Here, > we use the result to pass into a 32-bit field in the firmware, which > still risks an overflow, but if the firmware is written to expect > unsigned values, it can at least last until y2106, and there is not > much we can do about it. > > This changes do_gettimeofday() to ktime_get_real_seconds(), which at > least simplifies the code a bit, and avoids the deprecated > interface. I'm adding a comment about the overflow to document what > happens. Applied to 4.18/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering