All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1461600377.8149.76.camel@hpe.com>

diff --git a/a/1.txt b/N1/1.txt
index 8a70321..1bb30a0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -170,7 +170,9 @@ the same way as well.
 
 Thanks,
 -Toshi
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
+
+--
+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 0d59e72..85bb077 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,18 +6,21 @@
  "Date\0Mon, 25 Apr 2016 10:06:17 -0600\0"
  "To\0Kirill A. Shutemov <kirill@shutemov.name>"
  " Hugh Dickins <hughd@google.com>\0"
- "Cc\0tytso@mit.edu"
-  jack@suse.cz
-  linux-nvdimm@lists.01.org
+ "Cc\0akpm@linux-foundation.org"
+  dan.j.williams@intel.com
+  viro@zeniv.linux.org.uk
+  willy@linux.intel.com
+  ross.zwisler@linux.intel.com
+  kirill.shutemov@linux.intel.com
   david@fromorbit.com
-  linux-kernel@vger.kernel.org
-  linux-mm@kvack.org
+  jack@suse.cz
+  tytso@mit.edu
   adilger.kernel@dilger.ca
-  viro@zeniv.linux.org.uk
+  mike.kravetz@oracle.com
+  linux-nvdimm@lists.01.org
   linux-fsdevel@vger.kernel.org
-  akpm@linux-foundation.org
-  kirill.shutemov@linux.intel.com
- " mike.kravetz@oracle.com\0"
+  linux-mm@kvack.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:\n"
@@ -192,9 +195,11 @@
  "\n"
  "Thanks,\n"
  "-Toshi\n"
- "_______________________________________________\n"
- "Linux-nvdimm mailing list\n"
- "Linux-nvdimm@lists.01.org\n"
- https://lists.01.org/mailman/listinfo/linux-nvdimm
+ "\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>"
 
-0aacbd12fa4633d04a0fef54e690c58c4ca73f20f8524d9b511663fde46f5898
+9403143b7a2a9b65865efc6f2abe801f51ac07b40d4f8943bf7e88badb250243

diff --git a/a/1.txt b/N2/1.txt
index 8a70321..c09dc41 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:
 > On Fri, Apr 22, 2016 at 06:21:22PM -0600, Toshi Kani wrote:
 > > 
- :
+A :
 > > +unsigned long __thp_get_unmapped_area(struct file *filp, unsigned long
 > > len,
 > > +		loff_t off, unsigned long flags, unsigned long size)
@@ -19,7 +19,7 @@ On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:
 > > +		return 0;
 > > +
 > > +	addr = current->mm->get_unmapped_area(filp, 0, len_pad,
-> > +					      off >> PAGE_SHIFT,
+> > +					A A A A A A off >> PAGE_SHIFT,
 > > flags);
 > > +	if (IS_ERR_VALUE(addr))
 > > +		return 0;
@@ -32,7 +32,7 @@ On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:
 
 This function only checks if the request is qualified for THP mappings. It
 tries not to step into the implementation of the allocation code current-
->mm->get_unmapped_area(), such as arch_get_unmapped_area_topdown() on x86.
+>mm->get_unmapped_area(), such asA arch_get_unmapped_area_topdown() on x86.
 
 Let me walk thru Hugh's checks to make sure I am not missing something:
 
@@ -83,11 +83,11 @@ Checked in my patch.
 Checked by arch_get_unmapped_area_topdown().
 
 | +	/*
-| +	 * Our priority is to support MAP_SHARED mapped hugely;
-| +	 * and support MAP_PRIVATE mapped hugely too, until it is COWed.
-| +	 * But if caller specified an address hint, respect that as
+| +	A * Our priority is to support MAP_SHARED mapped hugely;
+| +	A * and support MAP_PRIVATE mapped hugely too, until it is COWed.
+| +	A * But if caller specified an address hint, respect that as
 before.
-| +	 */
+| +	A */
 | +	if (uaddr)
 | +		return addr;
 
@@ -170,7 +170,9 @@ the same way as well.
 
 Thanks,
 -Toshi
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
+
+--
+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 0d59e72..446a27d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,24 +6,27 @@
  "Date\0Mon, 25 Apr 2016 10:06:17 -0600\0"
  "To\0Kirill A. Shutemov <kirill@shutemov.name>"
  " Hugh Dickins <hughd@google.com>\0"
- "Cc\0tytso@mit.edu"
-  jack@suse.cz
-  linux-nvdimm@lists.01.org
+ "Cc\0akpm@linux-foundation.org"
+  dan.j.williams@intel.com
+  viro@zeniv.linux.org.uk
+  willy@linux.intel.com
+  ross.zwisler@linux.intel.com
+  kirill.shutemov@linux.intel.com
   david@fromorbit.com
-  linux-kernel@vger.kernel.org
-  linux-mm@kvack.org
+  jack@suse.cz
+  tytso@mit.edu
   adilger.kernel@dilger.ca
-  viro@zeniv.linux.org.uk
+  mike.kravetz@oracle.com
+  linux-nvdimm@lists.01.org
   linux-fsdevel@vger.kernel.org
