From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.linutronix.de ([62.245.132.108]:33914 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbbKMVZ3 (ORCPT ); Fri, 13 Nov 2015 16:25:29 -0500 Date: Fri, 13 Nov 2015 16:24:42 -0500 (EST) From: Thomas Gleixner To: Keith Busch cc: LKML , x86@kernel.org, linux-pci@vger.kernel.org, Jiang Liu , Dan Williams , Bjorn Helgaas , Bryan Veal , Ingo Molnar , "H. Peter Anvin" , Martin Mares , Jon Derrick Subject: Re: [PATCHv5 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains In-Reply-To: <1447435057-5212-2-git-send-email-keith.busch@intel.com> Message-ID: References: <1447435057-5212-1-git-send-email-keith.busch@intel.com> <1447435057-5212-2-git-send-email-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, 13 Nov 2015, Keith Busch wrote: > From: Liu Jiang > > Previously msi_domain_alloc() assumes MSI irqdomains always have parent > irqdomains, but that's not true for the new Intel VMD devices. So relax > msi_domain_alloc() to support parentless MSI irqdomains. > > Signed-off-by: Jiang Liu > Tested-by: Keith Busch Just for the record. This still misses your S-O-B as you are conveying the patch Thanks, tglx