Return-path: Received: from mail-ie0-f172.google.com ([209.85.223.172]:62854 "EHLO mail-ie0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbaAQVAw (ORCPT ); Fri, 17 Jan 2014 16:00:52 -0500 Received: by mail-ie0-f172.google.com with SMTP id e14so6001227iej.17 for ; Fri, 17 Jan 2014 13:00:52 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Bjorn Helgaas Date: Fri, 17 Jan 2014 14:00:32 -0700 Message-ID: (sfid-20140117_220136_952927_5D632506) Subject: Re: [PATCH v2 0/9] Phase out pci_enable_msi_block() To: Alexander Gordeev Cc: "linux-kernel@vger.kernel.org" , Brian King , Tejun Heo , Matthew Wilcox , Alex Williamson , Kalle Valo , Vladimir Kondratiev , linux-wireless , wil6210@qca.qualcomm.com, ath10k@lists.infradead.org, linux-nvme@lists.infradead.org, "linux-ide@vger.kernel.org" , "linux-scsi@vger.kernel.org" , "kvm@vger.kernel.org" , "linux-pci@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Jan 17, 2014 at 9:02 AM, Alexander Gordeev wrote: > This series is against "next" branch in Bjorn's repo: > git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git > > Changes from v1 to v2: > - added a regression fix "ahci: Fix broken fallback to single > MSI mode" as patch 1/9; > - the series is reordered to move the regression fix in front; > - at Bjorn's request pci_enable_msi() is un-deprecated; > - as result, pci_enable_msi_range(pdev, 1, 1) styled calls > rolled back to pci_enable_msi(pdev); > - nvme bug fix moved out as a separate patch 5/9 "nvme: Fix > invalid call to irq_set_affinity_hint()" > - patches changelog elaborated a bit; > > Bjorn, > > As the release is supposedly this weekend, do you prefer > the patches to go to your tree or to individual trees after > the release? I'd be happy to merge them, except for the fact that they probably wouldn't have any time in -next before I ask Linus to pull them. So how about if we wait until after the release, ask the area maintainers to take them, and if they don't take them, I'll put them in my tree for v3.15? Bjorn