All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140812190947.GD13996@laptop.dumpdata.com>

diff --git a/a/1.txt b/N1/1.txt
index ffc13c3..927f4b6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,7 +39,7 @@ Why not 'x86_msi_ops' (see  arch/x86/kernel/x86_init.c)
 > +	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 09b3825..5314a72 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01407828373-24322-8-git-send-email-wangyijing@huawei.com\0"
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
  "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
- "Date\0Tue, 12 Aug 2014 19:09:47 +0000\0"
+ "Date\0Tue, 12 Aug 2014 15:09:47 -0400\0"
  "To\0Yijing Wang <wangyijing@huawei.com>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   linux-kernel@vger.kernel.org
@@ -27,9 +27,7 @@
   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 <dav>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Aug 12, 2014 at 03:26:00PM +0800, Yijing Wang wrote:\n"
@@ -73,7 +71,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"
@@ -112,4 +110,4 @@
  "> 1.7.1\n"
  >
 
-b895034c970a9d4e677ea3c53831e3dba685cb6025b97ec75257087122720c61
+64ea824bec04dc96023ba59539ae7c338e4574bb09d9a968ab26454fe55a92e9

diff --git a/a/1.txt b/N2/1.txt
index ffc13c3..927f4b6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -39,7 +39,7 @@ Why not 'x86_msi_ops' (see  arch/x86/kernel/x86_init.c)
 > +	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 09b3825..04a792e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\01407828373-24322-8-git-send-email-wangyijing@huawei.com\0"
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
  "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
- "Date\0Tue, 12 Aug 2014 19:09:47 +0000\0"
+ "Date\0Tue, 12 Aug 2014 15:09:47 -0400\0"
  "To\0Yijing Wang <wangyijing@huawei.com>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   linux-kernel@vger.kernel.org
@@ -73,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"
@@ -112,4 +112,4 @@
  "> 1.7.1\n"
  >
 
-b895034c970a9d4e677ea3c53831e3dba685cb6025b97ec75257087122720c61
+24788273bece36daf3184b91139d052058ffb565ff0e3fdeb7d76bdff21e4a65

diff --git a/a/1.txt b/N3/1.txt
index ffc13c3..927f4b6 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -39,7 +39,7 @@ Why not 'x86_msi_ops' (see  arch/x86/kernel/x86_init.c)
 > +	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 09b3825..62e87eb 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,34 +2,33 @@
  "ref\01407828373-24322-8-git-send-email-wangyijing@huawei.com\0"
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
  "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
- "Date\0Tue, 12 Aug 2014 19:09:47 +0000\0"
+ "Date\0Tue, 12 Aug 2014 15:09:47 -0400\0"
  "To\0Yijing Wang <wangyijing@huawei.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 Tue, Aug 12, 2014 at 03:26:00PM +0800, Yijing Wang wrote:\n"
@@ -73,7 +72,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"
@@ -112,4 +111,4 @@
  "> 1.7.1\n"
  >
 
-b895034c970a9d4e677ea3c53831e3dba685cb6025b97ec75257087122720c61
+cd7d05e095d6012de0dcfb6e0fae8749ff1c306e736421a79d313085e28e48d8

diff --git a/a/content_digest b/N4/content_digest
index 09b3825..5636d76 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -3,33 +3,7 @@
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
  "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
  "Date\0Tue, 12 Aug 2014 19:09:47 +0000\0"
- "To\0Yijing Wang <wangyijing@huawei.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 Tue, Aug 12, 2014 at 03:26:00PM +0800, Yijing Wang wrote:\n"
@@ -112,4 +86,4 @@
  "> 1.7.1\n"
  >
 
-b895034c970a9d4e677ea3c53831e3dba685cb6025b97ec75257087122720c61
+c8ab6bd0b12fb75acb260991991ca7ca14d77d30dd644f057829cbe648acc905

diff --git a/a/1.txt b/N5/1.txt
index ffc13c3..927f4b6 100644
--- a/a/1.txt
+++ b/N5/1.txt
@@ -39,7 +39,7 @@ Why not 'x86_msi_ops' (see  arch/x86/kernel/x86_init.c)
 > +	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/N5/content_digest
index 09b3825..1c9d84c 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -1,35 +1,9 @@
  "ref\01407828373-24322-1-git-send-email-wangyijing@huawei.com\0"
  "ref\01407828373-24322-8-git-send-email-wangyijing@huawei.com\0"
- "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
- "Subject\0Re: [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
- "Date\0Tue, 12 Aug 2014 19:09:47 +0000\0"
- "To\0Yijing Wang <wangyijing@huawei.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\0konrad.wilk@oracle.com (Konrad Rzeszutek Wilk)\0"
+ "Subject\0[RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X\0"
+ "Date\0Tue, 12 Aug 2014 15:09:47 -0400\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Aug 12, 2014 at 03:26:00PM +0800, Yijing Wang wrote:\n"
@@ -73,7 +47,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"
@@ -112,4 +86,4 @@
  "> 1.7.1\n"
  >
 
-b895034c970a9d4e677ea3c53831e3dba685cb6025b97ec75257087122720c61
+0ad8580cd682e668615ea02973861059d4f64e87b845aa3291582766d94d3374

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.