From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751899AbdIQXfJ (ORCPT ); Sun, 17 Sep 2017 19:35:09 -0400 Received: from ozlabs.org ([103.22.144.67]:35475 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbdIQXfI (ORCPT ); Sun, 17 Sep 2017 19:35:08 -0400 Date: Mon, 18 Sep 2017 09:34:48 +1000 From: Stephen Rothwell To: Linus Torvalds Cc: Linux-Next Mailing List , Linux Kernel Mailing List , "Jan H. =?UTF-8?B?U2Now7Zu?= =?UTF-8?B?aGVycg==?=" , Paolo Bonzini Subject: linux-next: build failure in Linus' tree Message-ID: <20170918093448.359d25c4@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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