All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54B799DC.1050008@citrix.com>

diff --git a/a/1.txt b/N1/1.txt
index e56e182..3e505cb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 15/01/15 08:58, Christian Borntraeger wrote:
 > ACCESS_ONCE does not work reliably on non-scalar types. For
 > example gcc 4.6 and 4.7 might remove the volatile tag for such
 > accesses during the SRA (scalar replacement of aggregates) step
-> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)
+> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)
 > 
 > Change the p2m code to replace ACCESS_ONCE with READ_ONCE.
 
diff --git a/a/content_digest b/N1/content_digest
index ab3e585..5db201a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -18,7 +18,7 @@
  "> ACCESS_ONCE does not work reliably on non-scalar types. For\n"
  "> example gcc 4.6 and 4.7 might remove the volatile tag for such\n"
  "> accesses during the SRA (scalar replacement of aggregates) step\n"
- "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)\n"
+ "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)\n"
  "> \n"
  "> Change the p2m code to replace ACCESS_ONCE with READ_ONCE.\n"
  "\n"
@@ -28,4 +28,4 @@
  "\n"
  David
 
-69507b88ff8d098889dfff00a80f6dd1b74def6c85fc07185ed632889a5d6616
+23999e6d28bfea59906c5dc671b6543940e79555acff86fc6b0c5e708d7bb4fa

diff --git a/a/1.txt b/N2/1.txt
index e56e182..3e505cb 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ On 15/01/15 08:58, Christian Borntraeger wrote:
 > ACCESS_ONCE does not work reliably on non-scalar types. For
 > example gcc 4.6 and 4.7 might remove the volatile tag for such
 > accesses during the SRA (scalar replacement of aggregates) step
-> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)
+> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)
 > 
 > Change the p2m code to replace ACCESS_ONCE with READ_ONCE.
 
diff --git a/a/content_digest b/N2/content_digest
index ab3e585..943be53 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,7 +4,7 @@
  "Subject\0Re: [Xen-devel] [PATCH 3/8] x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE\0"
  "Date\0Thu, 15 Jan 2015 10:43:40 +0000\0"
  "To\0Christian Borntraeger <borntraeger@de.ibm.com>"
- " linux-kernel@vger.kernel.org\0"
+ " <linux-kernel@vger.kernel.org>\0"
  "Cc\0linux-arch@vger.kernel.org"
   kvm@vger.kernel.org
   x86@kernel.org
@@ -18,7 +18,7 @@
  "> ACCESS_ONCE does not work reliably on non-scalar types. For\n"
  "> example gcc 4.6 and 4.7 might remove the volatile tag for such\n"
  "> accesses during the SRA (scalar replacement of aggregates) step\n"
- "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)\n"
+ "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)\n"
  "> \n"
  "> Change the p2m code to replace ACCESS_ONCE with READ_ONCE.\n"
  "\n"
@@ -28,4 +28,4 @@
  "\n"
  David
 
-69507b88ff8d098889dfff00a80f6dd1b74def6c85fc07185ed632889a5d6616
+8c54284710016399603988ae83af87490356d9f09a5f7b640bb1df1f147b5227

diff --git a/a/1.txt b/N3/1.txt
index e56e182..3e505cb 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -2,7 +2,7 @@ On 15/01/15 08:58, Christian Borntraeger wrote:
 > ACCESS_ONCE does not work reliably on non-scalar types. For
 > example gcc 4.6 and 4.7 might remove the volatile tag for such
 > accesses during the SRA (scalar replacement of aggregates) step
-> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)
+> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)
 > 
 > Change the p2m code to replace ACCESS_ONCE with READ_ONCE.
 
diff --git a/a/content_digest b/N3/content_digest
index ab3e585..e477c02 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,21 +4,21 @@
  "Subject\0Re: [Xen-devel] [PATCH 3/8] x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE\0"
  "Date\0Thu, 15 Jan 2015 10:43:40 +0000\0"
  "To\0Christian Borntraeger <borntraeger@de.ibm.com>"
- " linux-kernel@vger.kernel.org\0"
- "Cc\0linux-arch@vger.kernel.org"
-  kvm@vger.kernel.org
-  x86@kernel.org
-  kvm-ppc@vger.kernel.org
-  linux-mm@kvack.org
-  xen-devel@lists.xenproject.org
- " linuxppc-dev@lists.ozlabs.org\0"
+ " <linux-kernel@vger.kernel.org>\0"
+ "Cc\0<linux-arch@vger.kernel.org>"
+  <kvm@vger.kernel.org>
+  <x86@kernel.org>
+  <kvm-ppc@vger.kernel.org>
+  <linux-mm@kvack.org>
+  <xen-devel@lists.xenproject.org>
+ " <linuxppc-dev@lists.ozlabs.org>\0"
  "\00:1\0"
  "b\0"
  "On 15/01/15 08:58, Christian Borntraeger wrote:\n"
  "> ACCESS_ONCE does not work reliably on non-scalar types. For\n"
  "> example gcc 4.6 and 4.7 might remove the volatile tag for such\n"
  "> accesses during the SRA (scalar replacement of aggregates) step\n"
- "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)\n"
+ "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)\n"
  "> \n"
  "> Change the p2m code to replace ACCESS_ONCE with READ_ONCE.\n"
  "\n"
@@ -28,4 +28,4 @@
  "\n"
  David
 
-69507b88ff8d098889dfff00a80f6dd1b74def6c85fc07185ed632889a5d6616
+587a3c8046bdec58fa199a44e056a91d0543866bccc196b016f0c229cfd85fc8

diff --git a/a/1.txt b/N4/1.txt
index e56e182..b66f407 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -2,7 +2,7 @@ On 15/01/15 08:58, Christian Borntraeger wrote:
 > ACCESS_ONCE does not work reliably on non-scalar types. For
 > example gcc 4.6 and 4.7 might remove the volatile tag for such
 > accesses during the SRA (scalar replacement of aggregates) step
-> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)
+> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)
 > 
 > Change the p2m code to replace ACCESS_ONCE with READ_ONCE.
 
@@ -11,3 +11,9 @@ Acked-by: David Vrabel <david.vrabel@citrix.com>
 Let me know if you want me to merge this via the Xen tree.
 
 David
+
+--
+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/N4/content_digest
index ab3e585..0bedbb6 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -18,7 +18,7 @@
  "> ACCESS_ONCE does not work reliably on non-scalar types. For\n"
  "> example gcc 4.6 and 4.7 might remove the volatile tag for such\n"
  "> accesses during the SRA (scalar replacement of aggregates) step\n"
- "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?idX145)\n"
+ "> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145)\n"
  "> \n"
  "> Change the p2m code to replace ACCESS_ONCE with READ_ONCE.\n"
  "\n"
@@ -26,6 +26,12 @@
  "\n"
  "Let me know if you want me to merge this via the Xen tree.\n"
  "\n"
- David
+ "David\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>"
 
-69507b88ff8d098889dfff00a80f6dd1b74def6c85fc07185ed632889a5d6616
+5664e673ed6dcd01552740d651ea584afb0c3ddf15680258a8b13b9abfee2dd9

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.