Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932563AbbLTFRj (ORCPT ); Sun, 20 Dec 2015 00:17:39 -0500 Received: from mail-by2on0127.outbound.protection.outlook.com ([207.46.100.127]:1340 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932104AbbLTFRh convert rfc822-to-8bit (ORCPT ); Sun, 20 Dec 2015 00:17:37 -0500 From: KY Srinivasan To: Thomas Gleixner 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 Thread-Topic: [PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs Thread-Index: AQHRMtSzdS/ZkLI7cUqTrqj9KPAPfp7MU6zQgAXnGYCAAGJjUIAAMtSAgACRSEA= Date: Sun, 20 Dec 2015 05:03:14 +0000 Message-ID: References: <1449701697-6366-1-git-send-email-jakeo@microsoft.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=kys@microsoft.com; x-originating-ip: [2601:600:8c01:121d:d41f:24c6:a02a:1c36] x-microsoft-exchange-diagnostics: 1;BY1PR0301MB1224;5:yJ+bxBoAWsz9ZsrOIG+0lmG7Ytrn/RXpHpVdDHaxKpnisal4Lb16TMTeSLx+y0C3O0yGJ7k/V+pnjigUwtnh4CoT501wpFl8NhtHUOHSRLACWW2ZrL9MxHoQNfe/VNdNnOB2w2xi2Gcvd+KAuJuiCg==;24:aIWf/ueYgOorYXFl5iSs04E9/2kMjEjuYKy+fxdidtH9N34u9pjOOPnxnFMvbOKXdPApcm8oBprskUzN3tJLxLtHVUzEvlstTAB9qN0YqEc= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB1224; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(180628864354917); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(601004)(2401047)(520078)(5005006)(8121501046)(3002001)(10201501046)(61426038)(61427038);SRVR:BY1PR0301MB1224;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB1224; x-forefront-prvs: 0796EBEDE1 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(199003)(13464003)(189002)(24454002)(40100003)(10290500002)(10400500002)(6116002)(5005710100001)(8990500004)(93886004)(11100500001)(5008740100001)(586003)(122556002)(101416001)(74316001)(102836003)(1220700001)(54356999)(33656002)(1096002)(10090500001)(189998001)(99286002)(5001960100002)(2900100001)(110136002)(76176999)(106356001)(86362001)(86612001)(97736004)(5004730100002)(50986999)(81156007)(5003600100002)(76576001)(2950100001)(77096005)(5002640100001)(19580395003)(19580405001)(92566002)(106116001)(87936001)(105586002)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR0301MB1224;H:SN1PR0301MB1662.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 20 Dec 2015 05:03:14.1223 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR0301MB1224 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2327 Lines: 57 > -----Original Message----- > From: Thomas Gleixner [mailto:tglx@linutronix.de] > Sent: Saturday, December 19, 2015 12:21 PM > 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 > > On Sat, 19 Dec 2015, KY Srinivasan wrote: > > > From: Thomas Gleixner [mailto:tglx@linutronix.de] > > > 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. > > > > What I was proposing was that after you pick up the hv related patches in > > Greg's tree in the next cycle, would you be willing to take the IRQ related > > patches through your tree. Sorry for the confusion. > > You mean: PCI: Make it possible to implement a PCI MSI IRQ Domain in a > module. > > Right? Aside from the misleading subject line, I can pick that one > up. The rest wants to go through the PCI tree. That is what I meant. Thanks Thomas. K. Y -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/