Re: [PATCHv4 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains

2015-11-07 Thread Thomas Gleixner
On Fri, 6 Nov 2015, Keith Busch wrote: > From: Liu Jiang ... > Signed-off-by: Jiang Liu > Signed-off-by: Liu Jiang Hehehe. Let me read that from/sob chain: Liu wrote the patch and then handed it over to Jiang who sent it back to Liu and Liu sent it to Keith. Now what's missing is the SOB

Re: [PATCHv4 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains

2015-11-07 Thread Thomas Gleixner
On Fri, 6 Nov 2015, Keith Busch wrote: > From: Liu Jiang ... > Signed-off-by: Jiang Liu > Signed-off-by: Liu Jiang Hehehe. Let me read that from/sob chain: Liu wrote the patch and then handed it over to Jiang

[PATCHv4 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains

2015-11-06 Thread Keith Busch
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 Signed-off-by: Liu Jiang --- kernel/irq/msi.c | 8

[PATCHv4 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains

2015-11-06 Thread Keith Busch
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