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

diff --git a/a/1.txt b/N1/1.txt
index b3876e1..4123f9c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,7 @@ At 11/21/2012 01:03 PM, Jaegeuk Hanse Wrote:
 >>>>> 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
@@ -72,8 +72,7 @@ Wen Congyang
 >>> regions which are partial overlapped just be splitted instead of record.
 >>> 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.
@@ -93,8 +92,7 @@ Wen Congyang
 >>             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.
@@ -155,10 +153,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 634621a..44d9004 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,7 +7,7 @@
  "ref\050AC608F.2020307@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 13:12:40 +0800\0"
+ "Date\0Wed, 21 Nov 2012 05:12:40 +0000\0"
  "To\0Jaegeuk Hanse <jaegeuk.hanse@gmail.com>\0"
  "Cc\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>"
   x86@kernel.org
@@ -55,7 +55,7 @@
  ">>>>> 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"
@@ -106,8 +106,7 @@
  ">>> regions which are partial overlapped just be splitted instead of record.\n"
  ">>> So these partial overlapped regions can't be removed. Where I miss?\n"
  ">> No, memblock_isolate_range() can deal with partial overlapped region.\n"
- ">> =====================\n"
- ">>         if (rbase < base) {\n"
+ ">> ==========>>         if (rbase < base) {\n"
  ">>             /*\n"
  ">>              * @rgn intersects from below.  Split and continue\n"
  ">>              * to process the next region - the new top half.\n"
@@ -127,8 +126,7 @@
  ">>             type->total_size -= end - rbase;\n"
  ">>             memblock_insert_region(type, i--, rbase, end - rbase,\n"
  ">>                            memblock_get_region_node(rgn));\n"
- ">> =====================\n"
- ">>\n"
+ ">> ==========>>\n"
  ">> If the region is partial overlapped region, we will split the old\n"
  ">> region into\n"
  ">> two regions. After doing this, it is full contained region now.\n"
@@ -189,12 +187,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>"
+ >
 
-8878c56969b11254afa82977eb221aa4e289976d98098414282e12ac6052f64d
+e81f023608060eb8dd3f2538baa8e1797f238dcf048ed00524be60d84006624f

diff --git a/a/1.txt b/N2/1.txt
index b3876e1..64a3746 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -155,10 +155,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 634621a..61db2ba 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -9,27 +9,26 @@
  "Subject\0Re: [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP\0"
  "Date\0Wed, 21 Nov 2012 13:12:40 +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 01:03 PM, Jaegeuk Hanse Wrote:\n"
@@ -189,12 +188,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>"
+ >
 
-8878c56969b11254afa82977eb221aa4e289976d98098414282e12ac6052f64d
+9075d08eaac1346d235bc5b571f50b2207c50a3fd4ccd02c4ab5b51136bdeced

diff --git a/a/1.txt b/N3/1.txt
index b3876e1..64a3746 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -155,10 +155,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 634621a..08b8fce 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -189,12 +189,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>"
+ >
 
-8878c56969b11254afa82977eb221aa4e289976d98098414282e12ac6052f64d
+8ac3cf24e8bcb206cc002801bdf5e5d20d80ef9253a1cd379fe391ec7d430fe3

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.