From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932610AbaLLCEd (ORCPT ); Thu, 11 Dec 2014 21:04:33 -0500 Received: from mail-ig0-f181.google.com ([209.85.213.181]:62465 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754597AbaLLCEc (ORCPT ); Thu, 11 Dec 2014 21:04:32 -0500 MIME-Version: 1.0 In-Reply-To: References: <20141205084147.313026156@linutronix.de> <5489AB40.2010609@linux.intel.com> Date: Thu, 11 Dec 2014 18:04:30 -0800 X-Google-Sender-Auth: OOgKoq40-PbfgxIhGcdc6gze0X0 Message-ID: Subject: Re: [tip:x86/apic] iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare From: Yinghai Lu To: Thomas Gleixner Cc: Jiang Liu , Joerg Roedel , Borislav Petkov , Ingo Molnar , Linux Kernel Mailing List , "H. Peter Anvin" , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 11, 2014 at 12:30 PM, Thomas Gleixner wrote: > So irq_2_iommu is empty. That's a multi MSI, and that's the second > interrupt which gets enabled. > > The patch below should fix it. > Yes, that fixes the problem. Assume you will fold it into commit 289472f461d922507f75dd2451770282adb3a99b Author: Jiang Liu Date: Tue Nov 25 13:53:19 2014 +0800 iommu/vt-d: Enhance Intel IR driver to suppport hierarchy irqdomain Thanks Yinghai