All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <545BED0B.8000001@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 2c8c0b3..b2e3da1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ while (1) {
 	ret = cmpxchg(addr)
 	if (!ret)
 		break;
-	if (ret = -EFAULT)
+	if (ret == -EFAULT)
 		get_user_pages(addr);
 }
 
diff --git a/a/content_digest b/N1/content_digest
index a0a9449..afc3a5e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\0alpine.DEB.2.11.1410241451280.5308@nanos\0"
  "From\0Dave Hansen <dave.hansen@intel.com>\0"
  "Subject\0Re: [PATCH v9 11/12] x86, mpx: cleanup unused bound tables\0"
- "Date\0Thu, 06 Nov 2014 21:50:03 +0000\0"
+ "Date\0Thu, 06 Nov 2014 13:50:03 -0800\0"
  "To\0Thomas Gleixner <tglx@linutronix.de>"
  " Qiaowei Ren <qiaowei.ren@intel.com>\0"
  "Cc\0H. Peter Anvin <hpa@zytor.com>"
@@ -23,10 +23,10 @@
  "\tret = cmpxchg(addr)\n"
  "\tif (!ret)\n"
  "\t\tbreak;\n"
- "\tif (ret = -EFAULT)\n"
+ "\tif (ret == -EFAULT)\n"
  "\t\tget_user_pages(addr);\n"
  "}\n"
  "\n"
  Does anybody see a problem with that?
 
-950b4c7834c7c10ac619b14938bcf3ad4a57dfde1b979fa0db0974d982413915
+ea22686f3bfdd9cd364577ef2c11bab9365570d72215a9b85e09ebd59c85a50e

diff --git a/a/1.txt b/N2/1.txt
index 2c8c0b3..029b1b3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,8 +6,14 @@ while (1) {
 	ret = cmpxchg(addr)
 	if (!ret)
 		break;
-	if (ret = -EFAULT)
+	if (ret == -EFAULT)
 		get_user_pages(addr);
 }
 
 Does anybody see a problem with that?
+
+--
+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 a0a9449..8bae774 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "ref\0alpine.DEB.2.11.1410241451280.5308@nanos\0"
  "From\0Dave Hansen <dave.hansen@intel.com>\0"
  "Subject\0Re: [PATCH v9 11/12] x86, mpx: cleanup unused bound tables\0"
- "Date\0Thu, 06 Nov 2014 21:50:03 +0000\0"
+ "Date\0Thu, 06 Nov 2014 13:50:03 -0800\0"
  "To\0Thomas Gleixner <tglx@linutronix.de>"
  " Qiaowei Ren <qiaowei.ren@intel.com>\0"
  "Cc\0H. Peter Anvin <hpa@zytor.com>"
@@ -23,10 +23,16 @@
  "\tret = cmpxchg(addr)\n"
  "\tif (!ret)\n"
  "\t\tbreak;\n"
- "\tif (ret = -EFAULT)\n"
+ "\tif (ret == -EFAULT)\n"
  "\t\tget_user_pages(addr);\n"
  "}\n"
  "\n"
- Does anybody see a problem with that?
+ "Does anybody see a problem with that?\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>"
 
-950b4c7834c7c10ac619b14938bcf3ad4a57dfde1b979fa0db0974d982413915
+30578c5c287fd3a97b00cb6777b966693195dd60c0b223a8ea38d62eee8a222c

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.