All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20161223140131.GA5724@bbox>

diff --git a/a/1.txt b/N1/1.txt
index e1999e3..1297346 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -70,9 +70,3 @@ Thanks.
 > -- 
 > Michal Hocko
 > SUSE Labs
-
---
-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 c45b6fd..0832e1f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -92,12 +92,6 @@
  "> \n"
  "> -- \n"
  "> Michal Hocko\n"
- "> SUSE Labs\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>"
+ > SUSE Labs
 
-6fc5b57a2bca826d2762f1a202159166e96bff03280da1701fa532cca8a41574
+eb0d184244990bd2a0d0155d57eec24b53175bffd6af4ec3ebe15457a2b220a4

diff --git a/a/1.txt b/N2/1.txt
index e1999e3..0543351 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -11,7 +11,7 @@ On Fri, Dec 23, 2016 at 12:54:21PM +0100, Michal Hocko wrote:
 > > > > Subject: [PATCH v2] mm: pmd dirty emulation in page fault handler
 > > > > 
 > > > > Andreas reported [1] made a test in jemalloc hang in THP mode in arm64.
-> > > > http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de
+> > > > http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de
 > > > > 
 > > > > The problem is page fault handler supports only accessed flag emulation
 > > > > for THP page of SW-dirty/accessed architecture.
@@ -29,12 +29,12 @@ On Fri, Dec 23, 2016 at 12:54:21PM +0100, Michal Hocko wrote:
 > > How about this? Feel free to suggest better wording.
 > > 
 > > Andreas reported [1] made a test in jemalloc hang in THP mode in arm64.
-> > http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de
+> > http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de
 > > 
 > > The problem is currently page fault handler doesn't supports dirty bit
 > > emulation of pte for non-HW dirty-bit architecture so that application
 > 
-> s@pte@pmd@ ?
+> s at pte@pmd@ ?
 
 It would be more clear. Will update with it.
 
@@ -70,9 +70,3 @@ Thanks.
 > -- 
 > Michal Hocko
 > SUSE Labs
-
---
-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 c45b6fd..12084e5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,21 +4,10 @@
  "ref\020161223091725.GA23117@dhcp22.suse.cz\0"
  "ref\020161223095336.GA5305@bbox\0"
  "ref\020161223115421.GD23109@dhcp22.suse.cz\0"
- "From\0Minchan Kim <minchan@kernel.org>\0"
- "Subject\0Re: [PATCH] mm: pmd dirty emulation in page fault handler\0"
+ "From\0minchan@kernel.org (Minchan Kim)\0"
+ "Subject\0[PATCH] mm: pmd dirty emulation in page fault handler\0"
  "Date\0Fri, 23 Dec 2016 23:01:31 +0900\0"
- "To\0Michal Hocko <mhocko@kernel.org>\0"
- "Cc\0Kirill A. Shutemov <kirill@shutemov.name>"
-  Andrew Morton <akpm@linux-foundation.org>
-  linux-mm@kvack.org
-  Jason Evans <je@fb.com>
-  Kirill A . Shutemov <kirill.shutemov@linux.intel.com>
-  Will Deacon <will.deacon@arm.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  linux-arch@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  [4.5+] <stable@vger.kernel.org>
- " Andreas Schwab <schwab@suse.de>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Dec 23, 2016 at 12:54:21PM +0100, Michal Hocko wrote:\n"
@@ -34,7 +23,7 @@
  "> > > > Subject: [PATCH v2] mm: pmd dirty emulation in page fault handler\n"
  "> > > > \n"
  "> > > > Andreas reported [1] made a test in jemalloc hang in THP mode in arm64.\n"
- "> > > > http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de\n"
+ "> > > > http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de\n"
  "> > > > \n"
  "> > > > The problem is page fault handler supports only accessed flag emulation\n"
  "> > > > for THP page of SW-dirty/accessed architecture.\n"
@@ -52,12 +41,12 @@
  "> > How about this? Feel free to suggest better wording.\n"
  "> > \n"
  "> > Andreas reported [1] made a test in jemalloc hang in THP mode in arm64.\n"
- "> > http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de\n"
+ "> > http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de\n"
  "> > \n"
  "> > The problem is currently page fault handler doesn't supports dirty bit\n"
  "> > emulation of pte for non-HW dirty-bit architecture so that application\n"
  "> \n"
- "> s@pte@pmd@ ?\n"
+ "> s at pte@pmd@ ?\n"
  "\n"
  "It would be more clear. Will update with it.\n"
  "\n"
@@ -92,12 +81,6 @@
  "> \n"
  "> -- \n"
  "> Michal Hocko\n"
- "> SUSE Labs\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>"
+ > SUSE Labs
 
-6fc5b57a2bca826d2762f1a202159166e96bff03280da1701fa532cca8a41574
+480e04f9d182c54c609d257f0de6c681d8cb728f9399be82ede5a535350da8cc

diff --git a/a/content_digest b/N3/content_digest
index c45b6fd..007331b 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -10,13 +10,13 @@
  "To\0Michal Hocko <mhocko@kernel.org>\0"
  "Cc\0Kirill A. Shutemov <kirill@shutemov.name>"
   Andrew Morton <akpm@linux-foundation.org>
-  linux-mm@kvack.org
+  <linux-mm@kvack.org>
   Jason Evans <je@fb.com>
   Kirill A . Shutemov <kirill.shutemov@linux.intel.com>
   Will Deacon <will.deacon@arm.com>
   Catalin Marinas <catalin.marinas@arm.com>
-  linux-arch@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
+  <linux-arch@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
   [4.5+] <stable@vger.kernel.org>
  " Andreas Schwab <schwab@suse.de>\0"
  "\00:1\0"
@@ -100,4 +100,4 @@
  "see: http://www.linux-mm.org/ .\n"
  "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-6fc5b57a2bca826d2762f1a202159166e96bff03280da1701fa532cca8a41574
+3b3948eda69c45d329411d82261d7976b5931264b98f383a6ffa01539d4f3721

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.