Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933387AbbLSRX2 (ORCPT ); Sat, 19 Dec 2015 12:23:28 -0500 Received: from mail-bn1bon0144.outbound.protection.outlook.com ([157.56.111.144]:34656 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932875AbbLSRX0 convert rfc822-to-8bit (ORCPT ); Sat, 19 Dec 2015 12:23:26 -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/ZkLI7cUqTrqj9KPAPfp7MU6zQgAXnGYCAAGJjUA== Date: Sat, 19 Dec 2015 17:23:22 +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: [50.135.110.52] x-microsoft-exchange-diagnostics: 1;BY2PR0301MB0776;5:sNeUceRkZWC/waoXgpsrnpRB85aERk0mXiCU8auCjJOdJ8Csglcw+fhWpZpcmD+t98AcPXSMbpl6s0JV7oigItBseXpvbYr6a8Jxi18toYsu2qofvohYKDB8Nec62SEvH6NT/yKcxKp1xa2BK/Tmng==;24:LnwzE7lKmmSn/eTf/9tiAqtCXA2ChqNOxmVZdESl2GvjXkFvqKp6sOV8fR6Hq74spBudDsiqxtOwpkiEAqU95QVmFcGeHjYOSOCFOFvRQRQ= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0776; 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:BY2PR0301MB0776;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0776; x-forefront-prvs: 07954CC105 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(189002)(377454003)(199003)(13464003)(24454002)(74316001)(99286002)(66066001)(76176999)(50986999)(19580405001)(86612001)(54356999)(86362001)(87936001)(19580395003)(5003600100002)(5002640100001)(5001960100002)(6116002)(8990500004)(106356001)(102836003)(586003)(5008740100001)(1220700001)(110136002)(92566002)(77096005)(2950100001)(189998001)(40100003)(3846002)(2900100001)(106116001)(33656002)(101416001)(10400500002)(97736004)(10090500001)(105586002)(5004730100002)(81156007)(5005710100001)(10290500002)(11100500001)(122556002)(76576001)(1096002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY2PR0301MB0776;H:BY2PR0301MB1654.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A: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: 19 Dec 2015 17:23:22.3424 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR0301MB0776 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1893 Lines: 48 > -----Original Message----- > From: Thomas Gleixner [mailto:tglx@linutronix.de] > Sent: Saturday, December 19, 2015 3:27 AM > 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 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. Regards, 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/