All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200921150211.GS3421308@ZenIV.linux.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index a9b6662..73f0701 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,7 +56,7 @@ ssize_t rw_copy_check_uvector(const struct iovec __user * uvector,
 	 * was less than or equal to 0, or greater than {IOV_MAX}.  Linux has
 	 * traditionally returned zero for zero segments, so...
 	 */
-	if (nr_segs == 0)
+	if (nr_segs = 0)
 		return 0;
 
 	/*
@@ -135,7 +135,7 @@ ssize_t import_iovec(int type, const struct iovec __user * uvector,
 		return n;
 	}
 	iov_iter_init(i, type, p, nr_segs, n);
-	*iov = p == *iov ? NULL : p;
+	*iov = p = *iov ? NULL : p;
 	return n;
 }
 
diff --git a/a/content_digest b/N1/content_digest
index 9199fb8..b0a4db3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020200921143434.707844-3-hch@lst.de\0"
  "From\0Al Viro <viro@zeniv.linux.org.uk>\0"
  "Subject\0Re: [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()\0"
- "Date\0Mon, 21 Sep 2020 16:02:11 +0100\0"
+ "Date\0Mon, 21 Sep 2020 15:02:11 +0000\0"
  "To\0Christoph Hellwig <hch@lst.de>\0"
  "Cc\0Andrew Morton <akpm@linux-foundation.org>"
   Jens Axboe <axboe@kernel.dk>
@@ -86,7 +86,7 @@
  "\t * was less than or equal to 0, or greater than {IOV_MAX}.  Linux has\n"
  "\t * traditionally returned zero for zero segments, so...\n"
  "\t */\n"
- "\tif (nr_segs == 0)\n"
+ "\tif (nr_segs = 0)\n"
  "\t\treturn 0;\n"
  "\n"
  "\t/*\n"
@@ -165,7 +165,7 @@
  "\t\treturn n;\n"
  "\t}\n"
  "\tiov_iter_init(i, type, p, nr_segs, n);\n"
- "\t*iov = p == *iov ? NULL : p;\n"
+ "\t*iov = p = *iov ? NULL : p;\n"
  "\treturn n;\n"
  "}\n"
  "\n"
@@ -174,4 +174,4 @@
  "\n"
  Saner that way, IMO...
 
-fa5a6f81d72fa404c68afdfbf610bf4c237cb0f8c96437208e32292a66ded585
+a0a4d39c4025110dfc62d13882d5490d1a3854a09edf07091d04d5a3b03e56f0

diff --git a/a/content_digest b/N2/content_digest
index 9199fb8..3f4fd60 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,28 +4,28 @@
  "Subject\0Re: [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()\0"
  "Date\0Mon, 21 Sep 2020 16:02:11 +0100\0"
  "To\0Christoph Hellwig <hch@lst.de>\0"
- "Cc\0Andrew Morton <akpm@linux-foundation.org>"
-  Jens Axboe <axboe@kernel.dk>
-  Arnd Bergmann <arnd@arndb.de>
-  David Howells <dhowells@redhat.com>
-  David Laight <David.Laight@aculab.com>
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
+ "Cc\0linux-aio@kvack.org"
   linux-mips@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
-  linux-s390@vger.kernel.org
+  David Howells <dhowells@redhat.com>
+  linux-mm@kvack.org
+  keyrings@vger.kernel.org
   sparclinux@vger.kernel.org
-  linux-block@vger.kernel.org
+  linux-arch@vger.kernel.org
+  linux-s390@vger.kernel.org
   linux-scsi@vger.kernel.org
-  linux-fsdevel@vger.kernel.org
-  linux-aio@kvack.org
+  Arnd Bergmann <arnd@arndb.de>
+  linux-block@vger.kernel.org
   io-uring@vger.kernel.org
-  linux-arch@vger.kernel.org
-  linux-mm@kvack.org
+  linux-arm-kernel@lists.infradead.org
+  Jens Axboe <axboe@kernel.dk>
+  linux-parisc@vger.kernel.org
   netdev@vger.kernel.org
-  keyrings@vger.kernel.org
- " linux-security-module@vger.kernel.org\0"
+  linux-kernel@vger.kernel.org
+  linux-security-module@vger.kernel.org
+  David Laight <David.Laight@aculab.com>
+  linux-fsdevel@vger.kernel.org
+  Andrew Morton <akpm@linux-foundation.org>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Sep 21, 2020 at 04:34:25PM +0200, Christoph Hellwig wrote:\n"
@@ -174,4 +174,4 @@
  "\n"
  Saner that way, IMO...
 
-fa5a6f81d72fa404c68afdfbf610bf4c237cb0f8c96437208e32292a66ded585
+f292186329967d6b8802979044521b48b1d6bfa2ec95d5bfd9d377999fe5e574

diff --git a/a/1.txt b/N3/1.txt
index a9b6662..0de4d0d 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -143,3 +143,8 @@ kill CHECK_IOVEC_ONLY and use rw_copy_check_uvector() without the type
 argument in mm/process_vm_access.c
 
 Saner that way, IMO...
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index 9199fb8..6f4f4c2 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,28 +4,28 @@
  "Subject\0Re: [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()\0"
  "Date\0Mon, 21 Sep 2020 16:02:11 +0100\0"
  "To\0Christoph Hellwig <hch@lst.de>\0"
- "Cc\0Andrew Morton <akpm@linux-foundation.org>"
-  Jens Axboe <axboe@kernel.dk>
-  Arnd Bergmann <arnd@arndb.de>
-  David Howells <dhowells@redhat.com>
-  David Laight <David.Laight@aculab.com>
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
+ "Cc\0linux-aio@kvack.org"
   linux-mips@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
-  linux-s390@vger.kernel.org
+  David Howells <dhowells@redhat.com>
+  linux-mm@kvack.org
+  keyrings@vger.kernel.org
   sparclinux@vger.kernel.org
-  linux-block@vger.kernel.org
+  linux-arch@vger.kernel.org
+  linux-s390@vger.kernel.org
   linux-scsi@vger.kernel.org
-  linux-fsdevel@vger.kernel.org
-  linux-aio@kvack.org
+  Arnd Bergmann <arnd@arndb.de>
+  linux-block@vger.kernel.org
   io-uring@vger.kernel.org
-  linux-arch@vger.kernel.org
-  linux-mm@kvack.org
+  linux-arm-kernel@lists.infradead.org
+  Jens Axboe <axboe@kernel.dk>
+  linux-parisc@vger.kernel.org
   netdev@vger.kernel.org
-  keyrings@vger.kernel.org
- " linux-security-module@vger.kernel.org\0"
+  linux-kernel@vger.kernel.org
+  linux-security-module@vger.kernel.org
+  David Laight <David.Laight@aculab.com>
+  linux-fsdevel@vger.kernel.org
+  Andrew Morton <akpm@linux-foundation.org>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Sep 21, 2020 at 04:34:25PM +0200, Christoph Hellwig wrote:\n"
@@ -172,6 +172,11 @@
  "kill CHECK_IOVEC_ONLY and use rw_copy_check_uvector() without the type\n"
  "argument in mm/process_vm_access.c\n"
  "\n"
- Saner that way, IMO...
+ "Saner that way, IMO...\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-fa5a6f81d72fa404c68afdfbf610bf4c237cb0f8c96437208e32292a66ded585
+f827dbed981985f214667046f5bc39ff26c5e14010166ae6533d5d3bc2179f49

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.