From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932466AbdEVA6y (ORCPT ); Sun, 21 May 2017 20:58:54 -0400 Received: from ozlabs.org ([103.22.144.67]:51165 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932394AbdEVA6x (ORCPT ); Sun, 21 May 2017 20:58:53 -0400 From: Michael Ellerman To: John Stultz , lkml Cc: John Stultz , Thomas Gleixner , Ingo Molnar , Miroslav Lichvar , Richard Cochran , Prarit Bhargava , Marcelo Tosatti , Paul Mackerras , Anton Blanchard , Benjamin Herrenschmidt , Tony Luck , Fenghua Yu Subject: Re: [RFC][PATCH] time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD In-Reply-To: <1494613450-4713-1-git-send-email-john.stultz@linaro.org> References: <1494613450-4713-1-git-send-email-john.stultz@linaro.org> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Mon, 22 May 2017 10:58:50 +1000 Message-ID: <87y3tpso51.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org John Stultz writes: > CONFIG_GENERIC_TIME_VSYSCALL_OLD was introduced five years ago > to allow a transition from the old vsyscall implementations to > the new method (which simplified internal accounting and made > timekeeping more precise). I'm sure it's completely obvious to everyone except me what needs to be done, but can you spell it out for me? Keeping in mind that I don't know anything about the time keeping code. > However, PPC and IA64 have yet to make the transition, despite > in some cases me sending test patches to try to help it along. > > http://patches.linaro.org/patch/30501/ > http://patches.linaro.org/patch/35412/ I've never seen a PPC patch, did you send one? > If its helpful, my last pass at the patches can be found here: > https://git.linaro.org/people/john.stultz/linux.git dev/oldvsyscall-cleanup Looks like it's just a draft for PPC. Do you think that should work and it just needs testing? The comment about the vdso being "slightly behind" is a little concerning. cheers