From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Pieralisi Subject: Re: alpha boot hang - 4.14-rc* regression Date: Thu, 26 Oct 2017 09:54:47 +0100 Message-ID: <20171026085447.GA16024@red-moon> References: <20171025092159.GA14222@red-moon> <20171025133730.GA5487@red-moon> <20171025151413.GA6499@red-moon> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Meelis Roos Cc: linux-alpha@vger.kernel.org, Linux Kernel list , linux-pci@vger.kernel.org On Wed, Oct 25, 2017 at 09:01:07PM +0300, Meelis Roos wrote: > > It is probably because I patched the wrong map_irq() function, > > I am trying to detect which one you are _actually_ using, if > > the patch below fails I will patch them all (which is what I > > have to do anyway). > > > > Please give this a go - this _has_ to make a difference, it is not > > correct to leave map_irq() pointers as __init memory, IRQ routing > > for modules can't work. > > This works for mainline git too. > > If you have another round that fixes all subarches, I will try it on a > PC164 too. Sure, I will send one patch shortly updating all map/swizzle functions to remove the __init markers. Thanks, Lorenzo