2012-05-16 07:24:27

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the kvm-ppc tree

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").

I have used the kvm-ppc tree from next-20120514 for today.
--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (407.00 B)
(No filename) (836.00 B)
Download all attachments

2012-05-16 09:17:47

by Paul Mackerras

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kvm-ppc tree

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.

2012-05-16 09:19:43

by Alexander Graf

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kvm-ppc tree

On 05/16/2012 11:15 AM, Paul Mackerras wrote:
> 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.

Fixed in kvm-ppc-next. Sorry for the noise.


Alex