All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55B25122.5030407@suse.cz>

diff --git a/a/1.txt b/N1/1.txt
index be478c1..88d7933 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,7 +16,7 @@ On 07/23/2015 10:27 PM, David Rientjes wrote:
 >
 > I suppose the final alloc_pages_node() implementation could be
 >
->          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
+>          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
 >                  nid = numa_mem_id();
 >
 >          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);
@@ -28,4 +28,4 @@ I've posted v2 based on David's and Christoph's suggestions (thanks) but
 to avoid spamming everyone until we agree on the final interface, it's 
 marked as RFC and excludes the arch people from CC:
 
-http://marc.info/?l=linux-kernel&m\x143774920902608&w=2
+http://marc.info/?l=linux-kernel&m=143774920902608&w=2
diff --git a/a/content_digest b/N1/content_digest
index 27a8889..9e4f317 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,7 +6,7 @@
  "ref\0alpine.DEB.2.10.1507231322510.31024@chino.kir.corp.google.com\0"
  "From\0Vlastimil Babka <vbabka@suse.cz>\0"
  "Subject\0Re: [PATCH] mm: rename and document alloc_pages_exact_node\0"
- "Date\0Fri, 24 Jul 2015 14:52:18 +0000\0"
+ "Date\0Fri, 24 Jul 2015 16:52:18 +0200\0"
  "To\0David Rientjes <rientjes@google.com>"
  " Christoph Lameter <cl@linux.com>\0"
  "Cc\0linux-mm@kvack.org"
@@ -55,7 +55,7 @@
  ">\n"
  "> I suppose the final alloc_pages_node() implementation could be\n"
  ">\n"
- ">          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
+ ">          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
  ">                  nid = numa_mem_id();\n"
  ">\n"
  ">          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);\n"
@@ -67,6 +67,6 @@
  "to avoid spamming everyone until we agree on the final interface, it's \n"
  "marked as RFC and excludes the arch people from CC:\n"
  "\n"
- "http://marc.info/?l=linux-kernel&m\0243774920902608&w=2"
+ http://marc.info/?l=linux-kernel&m=143774920902608&w=2
 
-6ff19484b21760498223b5358148e7eb2efd41679e21d3fe208334b8c54696d0
+d0dfbc78a955e52833a26f9a80c19678563e80e4c1b0d200b53dd4d5b125b26e

diff --git a/a/1.txt b/N2/1.txt
index be478c1..b6c7b6a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -16,7 +16,7 @@ On 07/23/2015 10:27 PM, David Rientjes wrote:
 >
 > I suppose the final alloc_pages_node() implementation could be
 >
->          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
+>          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
 >                  nid = numa_mem_id();
 >
 >          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);
@@ -28,4 +28,10 @@ I've posted v2 based on David's and Christoph's suggestions (thanks) but
 to avoid spamming everyone until we agree on the final interface, it's 
 marked as RFC and excludes the arch people from CC:
 
-http://marc.info/?l=linux-kernel&m\x143774920902608&w=2
+http://marc.info/?l=linux-kernel&m=143774920902608&w=2
+
+--
+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 27a8889..1a339f6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,7 +6,7 @@
  "ref\0alpine.DEB.2.10.1507231322510.31024@chino.kir.corp.google.com\0"
  "From\0Vlastimil Babka <vbabka@suse.cz>\0"
  "Subject\0Re: [PATCH] mm: rename and document alloc_pages_exact_node\0"
- "Date\0Fri, 24 Jul 2015 14:52:18 +0000\0"
+ "Date\0Fri, 24 Jul 2015 16:52:18 +0200\0"
  "To\0David Rientjes <rientjes@google.com>"
  " Christoph Lameter <cl@linux.com>\0"
  "Cc\0linux-mm@kvack.org"
@@ -34,7 +34,7 @@
   Ingo Molnar <mingo@redhat.com>
   H. Peter Anvin <hpa@zytor.com>
   Cliff Whickman <cpw@sgi.com>
- " Robin Holt <robinmholt@gmail.com>\0"
+ " Robin Holt <rob\0"
  "\00:1\0"
  "b\0"
  "On 07/23/2015 10:27 PM, David Rientjes wrote:\n"
@@ -55,7 +55,7 @@
  ">\n"
  "> I suppose the final alloc_pages_node() implementation could be\n"
  ">\n"
- ">          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
+ ">          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
  ">                  nid = numa_mem_id();\n"
  ">\n"
  ">          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);\n"
@@ -67,6 +67,12 @@
  "to avoid spamming everyone until we agree on the final interface, it's \n"
  "marked as RFC and excludes the arch people from CC:\n"
  "\n"
- "http://marc.info/?l=linux-kernel&m\0243774920902608&w=2"
+ "http://marc.info/?l=linux-kernel&m=143774920902608&w=2\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>"
 
-6ff19484b21760498223b5358148e7eb2efd41679e21d3fe208334b8c54696d0
+8ec595aaecc3149adb7f20b0700ad8f8cbff3b96763606b22ce6121e56228e81

diff --git a/a/1.txt b/N3/1.txt
index be478c1..b6c7b6a 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -16,7 +16,7 @@ On 07/23/2015 10:27 PM, David Rientjes wrote:
 >
 > I suppose the final alloc_pages_node() implementation could be
 >
->          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
+>          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))
 >                  nid = numa_mem_id();
 >
 >          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);
@@ -28,4 +28,10 @@ I've posted v2 based on David's and Christoph's suggestions (thanks) but
 to avoid spamming everyone until we agree on the final interface, it's 
 marked as RFC and excludes the arch people from CC:
 
-http://marc.info/?l=linux-kernel&m\x143774920902608&w=2
+http://marc.info/?l=linux-kernel&m=143774920902608&w=2
+
+--
+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 27a8889..2baa9a6 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -6,7 +6,7 @@
  "ref\0alpine.DEB.2.10.1507231322510.31024@chino.kir.corp.google.com\0"
  "From\0Vlastimil Babka <vbabka@suse.cz>\0"
  "Subject\0Re: [PATCH] mm: rename and document alloc_pages_exact_node\0"
- "Date\0Fri, 24 Jul 2015 14:52:18 +0000\0"
+ "Date\0Fri, 24 Jul 2015 16:52:18 +0200\0"
  "To\0David Rientjes <rientjes@google.com>"
  " Christoph Lameter <cl@linux.com>\0"
  "Cc\0linux-mm@kvack.org"
@@ -55,7 +55,7 @@
  ">\n"
  "> I suppose the final alloc_pages_node() implementation could be\n"
  ">\n"
- ">          if (nid = NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
+ ">          if (nid == NUMA_NO_NODE || VM_WARN_ON(!node_online(nid)))\n"
  ">                  nid = numa_mem_id();\n"
  ">\n"
  ">          VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES);\n"
@@ -67,6 +67,12 @@
  "to avoid spamming everyone until we agree on the final interface, it's \n"
  "marked as RFC and excludes the arch people from CC:\n"
  "\n"
- "http://marc.info/?l=linux-kernel&m\0243774920902608&w=2"
+ "http://marc.info/?l=linux-kernel&m=143774920902608&w=2\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>"
 
-6ff19484b21760498223b5358148e7eb2efd41679e21d3fe208334b8c54696d0
+edc4775c6dbc90286b97c0f2dd24ea0e56228c243ae14b19d190be04b0ef861d

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.