From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [Patch Part2 v4 00/31] Enable hierarchy irqdomian on x86 platforms Date: Tue, 4 Nov 2014 16:32:03 +0100 Message-ID: <20141104153203.GE10744@8bytes.org> References: <1415102525-9898-1-git-send-email-jiang.liu@linux.intel.com> <20141104144730.GE14512@8bytes.org> <5458ECF3.4040308@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5458ECF3.4040308@linux.intel.com> Sender: linux-pci-owner@vger.kernel.org To: Jiang Liu Cc: Benjamin Herrenschmidt , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Bjorn Helgaas , Randy Dunlap , Yinghai Lu , Borislav Petkov , Grant Likely , Marc Zyngier , Yingjoe Chen , Matthias Brugger , Konrad Rzeszutek Wilk , Andrew Morton , Tony Luck , Greg Kroah-Hartman , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-acpi@vger.kernel.org On Tue, Nov 04, 2014 at 11:12:51PM +0800, Jiang Liu wrote: > Do you have the call stack? I have changed the way to call > irq_set_msi_desc_off() for MSI/MSIx interrupts, which may cause the > panic. Patch 19-21 changes the PCI MSI code. Unfortunatly I have no full call-stack yet, as the intersting parts scrolled out of the screen. But the last interesting function seen there was do_one_initcall(). I'll try to setup serial console on the machine and let you know when I have a full call-stack. Joerg