All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1874192.vbdvJooA5D@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 9486570..2355607 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -41,7 +41,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > >  	 * automatically allocated regions
 > >  	 */
 > > 
-> > -	if (((limit = 0 || limit > memblock_end) &&
+> > -	if (((limit == 0 || limit > memblock_end) &&
 > > -	     (memblock_end - size < highmem_start &&
 > > -	      memblock_end > highmem_start)) ||
 > > -	    (!fixed && limit > highmem_start && limit - size <
@@ -70,7 +70,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > > further
 > > +	 * checks.
 > > +	 */
-> > +	if (limit = 0 || limit > memblock_end)
+> > +	if (limit == 0 || limit > memblock_end)
 > > +		limit = memblock_end;
 > > +
 > > +	/*
diff --git a/a/content_digest b/N1/content_digest
index 785874d..50cd9cd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01414074828-4488-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0"
  "ref\01414074828-4488-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0"
  "ref\020141024025325.GB15243@js1304-P5Q-DELUXE\0"
- "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Subject\0Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary\0"
- "Date\0Fri, 24 Oct 2014 10:00:11 +0000\0"
+ "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
+ "Subject\0[PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary\0"
+ "Date\0Fri, 24 Oct 2014 13:00:11 +0300\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -50,7 +50,7 @@
  "> >  \t * automatically allocated regions\n"
  "> >  \t */\n"
  "> > \n"
- "> > -\tif (((limit = 0 || limit > memblock_end) &&\n"
+ "> > -\tif (((limit == 0 || limit > memblock_end) &&\n"
  "> > -\t     (memblock_end - size < highmem_start &&\n"
  "> > -\t      memblock_end > highmem_start)) ||\n"
  "> > -\t    (!fixed && limit > highmem_start && limit - size <\n"
@@ -79,7 +79,7 @@
  "> > further\n"
  "> > +\t * checks.\n"
  "> > +\t */\n"
- "> > +\tif (limit = 0 || limit > memblock_end)\n"
+ "> > +\tif (limit == 0 || limit > memblock_end)\n"
  "> > +\t\tlimit = memblock_end;\n"
  "> > +\n"
  "> > +\t/*\n"
@@ -103,4 +103,4 @@
  "\n"
  Laurent Pinchart
 
-b92e028a2e6e8cf0d3860b4f2d3cb90a0784908260e1fb34b1b2887964ff344b
+b857550b70b6d9ea276e21f0aaa6301103d3d2674bfb0e1b1c310ab07e485e22

diff --git a/a/1.txt b/N2/1.txt
index 9486570..5390ddb 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -41,7 +41,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > >  	 * automatically allocated regions
 > >  	 */
 > > 
-> > -	if (((limit = 0 || limit > memblock_end) &&
+> > -	if (((limit == 0 || limit > memblock_end) &&
 > > -	     (memblock_end - size < highmem_start &&
 > > -	      memblock_end > highmem_start)) ||
 > > -	    (!fixed && limit > highmem_start && limit - size <
@@ -70,7 +70,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > > further
 > > +	 * checks.
 > > +	 */
-> > +	if (limit = 0 || limit > memblock_end)
+> > +	if (limit == 0 || limit > memblock_end)
 > > +		limit = memblock_end;
 > > +
 > > +	/*
@@ -93,3 +93,9 @@ Good point. I'll remove the check in v2.
 Regards,
 
 Laurent Pinchart
+
+--
+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 785874d..6efa1b9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,8 +3,16 @@
  "ref\020141024025325.GB15243@js1304-P5Q-DELUXE\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary\0"
- "Date\0Fri, 24 Oct 2014 10:00:11 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 24 Oct 2014 13:00:11 +0300\0"
+ "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>\0"
+ "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
+  linux-mm@kvack.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-sh@vger.kernel.org
+  Marek Szyprowski <m.szyprowski@samsung.com>
+  Russell King - ARM Linux <linux@arm.linux.org.uk>
+ " Michal Nazarewicz <mina86@mina86.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Joonsoo,\n"
@@ -50,7 +58,7 @@
  "> >  \t * automatically allocated regions\n"
  "> >  \t */\n"
  "> > \n"
- "> > -\tif (((limit = 0 || limit > memblock_end) &&\n"
+ "> > -\tif (((limit == 0 || limit > memblock_end) &&\n"
  "> > -\t     (memblock_end - size < highmem_start &&\n"
  "> > -\t      memblock_end > highmem_start)) ||\n"
  "> > -\t    (!fixed && limit > highmem_start && limit - size <\n"
@@ -79,7 +87,7 @@
  "> > further\n"
  "> > +\t * checks.\n"
  "> > +\t */\n"
- "> > +\tif (limit = 0 || limit > memblock_end)\n"
+ "> > +\tif (limit == 0 || limit > memblock_end)\n"
  "> > +\t\tlimit = memblock_end;\n"
  "> > +\n"
  "> > +\t/*\n"
@@ -101,6 +109,12 @@
  "-- \n"
  "Regards,\n"
  "\n"
- Laurent Pinchart
+ "Laurent Pinchart\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>"
 
-b92e028a2e6e8cf0d3860b4f2d3cb90a0784908260e1fb34b1b2887964ff344b
+baf5dcb279d13b671f551ee7bb13bdba2fa464bf55e8b10598e36df45dd88c90

diff --git a/a/1.txt b/N3/1.txt
index 9486570..2355607 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -41,7 +41,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > >  	 * automatically allocated regions
 > >  	 */
 > > 
-> > -	if (((limit = 0 || limit > memblock_end) &&
+> > -	if (((limit == 0 || limit > memblock_end) &&
 > > -	     (memblock_end - size < highmem_start &&
 > > -	      memblock_end > highmem_start)) ||
 > > -	    (!fixed && limit > highmem_start && limit - size <
@@ -70,7 +70,7 @@ On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote:
 > > further
 > > +	 * checks.
 > > +	 */
-> > +	if (limit = 0 || limit > memblock_end)
+> > +	if (limit == 0 || limit > memblock_end)
 > > +		limit = memblock_end;
 > > +
 > > +	/*
diff --git a/a/content_digest b/N3/content_digest
index 785874d..8258efa 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -3,8 +3,16 @@
  "ref\020141024025325.GB15243@js1304-P5Q-DELUXE\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary\0"
- "Date\0Fri, 24 Oct 2014 10:00:11 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 24 Oct 2014 13:00:11 +0300\0"
+ "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>\0"
+ "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
+  linux-mm@kvack.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-sh@vger.kernel.org
+  Marek Szyprowski <m.szyprowski@samsung.com>
+  Russell King - ARM Linux <linux@arm.linux.org.uk>
+ " Michal Nazarewicz <mina86@mina86.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Joonsoo,\n"
@@ -50,7 +58,7 @@
  "> >  \t * automatically allocated regions\n"
  "> >  \t */\n"
  "> > \n"
- "> > -\tif (((limit = 0 || limit > memblock_end) &&\n"
+ "> > -\tif (((limit == 0 || limit > memblock_end) &&\n"
  "> > -\t     (memblock_end - size < highmem_start &&\n"
  "> > -\t      memblock_end > highmem_start)) ||\n"
  "> > -\t    (!fixed && limit > highmem_start && limit - size <\n"
@@ -79,7 +87,7 @@
  "> > further\n"
  "> > +\t * checks.\n"
  "> > +\t */\n"
- "> > +\tif (limit = 0 || limit > memblock_end)\n"
+ "> > +\tif (limit == 0 || limit > memblock_end)\n"
  "> > +\t\tlimit = memblock_end;\n"
  "> > +\n"
  "> > +\t/*\n"
@@ -103,4 +111,4 @@
  "\n"
  Laurent Pinchart
 
-b92e028a2e6e8cf0d3860b4f2d3cb90a0784908260e1fb34b1b2887964ff344b
+27ca6189b577a2fbf7c26035e8841de06a3aa220176ecbe93c9dbc056e3f0de1

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.