From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: use pci_alloc_irq_vectors issues Date: Mon, 17 Oct 2016 10:01:03 +0200 Message-ID: <20161017080103.GA8732@lst.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-pci-owner@vger.kernel.org To: Emmanuel Benisty Cc: tj@kernel.org, linux-ide@vger.kernel.org, linux-pci@vger.kernel.org List-Id: linux-ide@vger.kernel.org [added linux-ide and linux-pci to the CC list] Hi Emmanuel, > The following commit prevents my machine to boot properly: > > 0b9e2988a ahci: use pci_alloc_irq_vectors > > Crappy quality smartphone pic here: http://i.imgur.com/X1QETFi.jpg > > Reverting this commit solves the issue. > > Please let me know should you need any further info. Can you send me the output ofthe following commands from a working boot: cat /proc/interrupts lspci -vv dmesg Thanks a lot for the report