From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 115081] New: arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined Date: Mon, 21 Mar 2016 23:16:05 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.136]:48853 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757774AbcCUXQJ (ORCPT ); Mon, 21 Mar 2016 19:16:09 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1E0592037C for ; Mon, 21 Mar 2016 23:16:08 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id E49AF202E5 for ; Mon, 21 Mar 2016 23:16:05 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=115081 Bug ID: 115081 Summary: arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined Product: Virtualization Version: unspecified Kernel Version: 4.5 Hardware: x86-64 OS: Linux Tree: Mainline Status: NEW Severity: blocking Priority: P1 Component: kvm Assignee: virtualization_kvm@kernel-bugs.osdl.org Reporter: lkml@tlinx.org Regression: Yes Created attachment 210151 --> https://bugzilla.kernel.org/attachment.cgi?id=210151&action=edit make output I am getting an error in compiling the 4.5 sources (patched up from 4.4). After getting the error, I d/l'd the full source and compared the file above -- and it was identical to the above file. I searched for the symbol "vmx_return" under the "arch/x86" dir, but only found it referenced in the above ".c" file. I didn't get this error in the previous 4.4 line (I made 4.4.1 & 4.4.3) and current kernel-uname shows: Linux Ishtar 4.4.3-Isht-Van #2 SMP PREEMPT Thu Feb 25 22:53:27 PST 2016 x86_64 x86_64 x86_64 GNU/Linux At this point, I can't see why I'd get the above error. Make output and ".config" attached. -- You are receiving this mail because: You are watching the assignee of the bug.