From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [Y2038] [PATCH 04/11] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure Date: Wed, 22 Apr 2015 17:37:46 +0200 Message-ID: <2593711.uvCiD7pHri@wuerfel> References: <1429509459-17068-1-git-send-email-baolin.wang@linaro.org> <2500914.bVUENZ0dAZ@wuerfel> <20150422145432.GA31405@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20150422145432.GA31405@localhost.localdomain> Sender: linux-arch-owner@vger.kernel.org List-Archive: List-Post: To: Richard Cochran Cc: y2038@lists.linaro.org, pang.xunlei@linaro.org, Peter Zijlstra , Benjamin Herrenschmidt , Heiko Carstens , Paul Mackerras , cl@linux.com, Ingo Molnar , heenasirwani@gmail.com, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, mpe@ellerman.id.au, rafael.j.wysocki@intel.com, ahh@google.com, Frederic Weisbecker , "Paul E. McKenney" , pjt@google.com, riel@redhat.com, Martin Schwidefsky , John Stultz , Thomas Gleixner , rth@twiddle.net, Baolin Wang , gregkh@linuxfoundation.org, LKML , netdev@vger.kernel.org, Tejun Heo , linux390@de.ibm.com, linuxppc-dev@lists.ozlabs.org List-ID: On Wednesday 22 April 2015 16:54:32 Richard Cochran wrote: > On Wed, Apr 22, 2015 at 03:50:45PM +0200, Arnd Bergmann wrote: > > time, stime, gettimeofday, settimeofday, adjtimex, nanosleep, > > getitimer, setitimer: > > all deprecated => wontfix > > If adjtimex is deprecated, what will replace it? It is really > important for ntp. clock_adjtime(). Basically all all the basic time related syscalls are superceded by the clock_* calls that can take a clockid argument. Arnd