All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5108B5D1.6050600@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index b470057..0f5a7f4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -128,7 +128,7 @@ Thanks. :)
 >>>> +		bootmem = true;
 >>>> +
 >>>> +		magic = (unsigned long)page->lru.next;
->>>> +		if (magic == SECTION_INFO || magic == MIX_SECTION_INFO) {
+>>>> +		if (magic = SECTION_INFO || magic = MIX_SECTION_INFO) {
 >>>> +			while (nr_pages--)
 >>>> +				put_page_bootmem(page++);
 >>>> +		} else
@@ -523,9 +523,3 @@ Thanks. :)
 >
 >
 >
-
---
-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 dc8f1bf..1ebef11 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\01359516425.1288.5.camel@kernel\0"
  "From\0Tang Chen <tangchen@cn.fujitsu.com>\0"
  "Subject\0Re: [PATCH v6 08/15] memory-hotplug: Common APIs to support page tables hot-remove\0"
- "Date\0Wed, 30 Jan 2013 13:55:29 +0800\0"
+ "Date\0Wed, 30 Jan 2013 05:55:29 +0000\0"
  "To\0Simon Jeons <simon.jeons@gmail.com>\0"
  "Cc\0akpm@linux-foundation.org"
   rientjes@google.com
@@ -166,7 +166,7 @@
  ">>>> +\t\tbootmem = true;\n"
  ">>>> +\n"
  ">>>> +\t\tmagic = (unsigned long)page->lru.next;\n"
- ">>>> +\t\tif (magic == SECTION_INFO || magic == MIX_SECTION_INFO) {\n"
+ ">>>> +\t\tif (magic = SECTION_INFO || magic = MIX_SECTION_INFO) {\n"
  ">>>> +\t\t\twhile (nr_pages--)\n"
  ">>>> +\t\t\t\tput_page_bootmem(page++);\n"
  ">>>> +\t\t} else\n"
@@ -560,12 +560,6 @@
  ">> Don't email:<a href=mailto:\"dont@kvack.org\">  email@kvack.org</a>\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>"
+ >
 
-02d924690ceb5095fa2aca3d61012414072119de6a3e18886f72b254ce5d430f
+7160bb4fefaed196405c0f1b7529a5a2e6defd9de4357a1b5c099cf74a389ab0

diff --git a/a/1.txt b/N2/1.txt
index b470057..ca629dd 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -523,9 +523,3 @@ Thanks. :)
 >
 >
 >
-
---
-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 dc8f1bf..fff0ff8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,33 +7,32 @@
  "Subject\0Re: [PATCH v6 08/15] memory-hotplug: Common APIs to support page tables hot-remove\0"
  "Date\0Wed, 30 Jan 2013 13:55:29 +0800\0"
  "To\0Simon Jeons <simon.jeons@gmail.com>\0"
- "Cc\0akpm@linux-foundation.org"
-  rientjes@google.com
-  len.brown@intel.com
-  benh@kernel.crashing.org
+ "Cc\0linux-ia64@vger.kernel.org"
+  linux-sh@vger.kernel.org
+  linux-mm@kvack.org
   paulus@samba.org
+  hpa@zytor.com
+  sparclinux@vger.kernel.org
   cl@linux.com
-  minchan.kim@gmail.com
-  kosaki.motohiro@jp.fujitsu.com
+  linux-s390@vger.kernel.org
+  x86@kernel.org
+  linux-acpi@vger.kernel.org
   isimatu.yasuaki@jp.fujitsu.com
-  wujianguo@huawei.com
-  wency@cn.fujitsu.com
-  hpa@zytor.com
   linfeng@cn.fujitsu.com
-  laijs@cn.fujitsu.com
   mgorman@suse.de
-  yinghai@kernel.org
+  kosaki.motohiro@jp.fujitsu.com
+  rientjes@google.com
+  len.brown@intel.com
+  wency@cn.fujitsu.com
+  cmetcalf@tilera.com
   glommer@parallels.com
-  x86@kernel.org
-  linux-mm@kvack.org
+  wujianguo@huawei.com
+  yinghai@kernel.org
+  laijs@cn.fujitsu.com
   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\0"
+  minchan.kim@gmail.com
+  akpm@linux-foundation.org
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On 01/30/2013 11:27 AM, Simon Jeons wrote:\n"
@@ -560,12 +559,6 @@
  ">> Don't email:<a href=mailto:\"dont@kvack.org\">  email@kvack.org</a>\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>"
+ >
 
-02d924690ceb5095fa2aca3d61012414072119de6a3e18886f72b254ce5d430f
+b396978b96bd6cd9066788872c4b08909e9aaf865502e296e969be07e204beb1

diff --git a/a/1.txt b/N3/1.txt
index b470057..ca629dd 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -523,9 +523,3 @@ Thanks. :)
 >
 >
 >
-
---
-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 dc8f1bf..0fec521 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -560,12 +560,6 @@
  ">> Don't email:<a href=mailto:\"dont@kvack.org\">  email@kvack.org</a>\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>"
+ >
 
-02d924690ceb5095fa2aca3d61012414072119de6a3e18886f72b254ce5d430f
+0ad3ed1acca87226a0452fa5c7f6d11a7a163f125395e04435101e73f2368092

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.