All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080509193230.GH7710@duo.random>

diff --git a/a/content_digest b/N1/content_digest
index 35e1edd..fa6bf5c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,28 @@
  "From\0Andrea Arcangeli <andrea@qumranet.com>\0"
- "Subject\0[PATCH 001/001] mmu-notifier-core v17\0"
+ "Subject\0[ofa-general] [PATCH 001/001] mmu-notifier-core v17\0"
  "Date\0Fri, 9 May 2008 21:32:30 +0200\0"
  "To\0Andrew Morton <akpm@linux-foundation.org>\0"
- "Cc\0Linus Torvalds <torvalds@linux-foundation.org>"
-  Christoph Lameter <clameter@sgi.com>
-  Jack Steiner <steiner@sgi.com>
-  Robin Holt <holt@sgi.com>
+ "Cc\0Avi Kivity <avi@qumranet.com>"
+  linux-mm@kvack.org
+  Hugh Dickins <hugh@veritas.com>
   Nick Piggin <npiggin@suse.de>
-  Peter Zijlstra <a.p.zijlstra@chello.nl>
   kvm-devel@lists.sourceforge.net
-  Kanoj Sarcar <kanojsarcar@yahoo.com>
   Roland Dreier <rdreier@cisco.com>
-  Steve Wise <swise@opengridcomputing.com>
-  linux-kernel@vger.kernel.org
-  Avi Kivity <avi@qumranet.com>
-  linux-mm@kvack.org
+  Eric Dumazet <dada1@cosmosbay.com>
   general@lists.openfabrics.org
-  Hugh Dickins <hugh@veritas.com>
-  akpm@linux-foundation.org
+  Christoph Lameter <clameter@sgi.com>
+  Jack Steiner <steiner@sgi.com>
+  Peter Zijlstra <a.p.zijlstra@chello.nl>
   Rusty Russell <rusty@rustcorp.com.au>
-  Anthony Liguori <aliguori@us.ibm.com>
   Chris Wright <chrisw@redhat.com>
+  Anthony Liguori <aliguori@us.ibm.com>
   Marcelo Tosatti <marcelo@kvack.org>
-  Eric Dumazet <dada1@cosmosbay.com>
- " Paul E. McKenney <paulmck@us.ibm.com>\0"
+  Kanoj Sarcar <kanojsarcar@yahoo.com>
+  linux-kernel@vger.kernel.org
+  Paul E. McKenney <paulmck@us.ibm.com>
+  Robin Holt <holt@sgi.com>
+  akpm@linux-foundation.org
+ " Linus Torvalds <torvalds@linux-foundation.org>\0"
  "\00:1\0"
  "b\0"
  "From: Andrea Arcangeli <andrea@qumranet.com>\n"
@@ -1348,4 +1347,4 @@
  " \t\t/* If nonlinear, store the file page offset in the pte. */\n"
  " \t\tif (page->index != linear_page_index(vma, address))"
 
-79ba2d54f5b23e06856a669320d3d1b734775f14169faf8966445a1e2d413082
+3dc6a71a1e8cfb8814692968202e8ae2f5f839b5af53ae122fa41881b12d89b3

diff --git a/a/1.txt b/N2/1.txt
index a87623d..bd9b559 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,3 @@
-From: Andrea Arcangeli <andrea@qumranet.com>
-
 With KVM/GFP/XPMEM there isn't just the primary CPU MMU pointing to
 pages. There are secondary MMUs (with secondary sptes and secondary
 tlbs) too. sptes in the kvm case are shadow pagetables, but when I say
@@ -1319,3 +1317,9 @@ diff --git a/mm/rmap.c b/mm/rmap.c
  
  		/* If nonlinear, store the file page offset in the pte. */
  		if (page->index != linear_page_index(vma, address))
+
+--
+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 35e1edd..c4b1834 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,4 +1,5 @@
  "From\0Andrea Arcangeli <andrea@qumranet.com>\0"
+ "From\0Andrea Arcangeli <andrea@qumranet.com>\0"
  "Subject\0[PATCH 001/001] mmu-notifier-core v17\0"
  "Date\0Fri, 9 May 2008 21:32:30 +0200\0"
  "To\0Andrew Morton <akpm@linux-foundation.org>\0"
@@ -17,7 +18,6 @@
   linux-mm@kvack.org
   general@lists.openfabrics.org
   Hugh Dickins <hugh@veritas.com>
-  akpm@linux-foundation.org
   Rusty Russell <rusty@rustcorp.com.au>
   Anthony Liguori <aliguori@us.ibm.com>
   Chris Wright <chrisw@redhat.com>
@@ -26,8 +26,6 @@
  " Paul E. McKenney <paulmck@us.ibm.com>\0"
  "\00:1\0"
  "b\0"
- "From: Andrea Arcangeli <andrea@qumranet.com>\n"
- "\n"
  "With KVM/GFP/XPMEM there isn't just the primary CPU MMU pointing to\n"
  "pages. There are secondary MMUs (with secondary sptes and secondary\n"
  "tlbs) too. sptes in the kvm case are shadow pagetables, but when I say\n"
@@ -1346,6 +1344,12 @@
  "+\t\tpteval = ptep_clear_flush_notify(vma, address, pte);\n"
  " \n"
  " \t\t/* If nonlinear, store the file page offset in the pte. */\n"
- " \t\tif (page->index != linear_page_index(vma, address))"
+ " \t\tif (page->index != linear_page_index(vma, address))\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>"
 
-79ba2d54f5b23e06856a669320d3d1b734775f14169faf8966445a1e2d413082
+47ebdacd8d090daada24f4157f3a0b7cfe6fb5bab091cdfcdebc0bbbc86594b2

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.