Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758715AbaDXRvg (ORCPT ); Thu, 24 Apr 2014 13:51:36 -0400 Received: from mx2.parallels.com ([199.115.105.18]:55831 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753483AbaDXRve convert rfc822-to-8bit (ORCPT ); Thu, 24 Apr 2014 13:51:34 -0400 From: James Bottomley To: "bhelgaas@google.com" CC: "DL-MPTFusionLinux@lsi.com" , "linux-kernel@vger.kernel.org" , "intel-linux-scu@intel.com" , "iss_storagedev@hp.com" , "linux-scsi@vger.kernel.org" , "pv-drivers@vmware.com" , "qla2xxx-upstream@qlogic.com" , "agordeev@redhat.com" , "linux-pci@vger.kernel.org" , "support@lsi.com" , "iscsi-driver@qlogic.com" Subject: Re: [PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix() Thread-Topic: [PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix() Thread-Index: AQHPX9/nvq4RUWWFWE6wQmc2/TcDNJshgSMA Date: Thu, 24 Apr 2014 17:51:09 +0000 Message-ID: <1398361868.6766.0.camel@dabdike> References: <20140424170903.GA29593@google.com> In-Reply-To: <20140424170903.GA29593@google.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [4.53.145.56] Content-Type: text/plain; charset=US-ASCII Content-ID: <44F943ECC85CD344BA81712E0FED9580@sw.swsoft.com> Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2014-04-24 at 11:09 -0600, Bjorn Helgaas wrote: > On Mon, Apr 14, 2014 at 10:05:24AM +0200, Alexander Gordeev wrote: > > Hello, > > > > This series is against 3.15-rc1. > > > > As result of deprecation of MSI-X/MSI enablement functions > > pci_enable_msix() and pci_enable_msi_block() all drivers > > using these two interfaces need to be updated to use the > > new pci_enable_msi_range() or pci_enable_msi_exact() > > and pci_enable_msix_range() or pci_enable_msix_exact() > > interfaces. > > Hi James, > > These depend on f7fc32c, which appeared in v3.15-rc1. I had intended > to merge these scsi updates at the same time, but I failed. Would you > like to take them now that f7fc32c is upstream? OK, will add them. I'm planning to base the scsi-misc tree on -rc3 once we have our current crop of fixes upstream. James -- 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/