diff for duplicates of <54164D01.4060003@huawei.com> diff --git a/a/1.txt b/N1/1.txt index e72b381..937437b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,7 +7,7 @@ > - 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? @@ -17,7 +17,7 @@ Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct? > > - 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/N1/content_digest index 35cc61d..241c74e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,23 @@ "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" - "From\0Yijing Wang <wangyijing@huawei.com>\0" + "ref\01410487848-6027-6-git-send-email-jiang.liu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" + "From\0Yijing Wang <wangyijing-hv44wF8Li93QT0dZR+AlfA@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\0Mon, 15 Sep 2014 02:20:49 +0000\0" - "To\0Jiang Liu <jiang.liu@linux.intel.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\0Mon, 15 Sep 2014 10:20:49 +0800\0" + "To\0Jiang Liu <jiang.liu-VuQAYsv1563Yd54FQh9/CA@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" "> +static void ir_remove_ioapic_hpet_scope(struct intel_iommu *iommu)\n" @@ -29,7 +29,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" @@ -39,9 +39,9 @@ "> \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" > -612d2e286b98e5fff3815c0e3b047f6442c04144c7219c2b85a9a3646015c1fb +b53ab82e584cc0a42fd62a78a3f2509dd7e08a38a6a9298d30e2602bb8969a68
diff --git a/a/1.txt b/N2/1.txt index e72b381..937437b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -7,7 +7,7 @@ > - 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? @@ -17,7 +17,7 @@ Hi Gerry, why not reset whole ir_hpe and ir_ioapic data struct? > > - 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 35cc61d..28b189e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\01410487848-6027-6-git-send-email-jiang.liu@linux.intel.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [Patch Part3 V5 5/8] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug\0" - "Date\0Mon, 15 Sep 2014 02:20:49 +0000\0" + "Date\0Mon, 15 Sep 2014 10:20:49 +0800\0" "To\0Jiang Liu <jiang.liu@linux.intel.com>" Joerg Roedel <joro@8bytes.org> David Woodhouse <dwmw2@infradead.org> @@ -13,11 +13,11 @@ " 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" + <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" "\00:1\0" "b\0" "> +static void ir_remove_ioapic_hpet_scope(struct intel_iommu *iommu)\n" @@ -29,7 +29,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" @@ -39,9 +39,9 @@ "> \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" > -612d2e286b98e5fff3815c0e3b047f6442c04144c7219c2b85a9a3646015c1fb +dc53e5378212a2bddcd95feb8d6625eec03e8e8a768c971b22bc42187c3b9fb1
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.