diff for duplicates of <53EABC7E.6080103@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 5e99a6b..f5d7d83 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -64,7 +64,7 @@ Yijing. >> + struct pci_dev *pdev = to_pci_dev(dev); >> >> /* Multiple MSI vectors only supported with interrupt remapping */ ->> if (type = PCI_CAP_ID_MSI && nvec > 1) +>> if (type == PCI_CAP_ID_MSI && nvec > 1) >> return 1; >> >> - node = dev_to_node(&dev->dev); diff --git a/a/content_digest b/N1/content_digest index b639b00..9a51b02 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020140812190947.GD13996@laptop.dumpdata.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" - "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" + "Date\0Wed, 13 Aug 2014 09:16:46 +0800\0" "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" linux-kernel@vger.kernel.org @@ -30,7 +30,7 @@ linux-ia64@vger.kernel.org David S. Miller <davem@davemloft.net> sparclinux@vger.kernel.org - " Chris Metcalf <cmetcalf@tilera.com>\0" + " Chris Metcalf <cmetcalf@tile>\0" "\00:1\0" "b\0" "On 2014/8/13 3:09, Konrad Rzeszutek Wilk wrote:\n" @@ -99,7 +99,7 @@ ">> +\tstruct pci_dev *pdev = to_pci_dev(dev);\n" ">> \n" ">> \t/* Multiple MSI vectors only supported with interrupt remapping */\n" - ">> \tif (type = PCI_CAP_ID_MSI && nvec > 1)\n" + ">> \tif (type == PCI_CAP_ID_MSI && nvec > 1)\n" ">> \t\treturn 1;\n" ">> \n" ">> -\tnode = dev_to_node(&dev->dev);\n" @@ -146,4 +146,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +93418e92dad6a1aa5a296f01ce34ded1b955dec8ff1be618a4c4d70950b45245
diff --git a/a/1.txt b/N2/1.txt index 5e99a6b..f5d7d83 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -64,7 +64,7 @@ Yijing. >> + struct pci_dev *pdev = to_pci_dev(dev); >> >> /* Multiple MSI vectors only supported with interrupt remapping */ ->> if (type = PCI_CAP_ID_MSI && nvec > 1) +>> if (type == PCI_CAP_ID_MSI && nvec > 1) >> return 1; >> >> - node = dev_to_node(&dev->dev); diff --git a/a/content_digest b/N2/content_digest index b639b00..46fa57c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,33 +3,33 @@ "ref\020140812190947.GD13996@laptop.dumpdata.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" - "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" + "Date\0Wed, 13 Aug 2014 09:16:46 +0800\0" "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-kernel@vger.kernel.org + <linux-kernel@vger.kernel.org> Xinwei Hu <huxinwei@huawei.com> Wuyun <wuyun.wu@huawei.com> - linux-pci@vger.kernel.org + <linux-pci@vger.kernel.org> Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org + <linux-arm-kernel@lists.infradead.org> Russell King <linux@arm.linux.org.uk> - arnab.basu@freescale.com - x86@kernel.org + <arnab.basu@freescale.com> + <x86@kernel.org> Arnd Bergmann <arnd@arndb.de> Thomas Gleixner <tglx@linutronix.de> H. Peter Anvin <hpa@zytor.com> - xen-devel@lists.xenproject.org + <xen-devel@lists.xenproject.org> Joerg Roedel <joro@8bytes.org> - iommu@lists.linux-foundation.org - linux-mips@linux-mips.org + <iommu@lists.linux-foundation.org> + <linux-mips@linux-mips.org> Benjamin Herrenschmidt <benh@kernel.crashing.org> - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org + <linuxppc-dev@lists.ozlabs.org> + <linux-s390@vger.kernel.org> Sebastian Ott <sebott@linux.vnet.ibm.com> Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org + <linux-ia64@vger.kernel.org> David S. Miller <davem@davemloft.net> - sparclinux@vger.kernel.org + <sparclinux@vger.kernel.org> " Chris Metcalf <cmetcalf@tilera.com>\0" "\00:1\0" "b\0" @@ -99,7 +99,7 @@ ">> +\tstruct pci_dev *pdev = to_pci_dev(dev);\n" ">> \n" ">> \t/* Multiple MSI vectors only supported with interrupt remapping */\n" - ">> \tif (type = PCI_CAP_ID_MSI && nvec > 1)\n" + ">> \tif (type == PCI_CAP_ID_MSI && nvec > 1)\n" ">> \t\treturn 1;\n" ">> \n" ">> -\tnode = dev_to_node(&dev->dev);\n" @@ -146,4 +146,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +a52941b30355af538900e8b850156512c0cbbffdaf30ca2a6136e6a681b1060a
diff --git a/a/1.txt b/N3/1.txt index 5e99a6b..f5d7d83 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -64,7 +64,7 @@ Yijing. >> + struct pci_dev *pdev = to_pci_dev(dev); >> >> /* Multiple MSI vectors only supported with interrupt remapping */ ->> if (type = PCI_CAP_ID_MSI && nvec > 1) +>> if (type == PCI_CAP_ID_MSI && nvec > 1) >> return 1; >> >> - node = dev_to_node(&dev->dev); diff --git a/a/content_digest b/N3/content_digest index b639b00..7f1abff 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,7 +3,7 @@ "ref\020140812190947.GD13996@laptop.dumpdata.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" - "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" + "Date\0Wed, 13 Aug 2014 09:16:46 +0800\0" "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" linux-kernel@vger.kernel.org @@ -99,7 +99,7 @@ ">> +\tstruct pci_dev *pdev = to_pci_dev(dev);\n" ">> \n" ">> \t/* Multiple MSI vectors only supported with interrupt remapping */\n" - ">> \tif (type = PCI_CAP_ID_MSI && nvec > 1)\n" + ">> \tif (type == PCI_CAP_ID_MSI && nvec > 1)\n" ">> \t\treturn 1;\n" ">> \n" ">> -\tnode = dev_to_node(&dev->dev);\n" @@ -146,4 +146,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +24eeed7360af49adeaab120150ba19ce8b3d698dd2a47f13fb1c926c8485304c
diff --git a/a/1.txt b/N4/1.txt index 5e99a6b..f5d7d83 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -64,7 +64,7 @@ Yijing. >> + struct pci_dev *pdev = to_pci_dev(dev); >> >> /* Multiple MSI vectors only supported with interrupt remapping */ ->> if (type = PCI_CAP_ID_MSI && nvec > 1) +>> if (type == PCI_CAP_ID_MSI && nvec > 1) >> return 1; >> >> - node = dev_to_node(&dev->dev); diff --git a/a/content_digest b/N4/content_digest index b639b00..6d9f2e7 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -3,34 +3,33 @@ "ref\020140812190947.GD13996@laptop.dumpdata.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" - "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" + "Date\0Wed, 13 Aug 2014 09:16:46 +0800\0" "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-kernel@vger.kernel.org - Xinwei Hu <huxinwei@huawei.com> - Wuyun <wuyun.wu@huawei.com> + "Cc\0linux-mips@linux-mips.org" + linux-ia64@vger.kernel.org linux-pci@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org + Xinwei Hu <huxinwei@huawei.com> + H. Peter Anvin <hpa@zytor.com> + sparclinux@vger.kernel.org + linux-s390@vger.kernel.org Russell King <linux@arm.linux.org.uk> - arnab.basu@freescale.com + Joerg Roedel <joro@8bytes.org> x86@kernel.org + Sebastian Ott <sebott@linux.vnet.ibm.com> + xen-devel@lists.xenproject.org + arnab.basu@freescale.com Arnd Bergmann <arnd@arndb.de> + Marc Zyngier <marc.zyngier@arm.com> + Chris Metcalf <cmetcalf@tilera.com> + Bjorn Helgaas <bhelgaas@google.com> Thomas Gleixner <tglx@linutronix.de> - H. Peter Anvin <hpa@zytor.com> - xen-devel@lists.xenproject.org - Joerg Roedel <joro@8bytes.org> + linux-arm-kernel@lists.infradead.org + Tony Luck <tony.luck@intel.com> + linux-kernel@vger.kernel.org iommu@lists.linux-foundation.org - linux-mips@linux-mips.org - Benjamin Herrenschmidt <benh@kernel.crashing.org> + Wuyun <wuyun.wu@huawei.com> linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - Sebastian Ott <sebott@linux.vnet.ibm.com> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - sparclinux@vger.kernel.org - " Chris Metcalf <cmetcalf@tilera.com>\0" + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" "On 2014/8/13 3:09, Konrad Rzeszutek Wilk wrote:\n" @@ -99,7 +98,7 @@ ">> +\tstruct pci_dev *pdev = to_pci_dev(dev);\n" ">> \n" ">> \t/* Multiple MSI vectors only supported with interrupt remapping */\n" - ">> \tif (type = PCI_CAP_ID_MSI && nvec > 1)\n" + ">> \tif (type == PCI_CAP_ID_MSI && nvec > 1)\n" ">> \t\treturn 1;\n" ">> \n" ">> -\tnode = dev_to_node(&dev->dev);\n" @@ -146,4 +145,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +deef53c4cc9b6686ce2956c107b97c06bea7edb6c571adbb2cd6af033a278aa0
diff --git a/a/content_digest b/N5/content_digest index b639b00..154d678 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -4,33 +4,7 @@ "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" - "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-kernel@vger.kernel.org - Xinwei Hu <huxinwei@huawei.com> - Wuyun <wuyun.wu@huawei.com> - linux-pci@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org - Russell King <linux@arm.linux.org.uk> - arnab.basu@freescale.com - x86@kernel.org - Arnd Bergmann <arnd@arndb.de> - Thomas Gleixner <tglx@linutronix.de> - H. Peter Anvin <hpa@zytor.com> - xen-devel@lists.xenproject.org - Joerg Roedel <joro@8bytes.org> - iommu@lists.linux-foundation.org - linux-mips@linux-mips.org - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - Sebastian Ott <sebott@linux.vnet.ibm.com> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - sparclinux@vger.kernel.org - " Chris Metcalf <cmetcalf@tilera.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2014/8/13 3:09, Konrad Rzeszutek Wilk wrote:\n" @@ -146,4 +120,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +7d3dda1ebb1c8110d6786f8b136d7d4c1ff9b870ef8d1d3c26771e774e34361e
diff --git a/a/1.txt b/N6/1.txt index 5e99a6b..f5d7d83 100644 --- a/a/1.txt +++ b/N6/1.txt @@ -64,7 +64,7 @@ Yijing. >> + struct pci_dev *pdev = to_pci_dev(dev); >> >> /* Multiple MSI vectors only supported with interrupt remapping */ ->> if (type = PCI_CAP_ID_MSI && nvec > 1) +>> if (type == PCI_CAP_ID_MSI && nvec > 1) >> return 1; >> >> - node = dev_to_node(&dev->dev); diff --git a/a/content_digest b/N6/content_digest index b639b00..50e6c04 100644 --- a/a/content_digest +++ b/N6/content_digest @@ -1,36 +1,10 @@ "ref\01407828373-24322-1-git-send-email-wangyijing@huawei.com\0" "ref\01407828373-24322-8-git-send-email-wangyijing@huawei.com\0" "ref\020140812190947.GD13996@laptop.dumpdata.com\0" - "From\0Yijing Wang <wangyijing@huawei.com>\0" - "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" - "Date\0Wed, 13 Aug 2014 01:16:46 +0000\0" - "To\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-kernel@vger.kernel.org - Xinwei Hu <huxinwei@huawei.com> - Wuyun <wuyun.wu@huawei.com> - linux-pci@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org - Russell King <linux@arm.linux.org.uk> - arnab.basu@freescale.com - x86@kernel.org - Arnd Bergmann <arnd@arndb.de> - Thomas Gleixner <tglx@linutronix.de> - H. Peter Anvin <hpa@zytor.com> - xen-devel@lists.xenproject.org - Joerg Roedel <joro@8bytes.org> - iommu@lists.linux-foundation.org - linux-mips@linux-mips.org - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - Sebastian Ott <sebott@linux.vnet.ibm.com> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - sparclinux@vger.kernel.org - " Chris Metcalf <cmetcalf@tilera.com>\0" + "From\0wangyijing@huawei.com (Yijing Wang)\0" + "Subject\0[RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0" + "Date\0Wed, 13 Aug 2014 09:16:46 +0800\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2014/8/13 3:09, Konrad Rzeszutek Wilk wrote:\n" @@ -99,7 +73,7 @@ ">> +\tstruct pci_dev *pdev = to_pci_dev(dev);\n" ">> \n" ">> \t/* Multiple MSI vectors only supported with interrupt remapping */\n" - ">> \tif (type = PCI_CAP_ID_MSI && nvec > 1)\n" + ">> \tif (type == PCI_CAP_ID_MSI && nvec > 1)\n" ">> \t\treturn 1;\n" ">> \n" ">> -\tnode = dev_to_node(&dev->dev);\n" @@ -146,4 +120,4 @@ "Thanks!\n" Yijing -22e9e7668989c35f82483c96a49f5111c3c862d2a0f654b423be4bdcfd724ca1 +64fe79adc8bfa2bad87768d1608ad8e97c0454ab76183575ba610ea1c61e2497
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.