From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751154AbdFUGPj (ORCPT ); Wed, 21 Jun 2017 02:15:39 -0400 Received: from ozlabs.org ([103.22.144.67]:50155 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbdFUGPi (ORCPT ); Wed, 21 Jun 2017 02:15:38 -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: [PATCH 2/4] time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD In-Reply-To: <1498022493-20292-3-git-send-email-john.stultz@linaro.org> References: <1498022493-20292-1-git-send-email-john.stultz@linaro.org> <1498022493-20292-3-git-send-email-john.stultz@linaro.org> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 21 Jun 2017 16:15:36 +1000 Message-ID: <87h8z9uarb.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). > > However, PPC and IA64 have yet to make the transition, despite > in some cases me sending test patches to try to help it along. Any chance you can review/ack the patch from Paul to convert powerpc to the new style? :D cheers