From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 115081] arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined Date: Thu, 24 Mar 2016 08:30:52 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.136]:51769 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754933AbcCXIbA convert rfc822-to-8bit (ORCPT ); Thu, 24 Mar 2016 04:31:00 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4979B20425 for ; Thu, 24 Mar 2016 08:30:55 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 68CE6203B4 for ; Thu, 24 Mar 2016 08:30:52 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=3D115081 --- Comment #6 from Linda Walsh --- i.e.: Ishtar:linux/ish-45/arch/x86/kvm> diff vmx.bak vmx.c 165c165 < extern const ulong vmx_return; --- > /*extern const ulong vmx_return;*/ ?? --- Nep. Ishtar:linux/ish-45> make CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CHK include/generated/bounds.h CHK include/generated/timeconst.h CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h CC [M] arch/x86/kvm/vmx.o arch/x86/kvm/vmx.c: In function =E2=80=98vmx_set_constant_host_state=E2= =80=99: arch/x86/kvm/vmx.c:4716:24: error: =E2=80=98vmx_return=E2=80=99 undecla= red (first use in this function) vmcs_writel(HOST_RIP, vmx_return); /* 22.2.5 */ ^ arch/x86/kvm/vmx.c:4716:24: note: each undeclared identifier is reporte= d only once for each function it appears in scripts/Makefile.build:258: recipe for target 'arch/x86/kvm/vmx.o' fail= ed make[2]: *** [arch/x86/kvm/vmx.o] Error 1 scripts/Makefile.build:407: recipe for target 'arch/x86/kvm' failed make[1]: *** [arch/x86/kvm] Error 2 Makefile:950: recipe for target 'arch/x86' failed make: *** [arch/x86] Error 2 --=20 You are receiving this mail because: You are watching the assignee of the bug.