Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp63564imm; Tue, 19 Jun 2018 16:01:20 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIg6yYD+A8IhIcO/6RMmDToCR6eE02apKmjgikykrmopSaqwzKMhmgTPF6+uxKnUH37ly62 X-Received: by 2002:a17:902:46e:: with SMTP id 101-v6mr21241603ple.39.1529449280261; Tue, 19 Jun 2018 16:01:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529449280; cv=none; d=google.com; s=arc-20160816; b=JfCOM8jCJvIdi5tQxFhYGhMsQCpDmG9TLguzAmH1FepLO6NEv+vLTSRQpcUPS6RpKL AsKoA2FkChCPt+TQignK3Nu9xDmpb+LefePlQCrXsoLH4I8VOurwGyD+1zoH2dS43sBH SimZTM3LWbbE+k8btO0X9xISU+6kjayL/jjJmKAY5ij93W9HC71dEoGZ9aVvMEegyXxi iLKfqDl09NdSNNSCxrVJuqImCnWdoBXWF16+hffe8Py/2T04BWk7aJi6ncBGaWO4UdYB gyLhjebGo00r0gaPz2nvALrQXVXHcSj3hky7K9zcImcUgu/lvYxjh8lBaoOROrFSmrbD 4O6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=A2zE2/xLy4N8dw1cASDmRy1T+KgFmvEt0t+tOVw3xns=; b=BPZXJIuZMqfvIoP+wuBtDo7UfLUYKSh5GnpppRw+8o7DO07xHjCFlmPkucBBMyRQxI iO519zYOveRb/5bA7ii04+TjCjee25WbmoItynJVfc/9RbF7ao+UHdlwxwRvVWihNXMY LTIvCGJAiDxJ731QFLd4tfIWofgKmojao5XR0pE/jZdElCN2nwpTlBC/flU33qX5jj98 aHivd1p3Z6MvCpgNR2ChFNURRqvSwJl1+wTZKv/28MSjkL42GeQnPfL+GTYr1k64RLHB JrtF2SG9UBfmb4xBZbPiYGz93gFn5lZtIl5AEXGyzqTMUy/ZuBxXflcbb4jG39LBpAdZ m7EA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33-v6si717698plk.299.2018.06.19.16.01.06; Tue, 19 Jun 2018 16:01:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754161AbeFSXAW (ORCPT + 99 others); Tue, 19 Jun 2018 19:00:22 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:49620 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbeFSXAU (ORCPT ); Tue, 19 Jun 2018 19:00:20 -0400 Received: from localhost (unknown [61.102.160.116]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 0DB1E1438D2B2; Tue, 19 Jun 2018 16:00:17 -0700 (PDT) Date: Wed, 20 Jun 2018 08:00:16 +0900 (KST) Message-Id: <20180620.080016.110926650123819013.davem@davemloft.net> To: arnd@arndb.de Cc: richardcochran@gmail.com, yangbo.lu@nxp.com, y2038@lists.linaro.org, fabio.estevam@nxp.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64() From: David Miller In-Reply-To: <20180618142109.3445025-1-arnd@arndb.de> References: <20180618142109.3445025-1-arnd@arndb.de> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 19 Jun 2018 16:00:19 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann Date: Mon, 18 Jun 2018 16:20:39 +0200 > getnstimeofday64() is deprecated and getting replaced throughout > the kernel with ktime_get_*() based helpers for a more consistent > interface. > > The two functions do the exact same thing, so this is just > a cosmetic change. > > Signed-off-by: Arnd Bergmann Applied.