All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52270E5F.4000600@huawei.com>

diff --git a/a/1.txt b/N1/1.txt
index a37a7e3..3ab57c0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Use __free_reserved_page() to simplify the code in arch.
 
 It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),
-so page->_count = 1, and we can free it safely.
+so page->_count == 1, and we can free it safely.
 
 __free_reserved_page()
 	ClearPageReserved()
diff --git a/a/content_digest b/N1/content_digest
index 9779276..0223aa5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,25 +1,25 @@
  "From\0Xishi Qiu <qiuxishi@huawei.com>\0"
  "Subject\0[PATCH 1/2] mm/arch: use __free_reserved_page() to simplify the code\0"
- "Date\0Wed, 04 Sep 2013 10:41:35 +0000\0"
- "To\0plagnioj@jcrosoft.com"
-  tomi.valkeinen@ti.com
-  james.hogan@imgtec.com
-  monstr@monstr.eu
-  benh@kernel.crashing.org
-  paulus@samba.org
+ "Date\0Wed, 4 Sep 2013 18:41:35 +0800\0"
+ "To\0<plagnioj@jcrosoft.com>"
+  <tomi.valkeinen@ti.com>
+  <james.hogan@imgtec.com>
+  <monstr@monstr.eu>
+  <benh@kernel.crashing.org>
+  <paulus@samba.org>
  " Andrew Morton <akpm@linux-foundation.org>\0"
- "Cc\0Xishi Qiu <qiuxishi@huawei.com>"
+ "Cc\0linux-fbdev@vger.kernel.org"
   microblaze-uclinux@itee.uq.edu.au
-  linuxppc-dev@lists.ozlabs.org
-  linux-fbdev@vger.kernel.org
   LKML <linux-kernel@vger.kernel.org>
- " linux-mm@kvack.org\0"
+  linux-mm@kvack.org
+  Xishi Qiu <qiuxishi@huawei.com>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "Use __free_reserved_page() to simplify the code in arch.\n"
  "\n"
  "It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),\n"
- "so page->_count = 1, and we can free it safely.\n"
+ "so page->_count == 1, and we can free it safely.\n"
  "\n"
  "__free_reserved_page()\n"
  "\tClearPageReserved()\n"
@@ -91,4 +91,4 @@
  "-- \n"
  1.7.1
 
-43ccdb988d9f1f65ac3eb859a940a1ad401b9126d1df19adf69b6094733d3384
+a707d7c42d14ee3d98a8c0a83e457d31dc750f4e0f0c69aa9b903927f4dd6764

diff --git a/a/1.txt b/N2/1.txt
index a37a7e3..24abc7f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 Use __free_reserved_page() to simplify the code in arch.
 
 It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),
-so page->_count = 1, and we can free it safely.
+so page->_count == 1, and we can free it safely.
 
 __free_reserved_page()
 	ClearPageReserved()
@@ -72,3 +72,11 @@ index 6747eec..7b6c107 100644
  		addr += PAGE_SIZE;
 -- 
 1.7.1
+
+
+
+--
+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 9779276..1a5ef71 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,6 +1,6 @@
  "From\0Xishi Qiu <qiuxishi@huawei.com>\0"
  "Subject\0[PATCH 1/2] mm/arch: use __free_reserved_page() to simplify the code\0"
- "Date\0Wed, 04 Sep 2013 10:41:35 +0000\0"
+ "Date\0Wed, 4 Sep 2013 18:41:35 +0800\0"
  "To\0plagnioj@jcrosoft.com"
   tomi.valkeinen@ti.com
   james.hogan@imgtec.com
@@ -19,7 +19,7 @@
  "Use __free_reserved_page() to simplify the code in arch.\n"
  "\n"
  "It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),\n"
- "so page->_count = 1, and we can free it safely.\n"
+ "so page->_count == 1, and we can free it safely.\n"
  "\n"
  "__free_reserved_page()\n"
  "\tClearPageReserved()\n"
@@ -89,6 +89,14 @@
  " \t\t}\n"
  " \t\taddr += PAGE_SIZE;\n"
  "-- \n"
- 1.7.1
+ "1.7.1\n"
+ "\n"
+ "\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>"
 
-43ccdb988d9f1f65ac3eb859a940a1ad401b9126d1df19adf69b6094733d3384
+fd9e1f555d3e00924ad098987f507c5af18e035e51bfef1708d1376fc1223da0

diff --git a/a/1.txt b/N3/1.txt
index a37a7e3..3ab57c0 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,7 +1,7 @@
 Use __free_reserved_page() to simplify the code in arch.
 
 It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),
-so page->_count = 1, and we can free it safely.
+so page->_count == 1, and we can free it safely.
 
 __free_reserved_page()
 	ClearPageReserved()
diff --git a/a/content_digest b/N3/content_digest
index 9779276..324f632 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,25 +1,25 @@
  "From\0Xishi Qiu <qiuxishi@huawei.com>\0"
  "Subject\0[PATCH 1/2] mm/arch: use __free_reserved_page() to simplify the code\0"
- "Date\0Wed, 04 Sep 2013 10:41:35 +0000\0"
- "To\0plagnioj@jcrosoft.com"
-  tomi.valkeinen@ti.com
-  james.hogan@imgtec.com
-  monstr@monstr.eu
-  benh@kernel.crashing.org
-  paulus@samba.org
+ "Date\0Wed, 4 Sep 2013 18:41:35 +0800\0"
+ "To\0<plagnioj@jcrosoft.com>"
+  <tomi.valkeinen@ti.com>
+  <james.hogan@imgtec.com>
+  <monstr@monstr.eu>
+  <benh@kernel.crashing.org>
+  <paulus@samba.org>
  " Andrew Morton <akpm@linux-foundation.org>\0"
  "Cc\0Xishi Qiu <qiuxishi@huawei.com>"
-  microblaze-uclinux@itee.uq.edu.au
-  linuxppc-dev@lists.ozlabs.org
-  linux-fbdev@vger.kernel.org
+  <microblaze-uclinux@itee.uq.edu.au>
+  <linuxppc-dev@lists.ozlabs.org>
+  <linux-fbdev@vger.kernel.org>
   LKML <linux-kernel@vger.kernel.org>
- " linux-mm@kvack.org\0"
+ " <linux-mm@kvack.org>\0"
  "\00:1\0"
  "b\0"
  "Use __free_reserved_page() to simplify the code in arch.\n"
  "\n"
  "It used split_page() in consistent_alloc()/__dma_alloc_coherent()/dma_alloc_coherent(),\n"
- "so page->_count = 1, and we can free it safely.\n"
+ "so page->_count == 1, and we can free it safely.\n"
  "\n"
  "__free_reserved_page()\n"
  "\tClearPageReserved()\n"
@@ -91,4 +91,4 @@
  "-- \n"
  1.7.1
 
-43ccdb988d9f1f65ac3eb859a940a1ad401b9126d1df19adf69b6094733d3384
+4c2cc9e1af40e8332c8eb90185e06348cc491b18652c99e4284009e6a30bb563

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.