From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [kvm:next 1/1] (.text+0x2ac8): undefined reference to `.gfn_to_hva_memslot' Date: Mon, 27 Aug 2012 11:46:32 +0800 Message-ID: <20120827034632.GA15084@localhost> References: <20120824151127.GA7171@localhost> <503ADC68.1060207@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kernel-janitors@vger.kernel.org, Avi Kivity , kvm@vger.kernel.org To: Xiao Guangrong Return-path: Received: from mga11.intel.com ([192.55.52.93]:58218 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896Ab2H0Dq7 (ORCPT ); Sun, 26 Aug 2012 23:46:59 -0400 Content-Disposition: inline In-Reply-To: <503ADC68.1060207@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 27, 2012 at 10:33:12AM +0800, Xiao Guangrong wrote: > On 08/24/2012 11:11 PM, Fengguang Wu wrote: > > Hi Xiao, > > > > FYI, kernel build failed on > > > > tree: git://git.kernel.org/pub/scm/virt/kvm/kvm.git next > > head: 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd > > commit: 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd [1/1] KVM: introduce readonly memslot > > config: powerpc-allmodconfig (attached as .config) > > > > All related error/warning messages: > > > > arch/powerpc/kvm/built-in.o: In function `.kvmppc_h_enter': > > (.text+0x2ac8): undefined reference to `.gfn_to_hva_memslot' > > Fengguang, it is a known issue which can be fixed by this patch: > https://patchwork.kernel.org/patch/1370121/ OK, you are quick hand :) > Thanks for your test and report. ;) You are welcome. Thanks, Fengguang