Hi Linus, With just your tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_irqfd': arch/powerpc/kvm/../../../virt/kvm/eventfd.c:568:19: error: 'KVM_MAX_IRQ_ROUTES' undeclared (first use in this function) if (args->gsi >= KVM_MAX_IRQ_ROUTES) ^ Caused by commit 36ae3c0a36b7 ("KVM: Don't accept obviously wrong gsi values via KVM_IRQFD") KVM_MAX_IRQ_ROUTES is only defined when CONFIG_HAVE_KVM_IRQ_ROUTING is defined (which for PowerPC is only when CONFIG_KVM_MPIC is defined which depends on CONFIG_E500). I have just reverted that commit for today. -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html