All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <50126E2F.8010301@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index 90a9936..4eef98f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -118,7 +118,7 @@ index 82cc576..fc84491 100644
 +
 +	ret = __remove_pages(start_pfn, nr_pages);
 +	if (unlikely(ret))
-+		pr_warn("%s: Failed, __remove_pages() == %d\n", __func__,
++		pr_warn("%s: Failed, __remove_pages() = %d\n", __func__,
 +			ret);
 +
 +	return ret;
@@ -228,7 +228,7 @@ index 2b6b4a3..f1554a9 100644
 +			continue;
 +
 +		if (pmd_large(*pmd)) {
-+			if ((addr & ~PMD_MASK) == 0 && next <= end) {
++			if ((addr & ~PMD_MASK) = 0 && next <= end) {
 +				set_pmd(pmd, __pmd(0));
 +				pages++;
 +				continue;
@@ -275,7 +275,7 @@ index 2b6b4a3..f1554a9 100644
 +			continue;
 +
 +		if (pud_large(*pud)) {
-+			if ((addr & ~PUD_MASK) == 0 && next <= end) {
++			if ((addr & ~PUD_MASK) = 0 && next <= end) {
 +				set_pud(pud, __pud(0));
 +				pages++;
 +				continue;
diff --git a/a/content_digest b/N1/content_digest
index fb4b8f2..a258978 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\050126B83.3050201@cn.fujitsu.com\0"
  "From\0Wen Congyang <wency@cn.fujitsu.com>\0"
  "Subject\0[RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0"
- "Date\0Fri, 27 Jul 2012 18:32:15 +0800\0"
+ "Date\0Fri, 27 Jul 2012 10:32:15 +0000\0"
  "To\0linux-mm@kvack.org"
   linux-kernel@vger.kernel.org
   linuxppc-dev@lists.ozlabs.org
@@ -142,7 +142,7 @@
  "+\n"
  "+\tret = __remove_pages(start_pfn, nr_pages);\n"
  "+\tif (unlikely(ret))\n"
- "+\t\tpr_warn(\"%s: Failed, __remove_pages() == %d\\n\", __func__,\n"
+ "+\t\tpr_warn(\"%s: Failed, __remove_pages() = %d\\n\", __func__,\n"
  "+\t\t\tret);\n"
  "+\n"
  "+\treturn ret;\n"
@@ -252,7 +252,7 @@
  "+\t\t\tcontinue;\n"
  "+\n"
  "+\t\tif (pmd_large(*pmd)) {\n"
- "+\t\t\tif ((addr & ~PMD_MASK) == 0 && next <= end) {\n"
+ "+\t\t\tif ((addr & ~PMD_MASK) = 0 && next <= end) {\n"
  "+\t\t\t\tset_pmd(pmd, __pmd(0));\n"
  "+\t\t\t\tpages++;\n"
  "+\t\t\t\tcontinue;\n"
@@ -299,7 +299,7 @@
  "+\t\t\tcontinue;\n"
  "+\n"
  "+\t\tif (pud_large(*pud)) {\n"
- "+\t\t\tif ((addr & ~PUD_MASK) == 0 && next <= end) {\n"
+ "+\t\t\tif ((addr & ~PUD_MASK) = 0 && next <= end) {\n"
  "+\t\t\t\tset_pud(pud, __pud(0));\n"
  "+\t\t\t\tpages++;\n"
  "+\t\t\t\tcontinue;\n"
@@ -479,4 +479,4 @@
  "-- \n"
  1.7.1
 
-5077afa03e628499979689c7a4c0591d7164b149db8ffe45c8cd23e9eed8e6f6
+93ddfe0bb1287eea5382d86730b2dd1d7e1241d74dddd89a0b3fd572cc623015

diff --git a/a/content_digest b/N2/content_digest
index fb4b8f2..e1a7a7e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -10,16 +10,15 @@
   linux-sh@vger.kernel.org
   linux-ia64@vger.kernel.org
  " cmetcalf@tilera.com\0"
- "Cc\0rientjes@google.com"
-  liuj97@gmail.com
-  len.brown@intel.com
-  benh@kernel.crashing.org
+ "Cc\0len.brown@intel.com"
+  Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>
   paulus@samba.org
-  cl@linux.com
   minchan.kim@gmail.com
-  akpm@linux-foundation.org
   kosaki.motohiro@jp.fujitsu.com
- " Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>\0"
+  rientjes@google.com
+  cl@linux.com
+  akpm@linux-foundation.org
+ " liuj97@gmail.com\0"
  "\00:1\0"
  "b\0"
  "We don't call __add_pages() directly in the function add_memory()\n"
@@ -479,4 +478,4 @@
  "-- \n"
  1.7.1
 
-5077afa03e628499979689c7a4c0591d7164b149db8ffe45c8cd23e9eed8e6f6
+38109dc302ed771a9e03dc87e6ccdbe4fdd697a358724675d316cfa24916f36c

diff --git a/a/1.txt b/N3/1.txt
index 90a9936..b06d03c 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -454,3 +454,9 @@ index a9e1579..0c932e1 100644
  	return ret;
 -- 
 1.7.1
+
+--
+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 fb4b8f2..92aa7ae 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -477,6 +477,12 @@
  " \tunlock_memory_hotplug();\n"
  " \treturn ret;\n"
  "-- \n"
- 1.7.1
+ "1.7.1\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>"
 
-5077afa03e628499979689c7a4c0591d7164b149db8ffe45c8cd23e9eed8e6f6
+a67016ee8bbc979acaa651a86d20220018aedba5ad35ce2d2207b81f137a0c29

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.