All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <xa1tsii8l683.fsf@mina86.com>

diff --git a/a/1.txt b/N1/1.txt
index c43464e..dad2c52 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -55,7 +55,7 @@ struct page *cma_alloc(struct cma *cma, int count, unsigned int align)
 
 		pfn = cma->base_pfn + (bitmap_no << cma->order_per_bit);
 		ret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA);
-		if (ret = 0) {
+		if (ret == 0) {
 			page = pfn_to_page(pfn);
 			break;
 		}
@@ -88,3 +88,9 @@ Best regards,                                         _     _
 .o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
 ..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
 ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--
+
+--
+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 ba24346..ceccc57 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\02457604.k03RC2Mv4q@avalon\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: CMA: test_pages_isolated failures in alloc_contig_range\0"
- "Date\0Tue, 28 Oct 2014 12:38:20 +0000\0"
+ "Date\0Tue, 28 Oct 2014 13:38:20 +0100\0"
  "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>"
  " linux-mm@kvack.org\0"
  "Cc\0linux-kernel@vger.kernel.org"
@@ -67,7 +67,7 @@
  "\n"
  "\t\tpfn = cma->base_pfn + (bitmap_no << cma->order_per_bit);\n"
  "\t\tret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA);\n"
- "\t\tif (ret = 0) {\n"
+ "\t\tif (ret == 0) {\n"
  "\t\t\tpage = pfn_to_page(pfn);\n"
  "\t\t\tbreak;\n"
  "\t\t}\n"
@@ -99,6 +99,12 @@
  "Best regards,                                         _     _\n"
  ".o. | Liege of Serenely Enlightened Majesty of      o' \\,=./ `o\n"
  "..o | Computer Science,  Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz    (o o)\n"
- ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--
+ "ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--\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>"
 
-ea9ff508e46bdff6acd7ae3700287219d5ce1b688bef6f3c88d7bac4ca98edca
+dc4eaed008e64318684279345257b9720f1fe4cdaf14c30113ea0f2b683357c5

diff --git a/a/1.txt b/N2/1.txt
index c43464e..c706fce 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -55,7 +55,7 @@ struct page *cma_alloc(struct cma *cma, int count, unsigned int align)
 
 		pfn = cma->base_pfn + (bitmap_no << cma->order_per_bit);
 		ret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA);
-		if (ret = 0) {
+		if (ret == 0) {
 			page = pfn_to_page(pfn);
 			break;
 		}
diff --git a/a/content_digest b/N2/content_digest
index ba24346..d0bed5c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\02457604.k03RC2Mv4q@avalon\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: CMA: test_pages_isolated failures in alloc_contig_range\0"
- "Date\0Tue, 28 Oct 2014 12:38:20 +0000\0"
+ "Date\0Tue, 28 Oct 2014 13:38:20 +0100\0"
  "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>"
  " linux-mm@kvack.org\0"
  "Cc\0linux-kernel@vger.kernel.org"
@@ -67,7 +67,7 @@
  "\n"
  "\t\tpfn = cma->base_pfn + (bitmap_no << cma->order_per_bit);\n"
  "\t\tret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA);\n"
- "\t\tif (ret = 0) {\n"
+ "\t\tif (ret == 0) {\n"
  "\t\t\tpage = pfn_to_page(pfn);\n"
  "\t\t\tbreak;\n"
  "\t\t}\n"
@@ -101,4 +101,4 @@
  "..o | Computer Science,  Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz    (o o)\n"
  ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--
 
-ea9ff508e46bdff6acd7ae3700287219d5ce1b688bef6f3c88d7bac4ca98edca
+7b87820882fd2fb35738ecbd499e97416391954432209b42d98a795300996da4

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.