From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: linux-next: build failure after merge of the kvm-ppc tree Date: Wed, 16 May 2012 19:15:01 +1000 Message-ID: <20120516091501.GA30694@bloggs.ozlabs.ibm.com> References: <20120516172416.781859dbc2febbda67407576@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ozlabs.org ([203.10.76.45]:59266 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759599Ab2EPJRn (ORCPT ); Wed, 16 May 2012 05:17:43 -0400 Content-Disposition: inline In-Reply-To: <20120516172416.781859dbc2febbda67407576@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Alexander Graf , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, May 16, 2012 at 05:24:16PM +1000, Stephen Rothwell wrote: > Hi Alexander, > > After merging the kvm-ppc tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > ERROR: "kvm_hpt_order" [arch/powerpc/kvm/kvm.ko] undefined! > > Caused by commit ec26346431bb ("KVM: PPC: Book3S HV: Make the guest hash > table size configurable"). Oops, my fault, kvm_hpt_order needs to be exported for when KVM is a module. Patch coming. Paul.