From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [RFC PATCH v2 08/11] time: Convert xen_read_wallclock() to use timespec64 Date: Thu, 30 Oct 2014 11:30:33 +0000 Message-ID: <54522159.8070204@citrix.com> References: <1414667745-7703-1-git-send-email-pang.xunlei@linaro.org> <1414667745-7703-9-git-send-email-pang.xunlei@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xjnw6-0004v2-Jr for xen-devel@lists.xenproject.org; Thu, 30 Oct 2014 11:30:38 +0000 In-Reply-To: <1414667745-7703-9-git-send-email-pang.xunlei@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "pang.xunlei" , linux-kernel@vger.kernel.org Cc: Alessandro Zummo , rtc-linux@googlegroups.com, Stefano Stabellini , John Stultz , xen-devel@lists.xenproject.org, Thomas Gleixner List-Id: xen-devel@lists.xenproject.org On 30/10/14 11:15, pang.xunlei wrote: > As part of addressing 2038 safety for in-kernel uses, this patch > creates no functional change, converts xen_read_wallclock() to > use timespec64 instead of timespec. Acked-by: David Vrabel But I do think all the TODOs for things that are fixed by later patches in the series aren't necessary. David