Hi all, After merging the kvm tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_on_spin': arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:1807:4: error: implicit declaration of function 'kvm_vcpu_eligible_for_directed_yield' [-Werror=implicit-function-declaration] if (!kvm_vcpu_eligible_for_directed_yield(vcpu)) ^ Caused by commit 7940876e1330 ("kvm: make local functions static"). I have used the kvm tree from next-20140109 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au