From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751375AbdFWEK3 (ORCPT ); Fri, 23 Jun 2017 00:10:29 -0400 Received: from ozlabs.org ([103.22.144.67]:54869 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbdFWEK1 (ORCPT ); Fri, 23 Jun 2017 00:10:27 -0400 From: Michael Ellerman To: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Benjamin Herrenschmidt , PowerPC , John Stultz Subject: Re: linux-next: build warning after merge of the tip tree In-Reply-To: <20170623140006.26585989@canb.auug.org.au> References: <20170623135834.49322610@canb.auug.org.au> <20170623140006.26585989@canb.auug.org.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 23 Jun 2017 14:10:25 +1000 Message-ID: <87efubqr7y.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 Stephen Rothwell writes: > Hi all, > > [Forgot to cc John] > > On Fri, 23 Jun 2017 13:58:34 +1000 Stephen Rothwell wrote: >> >> Hi all, >> >> After merging the tip tree, today's linux-next build (powerpc >> ppc64_defconfig) produced this warning: >> >> kernel/time/timekeeping.c:519:2: warning: #warning Please contact your maintainers, as GENERIC_TIME_VSYSCALL_OLD compatibity will disappear soon. [-Wcpp] >> #warning Please contact your maintainers, as GENERIC_TIME_VSYSCALL_OLD compatibity will disappear soon. >> ^ >> kernel/time/timekeeping.c:519:2: warning: #warning Please contact your maintainers, as GENERIC_TIME_VSYSCALL_OLD compatibity will disappear soon. [-Wcpp] >> #warning Please contact your maintainers, as GENERIC_TIME_VSYSCALL_OLD compatibity will disappear soon. >> ^ >> >> Introduced by commit >> >> 369adf04d80a ("time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD") Fixed in my next today by: d4cfb11387ee ("powerpc: Convert VDSO update function to use new update_vsyscall interface") But you must have pulled before I pushed that, so the warning will go away tomorrow. cheers