diff for duplicates of <50BC0D2D.8040008@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 7e0a74d..233111c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -56,7 +56,7 @@ index 1b7e22a..748732d 100644 + unsigned long magic; + + magic = (unsigned long) page->lru.next; -+ if (magic == SECTION_INFO || magic == MIX_SECTION_INFO) { ++ if (magic = SECTION_INFO || magic = MIX_SECTION_INFO) { + put_page_bootmem(page); + + zone = page_zone(page); @@ -136,7 +136,7 @@ index 1b7e22a..748732d 100644 + __flush_tlb_all(); + + magic = (unsigned long) page->lru.next; -+ if (magic == SECTION_INFO) { ++ if (magic = SECTION_INFO) { + section_nr = pfn_to_section_nr(page_to_pfn(page)); + while (i < PTRS_PER_PMD) { + page++; @@ -350,7 +350,7 @@ On 2012/11/30 9:45, Wen Congyang wrote: >> + unsigned long magic; >> + >> + magic = (unsigned long) page->lru.next; ->> + if (magic == SECTION_INFO || magic == MIX_SECTION_INFO) { +>> + if (magic = SECTION_INFO || magic = MIX_SECTION_INFO) { >> + put_page_bootmem(page); >> + >> + zone = page_zone(page); @@ -437,7 +437,7 @@ On 2012/11/30 9:45, Wen Congyang wrote: >> + __flush_tlb_all(); >> + >> + magic = (unsigned long) page->lru.next; ->> + if (magic == SECTION_INFO) { +>> + if (magic = SECTION_INFO) { >> + section_nr = pfn_to_section_nr(page_to_pfn(page)); >> + while (i < PTRS_PER_PMD) { >> + page++; diff --git a/a/content_digest b/N1/content_digest index faeaa3c..148f5fa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\050B80FB1.6040906@cn.fujitsu.com\0" "From\0Jianguo Wu <wujianguo@huawei.com>\0" "Subject\0Re: [Patch v4 08/12] memory-hotplug: remove memmap of sparse-vmemmap\0" - "Date\0Mon, 3 Dec 2012 10:23:41 +0800\0" + "Date\0Mon, 03 Dec 2012 02:23:41 +0000\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" "Cc\0x86@kernel.org" linux-mm@kvack.org @@ -86,7 +86,7 @@ "+\tunsigned long magic;\n" "+\n" "+\tmagic = (unsigned long) page->lru.next;\n" - "+\tif (magic == SECTION_INFO || magic == MIX_SECTION_INFO) {\n" + "+\tif (magic = SECTION_INFO || magic = MIX_SECTION_INFO) {\n" "+\t\tput_page_bootmem(page);\n" "+\n" "+\t\tzone = page_zone(page);\n" @@ -166,7 +166,7 @@ "+\t__flush_tlb_all();\n" "+\n" "+\tmagic = (unsigned long) page->lru.next;\n" - "+\tif (magic == SECTION_INFO) {\n" + "+\tif (magic = SECTION_INFO) {\n" "+\t\tsection_nr = pfn_to_section_nr(page_to_pfn(page));\n" "+\t\twhile (i < PTRS_PER_PMD) {\n" "+\t\t\tpage++;\n" @@ -380,7 +380,7 @@ ">> +\tunsigned long magic;\n" ">> +\n" ">> +\tmagic = (unsigned long) page->lru.next;\n" - ">> +\tif (magic == SECTION_INFO || magic == MIX_SECTION_INFO) {\n" + ">> +\tif (magic = SECTION_INFO || magic = MIX_SECTION_INFO) {\n" ">> +\t\tput_page_bootmem(page);\n" ">> +\n" ">> +\t\tzone = page_zone(page);\n" @@ -467,7 +467,7 @@ ">> +\t__flush_tlb_all();\n" ">> +\n" ">> +\tmagic = (unsigned long) page->lru.next;\n" - ">> +\tif (magic == SECTION_INFO) {\n" + ">> +\tif (magic = SECTION_INFO) {\n" ">> +\t\tsection_nr = pfn_to_section_nr(page_to_pfn(page));\n" ">> +\t\twhile (i < PTRS_PER_PMD) {\n" ">> +\t\t\tpage++;\n" @@ -623,4 +623,4 @@ "> .\n" > -3f36927c439f255a3863652d54a67e9d328c4884b321df6ae305933e337b0d72 +cb87fe00486ae9ac782c988a7c9e112fe6a15879807ec252ad4d3b33256e5034
diff --git a/a/content_digest b/N2/content_digest index faeaa3c..f82231e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,26 +6,25 @@ "Subject\0Re: [Patch v4 08/12] memory-hotplug: remove memmap of sparse-vmemmap\0" "Date\0Mon, 3 Dec 2012 10:23:41 +0800\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" - "Cc\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + "Cc\0linux-s390@vger.kernel.org" + linux-ia64@vger.kernel.org + Len Brown <len.brown@intel.com> linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org + x86@kernel.org + linux-kernel@vger.kernel.org cmetcalf@tilera.com - sparclinux@vger.kernel.org - David Rientjes <rientjes@google.com> - Jiang Liu <liuj97@gmail.com> - Len Brown <len.brown@intel.com> - benh@kernel.crashing.org + linux-mm@kvack.org + Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> paulus@samba.org - Christoph Lameter <cl@linux.com> Minchan Kim <minchan.kim@gmail.com> - Andrew Morton <akpm@linux-foundation.org> KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> - " Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>\0" + David Rientjes <rientjes@google.com> + sparclinux@vger.kernel.org + Christoph Lameter <cl@linux.com> + linuxppc-dev@lists.ozlabs.org + Andrew Morton <akpm@linux-foundation.org> + " Jiang Liu <liuj97@gmail.com>\0" "\00:1\0" "b\0" "Hi Congyang,\n" @@ -623,4 +622,4 @@ "> .\n" > -3f36927c439f255a3863652d54a67e9d328c4884b321df6ae305933e337b0d72 +a9acdaedbe9136c9fb49c770f02c0968a2b4aa542c8f108f2a59004fe5d1e8ee
diff --git a/a/1.txt b/N3/1.txt index 7e0a74d..6f59570 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -591,4 +591,12 @@ On 2012/11/30 9:45, Wen Congyang wrote: > > > . -> +> + + + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N3/content_digest index faeaa3c..fe6a7f4 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -621,6 +621,14 @@ "> \n" "> \n" "> .\n" - > + "> \n" + "\n" + "\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -3f36927c439f255a3863652d54a67e9d328c4884b321df6ae305933e337b0d72 +db074d860de5aec5449b45b3e114bd4576ec652f7d5b5bfea88d3c1f4aa6f766
diff --git a/a/content_digest b/N4/content_digest index faeaa3c..8028aae 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -6,21 +6,21 @@ "Subject\0Re: [Patch v4 08/12] memory-hotplug: remove memmap of sparse-vmemmap\0" "Date\0Mon, 3 Dec 2012 10:23:41 +0800\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" - "Cc\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org - cmetcalf@tilera.com - sparclinux@vger.kernel.org + "Cc\0<x86@kernel.org>" + <linux-mm@kvack.org> + <linux-kernel@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-acpi@vger.kernel.org> + <linux-s390@vger.kernel.org> + <linux-sh@vger.kernel.org> + <linux-ia64@vger.kernel.org> + <cmetcalf@tilera.com> + <sparclinux@vger.kernel.org> David Rientjes <rientjes@google.com> Jiang Liu <liuj97@gmail.com> Len Brown <len.brown@intel.com> - benh@kernel.crashing.org - paulus@samba.org + <benh@kernel.crashing.org> + <paulus@samba.org> Christoph Lameter <cl@linux.com> Minchan Kim <minchan.kim@gmail.com> Andrew Morton <akpm@linux-foundation.org> @@ -623,4 +623,4 @@ "> .\n" > -3f36927c439f255a3863652d54a67e9d328c4884b321df6ae305933e337b0d72 +63a3716805588b4000ca21635c9f4e0ea850eaaa4e5d8cfb88f18d08aa8e8f58
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.