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

diff --git a/a/1.txt b/N1/1.txt
index c3c0fab..987750a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ On 2014/9/16 15:53, 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?
@@ -40,7 +40,7 @@ Gerry
 > 	int i;
 > 
 > 	for (i = 0; i < MAX_HPET_TBS; i++)
-> 		if (ir_hpet[i].id = hpet_id)
+> 		if (ir_hpet[i].id == hpet_id)
 > 			return ir_hpet[i].iommu;
 > 	return NULL;
 > }
@@ -54,14 +54,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 827567f..67bea1d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,24 +3,24 @@
  "ref\054164D01.4060003@huawei.com\0"
  "ref\05417E00D.5000108@linux.intel.com\0"
  "ref\05417EC7B.4060400@huawei.com\0"
- "From\0Jiang Liu <jiang.liu@linux.intel.com>\0"
+ "ref\05417EC7B.4060400-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 08:13:47 +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 16:13:47 +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"
  "\n"
@@ -37,7 +37,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"
@@ -65,7 +65,7 @@
  "> \tint i;\n"
  "> \n"
  "> \tfor (i = 0; i < MAX_HPET_TBS; i++)\n"
- "> \t\tif (ir_hpet[i].id = hpet_id)\n"
+ "> \t\tif (ir_hpet[i].id == hpet_id)\n"
  "> \t\t\treturn ir_hpet[i].iommu;\n"
  "> \treturn NULL;\n"
  "> }\n"
@@ -79,14 +79,14 @@
  ">>>>  \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"
  ">>>\n"
@@ -96,4 +96,4 @@
  "> \n"
  >
 
-93452a165a1f1d83e3e91727812f4214dfffdce2ca68db8afb4713896a6b1f63
+e26a903e3b900d882a62ff79af99549425aa01554597df400bd11f9dc31edc39

diff --git a/a/1.txt b/N2/1.txt
index c3c0fab..47282e0 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -12,7 +12,7 @@ On 2014/9/16 15:53, 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?
@@ -40,7 +40,7 @@ Gerry
 > 	int i;
 > 
 > 	for (i = 0; i < MAX_HPET_TBS; i++)
-> 		if (ir_hpet[i].id = hpet_id)
+> 		if (ir_hpet[i].id == hpet_id)
 > 			return ir_hpet[i].iommu;
 > 	return NULL;
 > }
@@ -54,7 +54,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 827567f..d36c020 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,7 +5,7 @@
  "ref\05417EC7B.4060400@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 08:13:47 +0000\0"
+ "Date\0Tue, 16 Sep 2014 16:13:47 +0800\0"
  "To\0Yijing Wang <wangyijing@huawei.com>"
   Joerg Roedel <joro@8bytes.org>
   David Woodhouse <dwmw2@infradead.org>
@@ -37,7 +37,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"
@@ -65,7 +65,7 @@
  "> \tint i;\n"
  "> \n"
  "> \tfor (i = 0; i < MAX_HPET_TBS; i++)\n"
- "> \t\tif (ir_hpet[i].id = hpet_id)\n"
+ "> \t\tif (ir_hpet[i].id == hpet_id)\n"
  "> \t\t\treturn ir_hpet[i].iommu;\n"
  "> \treturn NULL;\n"
  "> }\n"
@@ -79,7 +79,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"
@@ -96,4 +96,4 @@
  "> \n"
  >
 
-93452a165a1f1d83e3e91727812f4214dfffdce2ca68db8afb4713896a6b1f63
+6d62449677b861a74c245f0ce1c1824e3bef839ebf13e9ebe8b5651818972468

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.