All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160909123608.GA75965@black.fi.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index de74507..b87a13c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,14 +3,14 @@ On Thu, Sep 08, 2016 at 11:21:46PM +0000, Kani, Toshimitsu wrote:
 > > On Thu, 2016-09-08 at 13:57 +0300, Kirill A. Shutemov wrote:
 > > > 
 > > > On Mon, Aug 29, 2016 at 10:00:43PM +0000, Kani, Toshimitsu wrote:
-> �:
+>  :
 > > > > 
 > > > > Looking further, these shmem_huge handlings only check pre-
-> > > > conditions.��So,�we�should�be�able�to�make�shmem_get_unmapped_are
+> > > > conditions.  So, we should be able to make shmem_get_unmapped_are
 > > > > a() as a wrapper, which checks such shmem-specific conitions, and
-> > > > then�call�__thp_get_unmapped_area() for the actual work. �All
+> > > > then call __thp_get_unmapped_area() for the actual work.  All
 > > > > DAX-specific checks are performed in thp_get_unmapped_area() as
-> > > > well. �We can make �__thp_get_unmapped_area() as a common
+> > > > well.  We can make  __thp_get_unmapped_area() as a common
 > > > > function.
 > > > > 
 > > > > I'd prefer to make such change as a separate item,
@@ -19,7 +19,7 @@ On Thu, Sep 08, 2016 at 11:21:46PM +0000, Kani, Toshimitsu wrote:
 > > 
 > > Yes, I will submit the change once I finish testing.
 > 
-> I found a bug in the current code, and need some clarification. �The
+> I found a bug in the current code, and need some clarification.  The
 > if-statement below is reverted.
 
 <two-hands-facepalm>
diff --git a/a/content_digest b/N1/content_digest
index 5e84533..56b7ac0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -32,14 +32,14 @@
  "> > On Thu, 2016-09-08 at 13:57 +0300, Kirill A. Shutemov wrote:\n"
  "> > > \n"
  "> > > On Mon, Aug 29, 2016 at 10:00:43PM +0000, Kani, Toshimitsu wrote:\n"
- "> \303\257\302\277\302\275:\n"
+ ">  :\n"
  "> > > > \n"
  "> > > > Looking further, these shmem_huge handlings only check pre-\n"
- "> > > > conditions.\303\257\302\277\302\275\303\257\302\277\302\275So,\303\257\302\277\302\275we\303\257\302\277\302\275should\303\257\302\277\302\275be\303\257\302\277\302\275able\303\257\302\277\302\275to\303\257\302\277\302\275make\303\257\302\277\302\275shmem_get_unmapped_are\n"
+ "> > > > conditions.  So, we should be able to make shmem_get_unmapped_are\n"
  "> > > > a() as a wrapper, which checks such shmem-specific conitions, and\n"
- "> > > > then\303\257\302\277\302\275call\303\257\302\277\302\275__thp_get_unmapped_area() for the actual work. \303\257\302\277\302\275All\n"
+ "> > > > then call __thp_get_unmapped_area() for the actual work.  All\n"
  "> > > > DAX-specific checks are performed in thp_get_unmapped_area() as\n"
- "> > > > well. \303\257\302\277\302\275We can make \303\257\302\277\302\275__thp_get_unmapped_area() as a common\n"
+ "> > > > well.  We can make  __thp_get_unmapped_area() as a common\n"
  "> > > > function.\n"
  "> > > > \n"
  "> > > > I'd prefer to make such change as a separate item,\n"
@@ -48,7 +48,7 @@
  "> > \n"
  "> > Yes, I will submit the change once I finish testing.\n"
  "> \n"
- "> I found a bug in the current code, and need some clarification. \303\257\302\277\302\275The\n"
+ "> I found a bug in the current code, and need some clarification.  The\n"
  "> if-statement below is reverted.\n"
  "\n"
  "<two-hands-facepalm>\n"
@@ -70,4 +70,4 @@
  "see: http://www.linux-mm.org/ .\n"
  "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-201946bfe41e4660788e750c9305fb8c01bf1f4c6a30d6fc2efe85035eaa6966
+56a6ca34bcd027cb6c4a9ddb862bb6a0f8dd58f16294d654637530598f640af7

diff --git a/a/1.txt b/N2/1.txt
index de74507..6a16897 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,14 +3,14 @@ On Thu, Sep 08, 2016 at 11:21:46PM +0000, Kani, Toshimitsu wrote:
 > > On Thu, 2016-09-08 at 13:57 +0300, Kirill A. Shutemov wrote:
 > > > 
 > > > On Mon, Aug 29, 2016 at 10:00:43PM +0000, Kani, Toshimitsu wrote:
-> �:
+>  :
 > > > > 
 > > > > Looking further, these shmem_huge handlings only check pre-
