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: Fri, 25 Mar 2016 17:11:59 +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]:54590 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1753321AbcCYRMF convert rfc822-to-8bit (ORCPT
); Fri, 25 Mar 2016 13:12:05 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id AA74020279
for ; Fri, 25 Mar 2016 17:12:03 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 721A820379
for ; Fri, 25 Mar 2016 17:12:01 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=3D115081
--- Comment #9 from Linda Walsh ---
I'm not getting an arch/x86/kvm/vmx.s:
gcc -Wp,-MD,arch/x86/kvm/.vmx.o.d -nostdinc -isystem
/usr/lib64/gcc/x86_64-suse-linux/4.9/include -I./arch/x86/include
-Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -Iinclu=
de
-I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include=
/uapi
-Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL_=
_ -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-co=
mmon
-Werror-implicit-function-declaration -Wno-format-security -std=3Dgnu89=
-mno-sse
-mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=3D1 -falign-l=
oops=3D1
-mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3D3 -O2 -fweb
-fpredictive-commoning -fbranch-target-load-optimize -fgcse-after-reloa=
d
-fgcse-las -fgcse-sm -fgraphite-identity -fipa-pta -fivopts -floop-bloc=
k
-floop-flatten -floop-interchange -floop-strip-mine -frename-registers
-freorder-blocks-and-partition -ftree-loop-linear -ftree-loop-distribut=
ion
-ftree-loop-distribute-patterns -ftree-loop-im -ftree-loop-ivcanon
-ftree-vectorize -ftree-slp-vectorize -funswitch-loops -funwind-tables
-fvariable-expansion-in-unroller -fvect-cost-model -fno-common -ftracer
-march=3Dnative -mno-red-zone -mcmodel=3Dkernel -funit-at-a-time
-maccumulate-outgoing-args -DCONFIG_AS_CFI=3D1 -DCONFIG_AS_CFI_SIGNAL_F=
RAME=3D1
-DCONFIG_AS_CFI_SECTIONS=3D1 -DCONFIG_AS_FXSAVEQ=3D1 -DCONFIG_AS_SSSE3=3D=
1
-DCONFIG_AS_CRC32=3D1 -DCONFIG_AS_AVX=3D1 -DCONFIG_AS_AVX2=3D1 -DCONFIG=
_AS_SHA1_NI=3D1
-DCONFIG_AS_SHA256_NI=3D1 -pipe -Wno-sign-compare -fno-asynchronous-unw=
ind-tables
-fno-delete-null-pointer-checks -O2 --param=3Dallow-store-data-races=3D=
0
-Wframe-larger-than=3D8192 -fstack-protector -Wno-unused-but-set-variab=
le
-fno-omit-frame-pointer -fno-optimize-sibling-calls
-fno-var-tracking-assignments -pg -mfentry -DCC_USING_FENTRY
-Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow
-fconserve-stack -Werror=3Dimplicit-int -Werror=3Dstrict-prototypes
-Werror=3Ddate-time -DCC_HAVE_ASM_GOTO -Iarch/x86/kvm -I. -DMODULE=20
-D"KBUILD_STR(s)=3D#s" -D"KBUILD_BASENAME=3DKBUILD_STR(vmx)"=20
-D"KBUILD_MODNAME=3DKBUILD_STR(kvm_intel)" -c -o arch/x86/kvm/.tmp_vmx.=
o
arch/x86/kvm/vmx.c --save-temps
gcc: warning: -pipe ignored because -save-temps specified
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
Ishtar:linux/ish-45> ll arch/x86/kvm/vmx.s
ls: cannot access arch/x86/kvm/vmx.s: No such file or directory
--=20
You are receiving this mail because:
You are watching the assignee of the bug.