-  akpm@linux-foundation.org
-  kirill.shutemov@linux.intel.com
- " mike.kravetz@oracle.com\0"
+  linux-mm@kvack.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:\n"
  "> On Fri, Apr 22, 2016 at 06:21:22PM -0600, Toshi Kani wrote:\n"
  "> > \n"
- "\302\240:\n"
+ "A :\n"
  "> > +unsigned long __thp_get_unmapped_area(struct file *filp, unsigned long\n"
  "> > len,\n"
  "> > +\t\tloff_t off, unsigned long flags, unsigned long size)\n"
@@ -41,7 +44,7 @@
  "> > +\t\treturn 0;\n"
  "> > +\n"
  "> > +\taddr = current->mm->get_unmapped_area(filp, 0, len_pad,\n"
- "> > +\t\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240off >> PAGE_SHIFT,\n"
+ "> > +\t\t\t\t\tA A A A A A off >> PAGE_SHIFT,\n"
  "> > flags);\n"
  "> > +\tif (IS_ERR_VALUE(addr))\n"
  "> > +\t\treturn 0;\n"
@@ -54,7 +57,7 @@
  "\n"
  "This function only checks if the request is qualified for THP mappings. It\n"
  "tries not to step into the implementation of the allocation code current-\n"
- ">mm->get_unmapped_area(), such as\302\240arch_get_unmapped_area_topdown() on x86.\n"
+ ">mm->get_unmapped_area(), such asA arch_get_unmapped_area_topdown() on x86.\n"
  "\n"
  "Let me walk thru Hugh's checks to make sure I am not missing something:\n"
  "\n"
@@ -105,11 +108,11 @@
  "Checked by arch_get_unmapped_area_topdown().\n"
  "\n"
  "| +\t/*\n"
- "| +\t\302\240* Our priority is to support MAP_SHARED mapped hugely;\n"
- "| +\t\302\240* and support MAP_PRIVATE mapped hugely too, until it is COWed.\n"
- "| +\t\302\240* But if caller specified an address hint, respect that as\n"
+ "| +\tA * Our priority is to support MAP_SHARED mapped hugely;\n"
+ "| +\tA * and support MAP_PRIVATE mapped hugely too, until it is COWed.\n"
+ "| +\tA * But if caller specified an address hint, respect that as\n"
  "before.\n"
- "| +\t\302\240*/\n"
+ "| +\tA */\n"
  "| +\tif (uaddr)\n"
  "| +\t\treturn addr;\n"
  "\n"
@@ -192,9 +195,11 @@
  "\n"
  "Thanks,\n"
  "-Toshi\n"
- "_______________________________________________\n"
- "Linux-nvdimm mailing list\n"
- "Linux-nvdimm@lists.01.org\n"
- https://lists.01.org/mailman/listinfo/linux-nvdimm
+ "\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>"
 
-0aacbd12fa4633d04a0fef54e690c58c4ca73f20f8524d9b511663fde46f5898
+05a096779826122a9239759a29239a60f4fd5b12440e203606821b86efd02f35

diff --git a/a/1.txt b/N3/1.txt
index 8a70321..af6a1c0 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -170,7 +170,3 @@ the same way as well.
 
 Thanks,
 -Toshi
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
diff --git a/a/content_digest b/N3/content_digest
index 0d59e72..f11a294 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -6,18 +6,21 @@
  "Date\0Mon, 25 Apr 2016 10:06:17 -0600\0"
  "To\0Kirill A. Shutemov <kirill@shutemov.name>"
  " Hugh Dickins <hughd@google.com>\0"
- "Cc\0tytso@mit.edu"
-  jack@suse.cz
-  linux-nvdimm@lists.01.org
+ "Cc\0akpm@linux-foundation.org"
+  dan.j.williams@intel.com
+  viro@zeniv.linux.org.uk
+  willy@linux.intel.com
+  ross.zwisler@linux.intel.com
+  kirill.shutemov@linux.intel.com
   david@fromorbit.com
-  linux-kernel@vger.kernel.org
-  linux-mm@kvack.org
+  jack@suse.cz
+  tytso@mit.edu
   adilger.kernel@dilger.ca
-  viro@zeniv.linux.org.uk
+  mike.kravetz@oracle.com
+  linux-nvdimm@ml01.01.org
   linux-fsdevel@vger.kernel.org
-  akpm@linux-foundation.org
-  kirill.shutemov@linux.intel.com
- " mike.kravetz@oracle.com\0"
+  linux-mm@kvack.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2016-04-25 at 01:50 +0300, Kirill A. Shutemov wrote:\n"
@@ -191,10 +194,6 @@
  "the same way as well.\n"
  "\n"
  "Thanks,\n"
- "-Toshi\n"
- "_______________________________________________\n"
- "Linux-nvdimm mailing list\n"
- "Linux-nvdimm@lists.01.org\n"
- https://lists.01.org/mailman/listinfo/linux-nvdimm
+ -Toshi
 
-0aacbd12fa4633d04a0fef54e690c58c4ca73f20f8524d9b511663fde46f5898
+33c030b746d191deedf138c50834d244a23230ba807dd9115d503c55a37a6e6a

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.