All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201201292051.46297.arnd@arndb.de>

diff --git a/a/content_digest b/N1/content_digest
index 0dc80a7..0dbbcd6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,28 @@
  "ref\01327568457-27734-1-git-send-email-m.szyprowski@samsung.com\0"
  "ref\0201201261531.40551.arnd@arndb.de\0"
  "ref\020120127162624.40cba14e.akpm@linux-foundation.org\0"
- "From\0arnd@arndb.de (Arnd Bergmann)\0"
- "Subject\0[PATCHv19 00/15] Contiguous Memory Allocator\0"
+ "From\0Arnd Bergmann <arnd@arndb.de>\0"
+ "Subject\0Re: [PATCHv19 00/15] Contiguous Memory Allocator\0"
  "Date\0Sun, 29 Jan 2012 20:51:46 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>\0"
+ "Cc\0Marek Szyprowski <m.szyprowski@samsung.com>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-media@vger.kernel.org
+  linux-mm@kvack.org
+  linaro-mm-sig@lists.linaro.org
+  Michal Nazarewicz <mina86@mina86.com>
+  Kyungmin Park <kyungmin.park@samsung.com>
+  Russell King <linux@arm.linux.org.uk>
+  KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
+  Daniel Walker <dwalker@codeaurora.org>
+  Mel Gorman <mel@csn.ul.ie>
+  Jesse Barker <jesse.barker@linaro.org>
+  Jonathan Corbet <corbet@lwn.net>
+  Shariq Hasnain <shariq.hasnain@linaro.org>
+  Chunsang Jeong <chunsang.jeong@linaro.org>
+  Dave Hansen <dave@linux.vnet.ibm.com>
+ " Benjamin Gaignard <benjamin.gaignard@linaro.org>\0"
  "\00:1\0"
  "b\0"
  "On Saturday 28 January 2012, Andrew Morton wrote:\n"
@@ -38,4 +56,4 @@
  "\n"
  "\tArnd"
 
-c90b450d029a81667c6095ce19fbab5a43051ca62e831ea7809dedfbfcdb54d9
+9ed7a4906e69cfe388f1e5aca3a8e62dde01933ab9dd8cb7f1b9412df525ca5f

diff --git a/a/1.txt b/N2/1.txt
index ab99f43..36dd8a8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -15,7 +15,7 @@ way this looks to the user, in particular that it is practically invisible
 because all users just go through the dma mapping API instead of the
 horrors that were used in the original patches.
 
->From an ARM architecture perspective, we have come to the point (some
+From an ARM architecture perspective, we have come to the point (some
 versions ago) where we actually require the CMA patchset for correctness,
 even on IOMMU based systems because it avoids some nasty corner cases
 with pages that are both in the linear kernel mapping and in an
@@ -28,3 +28,10 @@ others need to comment on that. Aside from that:
 Acked-by: Arnd Bergmann <arnd@arndb.de>
 
 	Arnd
+
+--
+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/ .
+Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index 0dc80a7..a7fe171 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,28 @@
  "ref\01327568457-27734-1-git-send-email-m.szyprowski@samsung.com\0"
  "ref\0201201261531.40551.arnd@arndb.de\0"
  "ref\020120127162624.40cba14e.akpm@linux-foundation.org\0"
- "From\0arnd@arndb.de (Arnd Bergmann)\0"
- "Subject\0[PATCHv19 00/15] Contiguous Memory Allocator\0"
+ "From\0Arnd Bergmann <arnd@arndb.de>\0"
+ "Subject\0Re: [PATCHv19 00/15] Contiguous Memory Allocator\0"
  "Date\0Sun, 29 Jan 2012 20:51:46 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>\0"
+ "Cc\0Marek Szyprowski <m.szyprowski@samsung.com>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-media@vger.kernel.org
+  linux-mm@kvack.org
+  linaro-mm-sig@lists.linaro.org
+  Michal Nazarewicz <mina86@mina86.com>
+  Kyungmin Park <kyungmin.park@samsung.com>
+  Russell King <linux@arm.linux.org.uk>
+  KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
+  Daniel Walker <dwalker@codeaurora.org>
+  Mel Gorman <mel@csn.ul.ie>
+  Jesse Barker <jesse.barker@linaro.org>
+  Jonathan Corbet <corbet@lwn.net>
+  Shariq Hasnain <shariq.hasnain@linaro.org>
+  Chunsang Jeong <chunsang.jeong@linaro.org>
+  Dave Hansen <dave@linux.vnet.ibm.com>
+ " Benjamin Gaignard <benjamin.gaignard@linaro.org>\0"
  "\00:1\0"
  "b\0"
  "On Saturday 28 January 2012, Andrew Morton wrote:\n"
@@ -24,7 +42,7 @@
  "because all users just go through the dma mapping API instead of the\n"
  "horrors that were used in the original patches.\n"
  "\n"
- ">From an ARM architecture perspective, we have come to the point (some\n"
+ "From an ARM architecture perspective, we have come to the point (some\n"
  "versions ago) where we actually require the CMA patchset for correctness,\n"
  "even on IOMMU based systems because it avoids some nasty corner cases\n"
  "with pages that are both in the linear kernel mapping and in an\n"
@@ -36,6 +54,13 @@
  "\n"
  "Acked-by: Arnd Bergmann <arnd@arndb.de>\n"
  "\n"
- "\tArnd"
+ "\tArnd\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"
+ "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-c90b450d029a81667c6095ce19fbab5a43051ca62e831ea7809dedfbfcdb54d9
+2554ae5e1c745e83d47598ff2b89fa5cb00aa38450f7446325b273b49a490106

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.