Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752864AbaBNWdy (ORCPT ); Fri, 14 Feb 2014 17:33:54 -0500 Received: from terminus.zytor.com ([198.137.202.10]:59790 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752282AbaBNWdx (ORCPT ); Fri, 14 Feb 2014 17:33:53 -0500 Message-ID: <52FE9993.8060109@zytor.com> Date: Fri, 14 Feb 2014 14:32:51 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Stefani Seibold , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, ak@linux.intel.com, aarcange@redhat.com, john.stultz@linaro.org, luto@amacapital.net, xemul@parallels.com, gorcunov@openvz.org, andriy.shevchenko@linux.intel.com CC: Martin.Runge@rohde-schwarz.com, Andreas.Brief@rohde-schwarz.com Subject: Re: [PATCH v16 0/10] Add 32 bit VDSO time function support References: <1392367964-32118-1-git-send-email-stefani@seibold.net> In-Reply-To: <1392367964-32118-1-git-send-email-stefani@seibold.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I still get build errors. i386 allyesconfig, i386 allmodconfig as well as a more basic i386 configuration: arch/x86/vdso/vdso32-int80.so.dbg: undefined symbols found make[4]: *** [arch/x86/vdso/vdso32-int80.so.dbg] Error 1 x86-64 allyesconfig and x86-64 allmodconfig: /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:128:4: warning: symbol 'hpet_page' was not declared . Should it be static? /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:134:33: warning: incorrect type in argument 1 (diff erent address spaces) /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:134:33: expected void const volatile [noderef] < asn:2>*addr /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:134:33: got unsigned char [toplevel] * /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:294:13: warning: symbol '__vdso_clock_gettime' was not declared. Should it be static? /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:322:13: warning: symbol '__vdso_gettimeofday' was n ot declared. Should it be static? /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/../vclock_gettime.c:343:16: warning: symbol '__vdso_time' was not decla red. Should it be static? CC arch/x86/vdso/vdso32/vclock_gettime.o /home/hpa/kernel/distwork/arch/x86/vdso/vdso32/vclock_gettime.c:1:0: sorry, unimplemented: -mfentry isn?t supported fo r 32-bit in combination with -fpic #define BUILD_VDSO32 ^ make[4]: *** [arch/x86/vdso/vdso32/vclock_gettime.o] Error 1 make[3]: *** [arch/x86/vdso] Error 2 make[3]: *** Waiting for unfinished jobs.... This is after I removed the incorrect "generated/" filename prefix in patch 9. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/