All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5417E00D.5000108@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 4dd34eb..d5e5ca0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ On 2014/9/15 10:20, Yijing Wang wrote:
 >> -		start += scope->length;
 >> -	}
 >> +	for (i = 0; i < MAX_HPET_TBS; i++)
->> +		if (ir_hpet[i].iommu = iommu)
+>> +		if (ir_hpet[i].iommu == iommu)
 >> +			ir_hpet[i].iommu = NULL;
 > 
 > Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct?
@@ -25,14 +25,14 @@ Gerry
 >>  
 >> -	return 0;
 >> +	for (i = 0; i < MAX_IO_APICS; i++)
->> +		if (ir_ioapic[i].iommu = iommu)
+>> +		if (ir_ioapic[i].iommu == iommu)
 >> +			ir_ioapic[i].iommu = NULL;
 >>  }
 >>  
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
 >
diff --git a/a/content_digest b/N1/content_digest
index 9d86121..cff13cc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,24 @@
  "ref\01410487848-6027-1-git-send-email-jiang.liu@linux.intel.com\0"
  "ref\01410487848-6027-6-git-send-email-jiang.liu@linux.intel.com\0"
  "ref\054164D01.4060003@huawei.com\0"
- "From\0Jiang Liu <jiang.liu@linux.intel.com>\0"
+ "ref\054164D01.4060003-hv44wF8Li93QT0dZR+AlfA@public.gmane.org\0"
+ "From\0Jiang Liu <jiang.liu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0"
  "Subject\0Re: [Patch Part3 V5 5/8] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug\0"
- "Date\0Tue, 16 Sep 2014 07:00:29 +0000\0"
- "To\0Yijing Wang <wangyijing@huawei.com>"
-  Joerg Roedel <joro@8bytes.org>
-  David Woodhouse <dwmw2@infradead.org>
-  Yinghai Lu <yinghai@kernel.org>
-  Bjorn Helgaas <bhelgaas@google.com>
-  Dan Williams <dan.j.williams@intel.com>
-  Vinod Koul <vinod.koul@intel.com>
- " Rafael J . Wysocki <rafael.j.wysocki@intel.com>\0"
- "Cc\0Ashok Raj <ashok.raj@intel.com>"
-  Tony Luck <tony.luck@intel.com>
-  iommu@lists.linux-foundation.org
-  linux-pci@vger.kernel.org
-  linux-hotplug@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " dmaengine@vger.kernel.org\0"
+ "Date\0Tue, 16 Sep 2014 15:00:29 +0800\0"
+ "To\0Yijing Wang <wangyijing-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>"
+  Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
+  David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
+  Yinghai Lu <yinghai-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Bjorn Helgaas <bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
+  Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+ " Rafael J . Wysocki <rafael.j.wysocki-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>"
+  linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-hotplug-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
+ " dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 2014/9/15 10:20, Yijing Wang wrote:\n"
@@ -31,7 +31,7 @@
  ">> -\t\tstart += scope->length;\n"
  ">> -\t}\n"
  ">> +\tfor (i = 0; i < MAX_HPET_TBS; i++)\n"
- ">> +\t\tif (ir_hpet[i].iommu = iommu)\n"
+ ">> +\t\tif (ir_hpet[i].iommu == iommu)\n"
  ">> +\t\t\tir_hpet[i].iommu = NULL;\n"
  "> \n"
  "> Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct?\n"
@@ -48,16 +48,16 @@
  ">>  \n"
  ">> -\treturn 0;\n"
  ">> +\tfor (i = 0; i < MAX_IO_APICS; i++)\n"
- ">> +\t\tif (ir_ioapic[i].iommu = iommu)\n"
+ ">> +\t\tif (ir_ioapic[i].iommu == iommu)\n"
  ">> +\t\t\tir_ioapic[i].iommu = NULL;\n"
  ">>  }\n"
  ">>  \n"
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> Please read the FAQ at  http://www.tux.org/lkml/\n"
  >
 
-9e014d3a1d1b7cb4e41916a463c1dc5a30820933a426e00e1169b531c4041b35
+c7ae2bc75dac8f0299100d0f3cfe47bf1cb3f1dc4913e493395f4c2c4350f5da

diff --git a/a/1.txt b/N2/1.txt
index 4dd34eb..5548d99 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,7 +8,7 @@ On 2014/9/15 10:20, Yijing Wang wrote:
 >> -		start += scope->length;
 >> -	}
 >> +	for (i = 0; i < MAX_HPET_TBS; i++)
->> +		if (ir_hpet[i].iommu = iommu)
+>> +		if (ir_hpet[i].iommu == iommu)
 >> +			ir_hpet[i].iommu = NULL;
 > 
 > Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct?
@@ -25,7 +25,7 @@ Gerry
 >>  
 >> -	return 0;
 >> +	for (i = 0; i < MAX_IO_APICS; i++)
->> +		if (ir_ioapic[i].iommu = iommu)
+>> +		if (ir_ioapic[i].iommu == iommu)
 >> +			ir_ioapic[i].iommu = NULL;
 >>  }
 >>  
diff --git a/a/content_digest b/N2/content_digest
index 9d86121..bf12063 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "ref\054164D01.4060003@huawei.com\0"
  "From\0Jiang Liu <jiang.liu@linux.intel.com>\0"
  "Subject\0Re: [Patch Part3 V5 5/8] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug\0"
- "Date\0Tue, 16 Sep 2014 07:00:29 +0000\0"
+ "Date\0Tue, 16 Sep 2014 15:00:29 +0800\0"
  "To\0Yijing Wang <wangyijing@huawei.com>"
   Joerg Roedel <joro@8bytes.org>
   David Woodhouse <dwmw2@infradead.org>
@@ -31,7 +31,7 @@
  ">> -\t\tstart += scope->length;\n"
  ">> -\t}\n"
  ">> +\tfor (i = 0; i < MAX_HPET_TBS; i++)\n"
- ">> +\t\tif (ir_hpet[i].iommu = iommu)\n"
+ ">> +\t\tif (ir_hpet[i].iommu == iommu)\n"
  ">> +\t\t\tir_hpet[i].iommu = NULL;\n"
  "> \n"
  "> Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct?\n"
@@ -48,7 +48,7 @@
  ">>  \n"
  ">> -\treturn 0;\n"
  ">> +\tfor (i = 0; i < MAX_IO_APICS; i++)\n"
- ">> +\t\tif (ir_ioapic[i].iommu = iommu)\n"
+ ">> +\t\tif (ir_ioapic[i].iommu == iommu)\n"
  ">> +\t\t\tir_ioapic[i].iommu = NULL;\n"
  ">>  }\n"
  ">>  \n"
@@ -60,4 +60,4 @@
  "> Please read the FAQ at  http://www.tux.org/lkml/\n"
  >
 
-9e014d3a1d1b7cb4e41916a463c1dc5a30820933a426e00e1169b531c4041b35
+d49df44344ff58a6ba88128aaab024162b0c4c22034bf7942645dbb1a524616e

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.