-> > > > conditions.��So,�we�should�be�able�to�make�shmem_get_unmapped_are
+> > > > conditions.  So, we should be able to make shmem_get_unmapped_are
 > > > > a() as a wrapper, which checks such shmem-specific conitions, and
-> > > > then�call�__thp_get_unmapped_area() for the actual work. �All
+> > > > then call __thp_get_unmapped_area() for the actual work.  All
 > > > > DAX-specific checks are performed in thp_get_unmapped_area() as
-> > > > well. �We can make �__thp_get_unmapped_area() as a common
+> > > > well.  We can make  __thp_get_unmapped_area() as a common
 > > > > function.
 > > > > 
 > > > > I'd prefer to make such change as a separate item,
@@ -19,7 +19,7 @@ On Thu, Sep 08, 2016 at 11:21:46PM +0000, Kani, Toshimitsu wrote:
 > > 
 > > Yes, I will submit the change once I finish testing.
 > 
-> I found a bug in the current code, and need some clarification. �The
+> I found a bug in the current code, and need some clarification.  The
 > if-statement below is reverted.
 
 <two-hands-facepalm>
@@ -34,9 +34,3 @@ I would be nice to credit Hillf there too.
 
 -- 
  Kirill A. Shutemov
-
---
-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 5e84533..9eadd2a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -19,7 +19,7 @@
   dan.j.williams@intel.com <dan.j.williams@intel.com>
   mawilcox@microsoft.com <mawilcox@microsoft.com>
   akpm@linux-foundation.org <akpm@linux-foundation.org>
-  linux-nvdimm@lists.01.org <linux-nvdimm@lists.01.org>
+  linux-nvdimm@lists.01.org <linux-nvdimm@ml01.01.org>
   linux-fsdevel@vger.kernel.org <linux-fsdevel@vger.kernel.org>
   ross.zwisler@linux.intel.com <ross.zwisler@linux.intel.com>
   tytso@mit.edu <tytso@mit.edu>
@@ -32,14 +32,14 @@
  "> > On Thu, 2016-09-08 at 13:57 +0300, Kirill A. Shutemov wrote:\n"
  "> > > \n"
  "> > > On Mon, Aug 29, 2016 at 10:00:43PM +0000, Kani, Toshimitsu wrote:\n"
- "> \303\257\302\277\302\275:\n"
+ "> \302\240:\n"
  "> > > > \n"
  "> > > > Looking further, these shmem_huge handlings only check pre-\n"
- "> > > > conditions.\303\257\302\277\302\275\303\257\302\277\302\275So,\303\257\302\277\302\275we\303\257\302\277\302\275should\303\257\302\277\302\275be\303\257\302\277\302\275able\303\257\302\277\302\275to\303\257\302\277\302\275make\303\257\302\277\302\275shmem_get_unmapped_are\n"
+ "> > > > conditions.\302\240\302\240So,\302\240we\302\240should\302\240be\302\240able\302\240to\302\240make\302\240shmem_get_unmapped_are\n"
  "> > > > a() as a wrapper, which checks such shmem-specific conitions, and\n"
- "> > > > then\303\257\302\277\302\275call\303\257\302\277\302\275__thp_get_unmapped_area() for the actual work. \303\257\302\277\302\275All\n"
+ "> > > > then\302\240call\302\240__thp_get_unmapped_area() for the actual work. \302\240All\n"
  "> > > > DAX-specific checks are performed in thp_get_unmapped_area() as\n"
- "> > > > well. \303\257\302\277\302\275We can make \303\257\302\277\302\275__thp_get_unmapped_area() as a common\n"
+ "> > > > well. \302\240We can make \302\240__thp_get_unmapped_area() as a common\n"
  "> > > > function.\n"
  "> > > > \n"
  "> > > > I'd prefer to make such change as a separate item,\n"
@@ -48,7 +48,7 @@
  "> > \n"
  "> > Yes, I will submit the change once I finish testing.\n"
  "> \n"
- "> I found a bug in the current code, and need some clarification. \303\257\302\277\302\275The\n"
+ "> I found a bug in the current code, and need some clarification. \302\240The\n"
  "> if-statement below is reverted.\n"
  "\n"
  "<two-hands-facepalm>\n"
@@ -62,12 +62,6 @@
  "[1] http://lkml.kernel.org/r/054f01d1c86f$2994d5c0$7cbe8140$@alibaba-inc.com\n"
  "\n"
  "-- \n"
- " Kirill A. Shutemov\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>"
+  Kirill A. Shutemov
 
-201946bfe41e4660788e750c9305fb8c01bf1f4c6a30d6fc2efe85035eaa6966
+14bae61f558b17d4736d23ec3064ab14de52984d211d1dbe725d5867f21e0d13

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.