All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5031DB52.9030806@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index fb4aca6..d0cc4d6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ it should be:
 	zone->present_pages = spanned pages - absent pages - bootmem pages,
 but now:
 	zone->present_pages = spanned pages - absent pages - memmap pages.
-spanned pages:total size, including holes.
+spanned pages:total size, including holes.
 absent pages: holes.
 bootmem pages: pages used in system boot, managed by bootmem allocator.
 memmap pages: pages used by page structs.
@@ -26,7 +26,7 @@ allocating failure when fork process(__vm_enough_memory()).
 [root@localhost ~]# dmesg
 -bash: fork: Cannot allocate memory
 
-I think bug described in http://marc.info/?l=linux-mm&m\x134502182714186&w=2 is also
+I think bug described in http://marc.info/?l=linux-mm&m=134502182714186&w=2 is also
 caused by wrong zone present pages.
 
 This patch intends to fix-up zone->present_pages when memory are freed to
@@ -200,3 +200,7 @@ index fcb0932..36c35bb 100644
 
 
 .
+--
+To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
+the body of a message to majordomo@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 041796e..ed7d751 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0wujianguo <wujianguo106@gmail.com>\0"
  "Subject\0[PATCH]mm: fix-up zone present pages\0"
- "Date\0Mon, 20 Aug 2012 06:38:10 +0000\0"
+ "Date\0Mon, 20 Aug 2012 14:38:10 +0800\0"
  "To\0tony.luck@intel.com"
   fenghua.yu@intel.com
   dhowells@redhat.com
@@ -35,7 +35,7 @@
  "\tzone->present_pages = spanned pages - absent pages - bootmem pages,\n"
  "but now:\n"
  "\tzone->present_pages = spanned pages - absent pages - memmap pages.\n"
- "spanned pages\303\257\302\274\305\241total size, including holes.\n"
+ "spanned pages\357\274\232total size, including holes.\n"
  "absent pages: holes.\n"
  "bootmem pages: pages used in system boot, managed by bootmem allocator.\n"
  "memmap pages: pages used by page structs.\n"
@@ -55,7 +55,7 @@
  "[root@localhost ~]# dmesg\n"
  "-bash: fork: Cannot allocate memory\n"
  "\n"
- "I think bug described in http://marc.info/?l=linux-mm&m\0234502182714186&w=2 is also\n"
+ "I think bug described in http://marc.info/?l=linux-mm&m=134502182714186&w=2 is also\n"
  "caused by wrong zone present pages.\n"
  "\n"
  "This patch intends to fix-up zone->present_pages when memory are freed to\n"
@@ -228,6 +228,10 @@
  "\n"
  "\n"
  "\n"
- .
+ ".\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-ia64\" in\n"
+ "the body of a message to majordomo@vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-5b4ab01e81df6bd5155ea8577357a280250dd32714e15ebc194b95edf468096a
+9013fc71ba5df071785ab212bd3d4e28c3b08443470ae83cef3135bf7641a1c5

diff --git a/a/1.txt b/N2/1.txt
index fb4aca6..57ab7d9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,7 +6,7 @@ it should be:
 	zone->present_pages = spanned pages - absent pages - bootmem pages,
 but now:
 	zone->present_pages = spanned pages - absent pages - memmap pages.
-spanned pages:total size, including holes.
+spanned pages:total size, including holes.
 absent pages: holes.
 bootmem pages: pages used in system boot, managed by bootmem allocator.
 memmap pages: pages used by page structs.
@@ -26,7 +26,7 @@ allocating failure when fork process(__vm_enough_memory()).
 [root@localhost ~]# dmesg
 -bash: fork: Cannot allocate memory
 
-I think bug described in http://marc.info/?l=linux-mm&m\x134502182714186&w=2 is also
+I think bug described in http://marc.info/?l=linux-mm&m=134502182714186&w=2 is also
 caused by wrong zone present pages.
 
 This patch intends to fix-up zone->present_pages when memory are freed to
diff --git a/a/content_digest b/N2/content_digest
index 041796e..f2ba8a6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,6 +1,6 @@
  "From\0wujianguo <wujianguo106@gmail.com>\0"
  "Subject\0[PATCH]mm: fix-up zone present pages\0"
- "Date\0Mon, 20 Aug 2012 06:38:10 +0000\0"
+ "Date\0Mon, 20 Aug 2012 14:38:10 +0800\0"
  "To\0tony.luck@intel.com"
   fenghua.yu@intel.com
   dhowells@redhat.com
@@ -35,7 +35,7 @@
  "\tzone->present_pages = spanned pages - absent pages - bootmem pages,\n"
  "but now:\n"
  "\tzone->present_pages = spanned pages - absent pages - memmap pages.\n"
- "spanned pages\303\257\302\274\305\241total size, including holes.\n"
+ "spanned pages\357\274\232total size, including holes.\n"
  "absent pages: holes.\n"
  "bootmem pages: pages used in system boot, managed by bootmem allocator.\n"
  "memmap pages: pages used by page structs.\n"
@@ -55,7 +55,7 @@
  "[root@localhost ~]# dmesg\n"
  "-bash: fork: Cannot allocate memory\n"
  "\n"
- "I think bug described in http://marc.info/?l=linux-mm&m\0234502182714186&w=2 is also\n"
+ "I think bug described in http://marc.info/?l=linux-mm&m=134502182714186&w=2 is also\n"
  "caused by wrong zone present pages.\n"
  "\n"
  "This patch intends to fix-up zone->present_pages when memory are freed to\n"
@@ -230,4 +230,4 @@
  "\n"
  .
 
-5b4ab01e81df6bd5155ea8577357a280250dd32714e15ebc194b95edf468096a
+aa01b31bf45001d95fd50a3a248e197da306d70115b58c7faf5a26680a02b08c

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.