From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754455AbdESMh1 (ORCPT ); Fri, 19 May 2017 08:37:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:53126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457AbdESMhY (ORCPT ); Fri, 19 May 2017 08:37:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53D802399A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Fri, 19 May 2017 08:37:21 -0400 From: Steven Rostedt To: Greg Kroah-Hartman Cc: LKML , linux-usb@vger.kernel.org, Linus Torvalds , Christoph Hellwig , Mathias Nyman Subject: Re: [REGRESSION] Failed network caused by: xhci: switch to pci_alloc_irq_vectors Message-ID: <20170519083721.5a415dc3@gandalf.local.home> In-Reply-To: <20170519060856.57cf2b76@gandalf.local.home> References: <20170518234234.29127245@gandalf.local.home> <20170519054223.GA5954@kroah.com> <20170519060856.57cf2b76@gandalf.local.home> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) 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 On Fri, 19 May 2017 06:08:56 -0400 Steven Rostedt wrote: > > But other configs on this same hardware work, can you do a diff of a > > working vs. not working? > > I could probably run my config-bisect and see what it comes up with. ktest config bisect ended with: *************************************** Found bad config: CONFIG_PCI_MSI *************************************** diffconfig good_config bad_config -ENA_ETHERNET n -FM10K n -GENERIC_MSI_IRQ y -GENERIC_MSI_IRQ_DOMAIN y -I40EVF n -INTEL_IOMMU n -IRQ_REMAP n -IXGBEVF n -LIQUIDIO_VF n -NFP n -PCIE_DW_PLAT n -PCI_MSI_IRQ_DOMAIN y -VMD n PCI_MSI y -> n When that is not set, it fails to boot. It boots fine if I enable it. -- Steve