All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120711101618.GA12033@kernel>

diff --git a/a/1.txt b/N1/1.txt
index bf556ea..975d5f1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
 On Wed, Jul 11, 2012 at 03:15:19PM +0530, Aneesh Kumar K.V wrote:
->Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
+>Wanpeng Li <liwp.linux@gmail.com> writes:
 >
 >> On Wed, Jul 11, 2012 at 02:02:23PM +0530, Aneesh Kumar K.V wrote:
->>>Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
+>>>Wanpeng Li <liwp.linux@gmail.com> writes:
 >>>
->>>> From: Wanpeng Li <liwp-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
+>>>> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
 >>>>
 >>>> hugepage_activelist is used to track currently used HugeTLB pages.
 >>>> We can find the in-use HugeTLB pages to support HugeTLB cgroup
@@ -13,7 +13,7 @@ On Wed, Jul 11, 2012 at 03:15:19PM +0530, Aneesh Kumar K.V wrote:
 >>>> charge to parent count. To reduce this overhead, remove unused page 
 >>>> from hugepage_activelist immediately.
 >>>>
->>>> Signed-off-by: Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+>>>> Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
 >>>> ---
 >>>>  mm/hugetlb_cgroup.c |    1 +
 >>>>  1 files changed, 1 insertions(+), 0 deletions(-)
@@ -54,6 +54,6 @@ Wanpeng Li
 >
 >--
 >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
->the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+>the body of a message to majordomo@vger.kernel.org
 >More majordomo info at  http://vger.kernel.org/majordomo-info.html
 >Please read the FAQ at  http://www.tux.org/lkml/
diff --git a/a/content_digest b/N1/content_digest
index 4fd4bce..4e31c46 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,26 +2,25 @@
  "ref\087wr2aitpk.fsf@skywalker.in.ibm.com\0"
  "ref\020120711091648.GA10841@kernel\0"
  "ref\087txxeiqc0.fsf@skywalker.in.ibm.com\0"
- "ref\087txxeiqc0.fsf-6yE53ggjAfyqSkle7U1LjlaTQe2KTcn/@public.gmane.org\0"
- "From\0Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Wanpeng Li <liwp.linux@gmail.com>\0"
  "Subject\0Re: [PATCH] mm/hugetlb_cgroup: Add list_del to remove unused page from hugepage_activelist when hugepage migration\0"
  "Date\0Wed, 11 Jul 2012 18:16:18 +0800\0"
- "To\0Aneesh Kumar K.V <aneesh.kumar-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>\0"
- "Cc\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>"
-  Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
-  Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0"
+ "Cc\0Andrew Morton <akpm@linux-foundation.org>"
+  Li Zefan <lizefan@huawei.com>
+  Tejun Heo <tj@kernel.org>
+  cgroups@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " Wanpeng Li <liwp.linux@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Jul 11, 2012 at 03:15:19PM +0530, Aneesh Kumar K.V wrote:\n"
- ">Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:\n"
+ ">Wanpeng Li <liwp.linux@gmail.com> writes:\n"
  ">\n"
  ">> On Wed, Jul 11, 2012 at 02:02:23PM +0530, Aneesh Kumar K.V wrote:\n"
- ">>>Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:\n"
+ ">>>Wanpeng Li <liwp.linux@gmail.com> writes:\n"
  ">>>\n"
- ">>>> From: Wanpeng Li <liwp-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>\n"
+ ">>>> From: Wanpeng Li <liwp@linux.vnet.ibm.com>\n"
  ">>>>\n"
  ">>>> hugepage_activelist is used to track currently used HugeTLB pages.\n"
  ">>>> We can find the in-use HugeTLB pages to support HugeTLB cgroup\n"
@@ -30,7 +29,7 @@
  ">>>> charge to parent count. To reduce this overhead, remove unused page \n"
  ">>>> from hugepage_activelist immediately.\n"
  ">>>>\n"
- ">>>> Signed-off-by: Wanpeng Li <liwp.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ ">>>> Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>\n"
  ">>>> ---\n"
  ">>>>  mm/hugetlb_cgroup.c |    1 +\n"
  ">>>>  1 files changed, 1 insertions(+), 0 deletions(-)\n"
@@ -71,8 +70,8 @@
  ">\n"
  ">--\n"
  ">To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- ">the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ ">the body of a message to majordomo@vger.kernel.org\n"
  ">More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >Please read the FAQ at  http://www.tux.org/lkml/
 
-3e9b4b3b2ed3edc0eb041998b1298b9ef2fa445294688d8fb1775758f77bfff7
+055f2e566ca1ba9ab39efb8bec951a3e2ca52f3be7669d36be99e9daa04bdca8

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.