All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <50AC5BC1.9050200@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index a3bca04..4bf6915 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ At 11/21/2012 12:22 PM, Jaegeuk Hanse Wrote:
 >>> address allocated before? If not continuous, page_to_pfn and pfn_to_page
 >>> can't work correctly.
 >> vmemmap has its virtual address range:
->> ffffea0000000000 - ffffeaffffffffff (=40 bits) virtual memory map (1TB)
+>> ffffea0000000000 - ffffeaffffffffff (@ bits) virtual memory map (1TB)
 >>
 >> We allocate memory from buddy system to store struct page, and its
 >> virtual
@@ -50,8 +50,7 @@ only used for bootmem allocator. I think it isn't used after booting.
 > So these partial overlapped regions can't be removed. Where I miss?
 
 No, memblock_isolate_range() can deal with partial overlapped region.
-=====================
-		if (rbase < base) {
+==========		if (rbase < base) {
 			/*
 			 * @rgn intersects from below.  Split and continue
 			 * to process the next region - the new top half.
@@ -71,8 +70,7 @@ No, memblock_isolate_range() can deal with partial overlapped region.
 			type->total_size -= end - rbase;
 			memblock_insert_region(type, i--, rbase, end - rbase,
 					       memblock_get_region_node(rgn));
-=====================
-
+==========
 If the region is partial overlapped region, we will split the old region into
 two regions. After doing this, it is full contained region now.
 
@@ -130,10 +128,4 @@ Wen Congyang
 >>>> *ms)
 >>>
 > 
-> 
-
---
-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/N1/content_digest
index 1c9786d..13e67d1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\050AC571C.4030504@gmail.com\0"
  "From\0Wen Congyang <wency@cn.fujitsu.com>\0"
  "Subject\0Re: [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP\0"
- "Date\0Wed, 21 Nov 2012 12:42:41 +0800\0"
+ "Date\0Wed, 21 Nov 2012 04:42:41 +0000\0"
  "To\0Jaegeuk Hanse <jaegeuk.hanse@gmail.com>\0"
  "Cc\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>"
   x86@kernel.org
@@ -49,7 +49,7 @@
  ">>> address allocated before? If not continuous, page_to_pfn and pfn_to_page\n"
  ">>> can't work correctly.\n"
  ">> vmemmap has its virtual address range:\n"
- ">> ffffea0000000000 - ffffeaffffffffff (=40 bits) virtual memory map (1TB)\n"
+ ">> ffffea0000000000 - ffffeaffffffffff (@ bits) virtual memory map (1TB)\n"
  ">>\n"
  ">> We allocate memory from buddy system to store struct page, and its\n"
  ">> virtual\n"
@@ -82,8 +82,7 @@
  "> So these partial overlapped regions can't be removed. Where I miss?\n"
  "\n"
  "No, memblock_isolate_range() can deal with partial overlapped region.\n"
- "=====================\n"
- "\t\tif (rbase < base) {\n"
+ "==========\t\tif (rbase < base) {\n"
  "\t\t\t/*\n"
  "\t\t\t * @rgn intersects from below.  Split and continue\n"
  "\t\t\t * to process the next region - the new top half.\n"
@@ -103,8 +102,7 @@
  "\t\t\ttype->total_size -= end - rbase;\n"
  "\t\t\tmemblock_insert_region(type, i--, rbase, end - rbase,\n"
  "\t\t\t\t\t       memblock_get_region_node(rgn));\n"
- "=====================\n"
- "\n"
+ "==========\n"
  "If the region is partial overlapped region, we will split the old region into\n"
  "two regions. After doing this, it is full contained region now.\n"
  "\n"
@@ -162,12 +160,6 @@
  ">>>> *ms)\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>"
+ >
 
-7c207841734c63cfe7dab342a3881887363352a6276befae2ab2f916e3cf97c3
+9a17bf8f8066bd2b41015799f6973bb0ebec92910feb69cf761a871a6e3398c4

diff --git a/a/1.txt b/N2/1.txt
index a3bca04..f76e78e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -130,10 +130,4 @@ Wen Congyang
 >>>> *ms)
 >>>
 > 
-> 
-
---
-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/N2/content_digest
index 1c9786d..fc6ab36 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,27 +7,26 @@
  "Subject\0Re: [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP\0"
  "Date\0Wed, 21 Nov 2012 12:42:41 +0800\0"
  "To\0Jaegeuk Hanse <jaegeuk.hanse@gmail.com>\0"
- "Cc\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>"
-  x86@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
+  Jianguo Wu <wujianguo@huawei.com>
+  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>
- " Jianguo Wu <wujianguo@huawei.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"
  "At 11/21/2012 12:22 PM, Jaegeuk Hanse Wrote:\n"
@@ -162,12 +161,6 @@
  ">>>> *ms)\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>"
+ >
 
-7c207841734c63cfe7dab342a3881887363352a6276befae2ab2f916e3cf97c3
+65cdadda9623ff9e14390c72ec689dc24d43ca090ba2300b1f67843721627685

diff --git a/a/1.txt b/N3/1.txt
index a3bca04..f76e78e 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -130,10 +130,4 @@ Wen Congyang
 >>>> *ms)
 >>>
 > 
-> 
-
---
-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 1c9786d..aaa0ab3 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -162,12 +162,6 @@
  ">>>> *ms)\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>"
+ >
 
-7c207841734c63cfe7dab342a3881887363352a6276befae2ab2f916e3cf97c3
+c6649800ded2469028ce28c603d9996cbfa400047b9dd921ae884fea42cde64e

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.