All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170331145906.GC6408@cmpxchg.org>

diff --git a/a/1.txt b/N1/1.txt
index fe14f8c..4d21344 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Thu, Mar 30, 2017 at 08:53:50AM +0800, Huang, Ying wrote:
-> Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> writes:
+> Johannes Weiner <hannes@cmpxchg.org> writes:
 > > but there doesn't seem to be a reason to
 > > pass @nr_entries when we have the struct page. Why can't this function
 > > just check PageTransHuge() by itself?
@@ -11,3 +11,9 @@ On Thu, Mar 30, 2017 at 08:53:50AM +0800, Huang, Ying wrote:
 > don't want to split THP if the mem cgroup for swap exceeds its limit.
 
 I think we do. Let's continue this discussion in the 9/9 subthread.
+
+--
+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 9adb158..c2e6633 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,25 +2,24 @@
  "ref\020170328053209.25876-3-ying.huang@intel.com\0"
  "ref\020170329165722.GB31821@cmpxchg.org\0"
  "ref\087k277twip.fsf@yhuang-dev.intel.com\0"
- "ref\087k277twip.fsf-5/hDr2MS57EDqwDYnZuMFFaTQe2KTcn/@public.gmane.org\0"
- "From\0Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>\0"
+ "From\0Johannes Weiner <hannes@cmpxchg.org>\0"
  "Subject\0Re: [PATCH -mm -v7 2/9] mm, memcg: Support to charge/uncharge multiple swap entries\0"
  "Date\0Fri, 31 Mar 2017 10:59:06 -0400\0"
  "To\0Huang"
- " Ying <ying.huang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
- "Cc\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>"
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Andrea Arcangeli <aarcange-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  Kirill A . Shutemov <kirill.shutemov-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-  Vladimir Davydov <vdavydov-5HdwGun5lf+gSpxsJD1C4w@public.gmane.org>
-  Michal Hocko <mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
- " cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ " Ying <ying.huang@intel.com>\0"
+ "Cc\0Andrew Morton <akpm@linux-foundation.org>"
+  linux-mm@kvack.org
+  linux-kernel@vger.kernel.org
+  Andrea Arcangeli <aarcange@redhat.com>
+  Kirill A . Shutemov <kirill.shutemov@linux.intel.com>
+  Vladimir Davydov <vdavydov@virtuozzo.com>
+  Michal Hocko <mhocko@kernel.org>
+  Tejun Heo <tj@kernel.org>
+ " cgroups@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 30, 2017 at 08:53:50AM +0800, Huang, Ying wrote:\n"
- "> Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> writes:\n"
+ "> Johannes Weiner <hannes@cmpxchg.org> writes:\n"
  "> > but there doesn't seem to be a reason to\n"
  "> > pass @nr_entries when we have the struct page. Why can't this function\n"
  "> > just check PageTransHuge() by itself?\n"
@@ -31,6 +30,12 @@
  "> the THP is split.  And I think it is not easy to change this, because we\n"
  "> don't want to split THP if the mem cgroup for swap exceeds its limit.\n"
  "\n"
- I think we do. Let's continue this discussion in the 9/9 subthread.
+ "I think we do. Let's continue this discussion in the 9/9 subthread.\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>"
 
-fbb57133d49517fdce573adc18043e4494d49a274af7dd66b9e3385eee9090c5
+0b22fc47adb59676836e8d006ffdc73bc76004d70a49233c83a49dc8e30c2128

diff --git a/a/1.txt b/N2/1.txt
index fe14f8c..3a8feb5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 On Thu, Mar 30, 2017 at 08:53:50AM +0800, Huang, Ying wrote:
-> Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> writes:
+> Johannes Weiner <hannes@cmpxchg.org> writes:
 > > but there doesn't seem to be a reason to
 > > pass @nr_entries when we have the struct page. Why can't this function
 > > just check PageTransHuge() by itself?
diff --git a/a/content_digest b/N2/content_digest
index 9adb158..97e315a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,25 +2,24 @@
  "ref\020170328053209.25876-3-ying.huang@intel.com\0"
  "ref\020170329165722.GB31821@cmpxchg.org\0"
  "ref\087k277twip.fsf@yhuang-dev.intel.com\0"
- "ref\087k277twip.fsf-5/hDr2MS57EDqwDYnZuMFFaTQe2KTcn/@public.gmane.org\0"
- "From\0Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>\0"
+ "From\0Johannes Weiner <hannes@cmpxchg.org>\0"
  "Subject\0Re: [PATCH -mm -v7 2/9] mm, memcg: Support to charge/uncharge multiple swap entries\0"
  "Date\0Fri, 31 Mar 2017 10:59:06 -0400\0"
  "To\0Huang"
- " Ying <ying.huang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
- "Cc\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>"
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Andrea Arcangeli <aarcange-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  Kirill A . Shutemov <kirill.shutemov-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-  Vladimir Davydov <vdavydov-5HdwGun5lf+gSpxsJD1C4w@public.gmane.org>
-  Michal Hocko <mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
- " cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ " Ying <ying.huang@intel.com>\0"
+ "Cc\0Andrew Morton <akpm@linux-foundation.org>"
+  linux-mm@kvack.org
+  linux-kernel@vger.kernel.org
+  Andrea Arcangeli <aarcange@redhat.com>
+  Kirill A . Shutemov <kirill.shutemov@linux.intel.com>
+  Vladimir Davydov <vdavydov@virtuozzo.com>
+  Michal Hocko <mhocko@kernel.org>
+  Tejun Heo <tj@kernel.org>
+ " cgroups@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 30, 2017 at 08:53:50AM +0800, Huang, Ying wrote:\n"
- "> Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> writes:\n"
+ "> Johannes Weiner <hannes@cmpxchg.org> writes:\n"
  "> > but there doesn't seem to be a reason to\n"
  "> > pass @nr_entries when we have the struct page. Why can't this function\n"
  "> > just check PageTransHuge() by itself?\n"
@@ -33,4 +32,4 @@
  "\n"
  I think we do. Let's continue this discussion in the 9/9 subthread.
 
-fbb57133d49517fdce573adc18043e4494d49a274af7dd66b9e3385eee9090c5
+8c9eac095e206f22ac0325e1126801841ec45d29acc8fec496182de1d51f2d99

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.