From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 12 Nov 2014 10:24:24 +0100 (CET) From: Sebastian Ott Subject: Re: [PATCH 0/3] xen MSI code clean up In-Reply-To: <20141111212353.GJ28161@google.com> Message-ID: References: <1414377878-23497-1-git-send-email-wangyijing@huawei.com> <20141111212353.GJ28161@google.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-Archive: List-Post: To: Bjorn Helgaas Cc: Yijing Wang , linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, David Vrabel , Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org List-ID: On Tue, 11 Nov 2014, Bjorn Helgaas wrote: > [+cc Sebastian, linux-s390, David, Konrad, xen-devel] > > On Mon, Oct 27, 2014 at 10:44:35AM +0800, Yijing Wang wrote: > > > > Yijing Wang (3): > > x86/xen: Introduce a global flag to fix the MSI mask bug > > x86/xen: Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" > > s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq() > > I applied these with David's reviewed-by and ack to pci/msi for v3.19. > > I'd like to see an ack from Sebastian for the s390 part, but I guess that > one is pretty trivial. > > s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq() Acked-by: Sebastian Ott Regards, Sebastian > > > arch/s390/pci/pci.c | 4 ++-- > > arch/x86/include/asm/x86_init.h | 3 --- > > arch/x86/kernel/x86_init.c | 10 ---------- > > arch/x86/pci/xen.c | 15 +++------------ > > drivers/pci/msi.c | 29 ++++++++++++----------------- > > include/linux/msi.h | 5 +++-- > > 6 files changed, 20 insertions(+), 46 deletions(-) > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > >