From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933057AbbLSL2R (ORCPT ); Sat, 19 Dec 2015 06:28:17 -0500 Received: from www.linutronix.de ([62.245.132.108]:43127 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932199AbbLSL2Q (ORCPT ); Sat, 19 Dec 2015 06:28:16 -0500 Date: Sat, 19 Dec 2015 12:27:17 +0100 (CET) From: Thomas Gleixner To: KY Srinivasan cc: Jake Oshins , "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , "olaf@aepfle.de" , "apw@canonical.com" , "vkuznets@redhat.com" , Haiyang Zhang , "marc.zyngier@arm.com" , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" Subject: RE: [PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs In-Reply-To: Message-ID: References: <1449701697-6366-1-git-send-email-jakeo@microsoft.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Dec 2015, KY Srinivasan wrote: > > Of these 7 patches, Greg has committed all of the VMBUS > related supporting patches (3 patches). Thomas, can you > take the IRQ related patches through your tree. That does not make any sense. > > Jake Oshins (7): > > drivers:hv: Export a function that maps Linux CPU num onto Hyper-V > > proc num > > drivers:hv: Export hv_do_hypercall() > > PCI: Make it possible to implement a PCI MSI IRQ Domain in a module. > > PCI: Add fwnode_handle to pci_sysdata > > PCI: irqdomain: Look up IRQ domain by fwnode_handle > > drivers:hv: Define the channel type of Hyper-V PCI Express > > pass-through > > PCI: hv: New paravirtual PCI front-end for Hyper-V VMs That series cannot be ripped apart. The PCI part does not even compile w/o the drivers/hv part in place. Thanks, tglx