All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <949531fe-76d0-a8c2-77d7-5bf2444e8eb6@infradead.org>

diff --git a/a/1.txt b/N1/1.txt
index 05bdb1a..3ba43cd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -61,7 +61,7 @@ use correct format:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then kernel space is "returning" a newer struct to an
 > + *    older user space. In order to avoid user space getting incomplete
 > + *    information (new fields might be important), all trailing bytes in @src
@@ -136,7 +136,7 @@ same here:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then the user space has passed an old struct to a
 > + *    newer kernel. The rest of the trailing bytes in @dst (@ksize - @usize)
 > + *    are to be zero-filled.
diff --git a/a/content_digest b/N1/content_digest
index 38dc910..42e8eec 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers\0"
 ]
 [
-  "Date\0Wed, 04 Sep 2019 21:00:11 +0000\0"
+  "Date\0Wed, 4 Sep 2019 14:00:11 -0700\0"
 ]
 [
   "To\0Aleksa Sarai <cyphar\@cyphar.com>",
@@ -47,7 +47,19 @@
   " linux-alpha\@vger.kernel.org",
   " linux-api\@vger.kernel.org",
   " linux-arch\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.\0"
+  " linux-arm-kernel\@lists.infradead.org",
+  " linux-fsdevel\@vger.kernel.org",
+  " linux-ia64\@vger.kernel.org",
+  " linux-kernel\@vger.kernel.org",
+  " linux-kselftest\@vger.kernel.org",
+  " linux-m68k\@lists.linux-m68k.org",
+  " linux-mips\@vger.kernel.org",
+  " linux-parisc\@vger.kernel.org",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-s390\@vger.kernel.org",
+  " linux-sh\@vger.kernel.org",
+  " linux-xtensa\@linux-xtensa.org",
+  " sparclinux\@vger.kernel.org\0"
 ]
 [
   "\0000:1\0"
@@ -119,7 +131,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then kernel space is \"returning\" a newer struct to an\n",
   "> + *    older user space. In order to avoid user space getting incomplete\n",
   "> + *    information (new fields might be important), all trailing bytes in \@src\n",
@@ -194,7 +206,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then the user space has passed an old struct to a\n",
   "> + *    newer kernel. The rest of the trailing bytes in \@dst (\@ksize - \@usize)\n",
   "> + *    are to be zero-filled.\n",
@@ -250,4 +262,4 @@
   "~Randy"
 ]
 
-111430726843ccc38ebda6d7f56405b8fbb5a70d96910c9569aed1260ad347a2
+486b807eda81c27ad137139ab9677fa2d8204905d6873f182692d47a74d12c8e

diff --git a/a/1.txt b/N2/1.txt
index 05bdb1a..3ba43cd 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -61,7 +61,7 @@ use correct format:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then kernel space is "returning" a newer struct to an
 > + *    older user space. In order to avoid user space getting incomplete
 > + *    information (new fields might be important), all trailing bytes in @src
@@ -136,7 +136,7 @@ same here:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then the user space has passed an old struct to a
 > + *    newer kernel. The rest of the trailing bytes in @dst (@ksize - @usize)
 > + *    are to be zero-filled.
diff --git a/a/content_digest b/N2/content_digest
index 38dc910..3ef9d0f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers\0"
 ]
 [
-  "Date\0Wed, 04 Sep 2019 21:00:11 +0000\0"
+  "Date\0Wed, 4 Sep 2019 14:00:11 -0700\0"
 ]
 [
   "To\0Aleksa Sarai <cyphar\@cyphar.com>",
@@ -119,7 +119,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then kernel space is \"returning\" a newer struct to an\n",
   "> + *    older user space. In order to avoid user space getting incomplete\n",
   "> + *    information (new fields might be important), all trailing bytes in \@src\n",
@@ -194,7 +194,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then the user space has passed an old struct to a\n",
   "> + *    newer kernel. The rest of the trailing bytes in \@dst (\@ksize - \@usize)\n",
   "> + *    are to be zero-filled.\n",
@@ -250,4 +250,4 @@
   "~Randy"
 ]
 
-111430726843ccc38ebda6d7f56405b8fbb5a70d96910c9569aed1260ad347a2
+8568a1a2c176f43c1c6184176079948f639add1393c42c3c6986f44c87a0ca48

diff --git a/a/1.txt b/N3/1.txt
index 05bdb1a..3ba43cd 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -61,7 +61,7 @@ use correct format:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then kernel space is "returning" a newer struct to an
 > + *    older user space. In order to avoid user space getting incomplete
 > + *    information (new fields might be important), all trailing bytes in @src
@@ -136,7 +136,7 @@ same here:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then the user space has passed an old struct to a
 > + *    newer kernel. The rest of the trailing bytes in @dst (@ksize - @usize)
 > + *    are to be zero-filled.
diff --git a/a/content_digest b/N3/content_digest
index 38dc910..ba79061 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers\0"
 ]
 [
-  "Date\0Wed, 04 Sep 2019 21:00:11 +0000\0"
+  "Date\0Wed, 4 Sep 2019 14:00:11 -0700\0"
 ]
 [
   "To\0Aleksa Sarai <cyphar\@cyphar.com>",
@@ -27,27 +27,39 @@
   " Christian Brauner <christian\@brauner.io>\0"
 ]
 [
-  "Cc\0Rasmus Villemoes <linux\@rasmusvillemoes.dk>",
-  " Eric Biederman <ebiederm\@xmission.com>",
-  " Andy Lutomirski <luto\@kernel.org>",
-  " Andrew Morton <akpm\@linux-foundation.org>",
+  "Cc\0linux-ia64\@vger.kernel.org",
+  " linux-sh\@vger.kernel.org",
+  " Alexander Shishkin <alexander.shishkin\@linux.intel.com>",
+  " Rasmus Villemoes <linux\@rasmusvillemoes.dk>",
   " Alexei Starovoitov <ast\@kernel.org>",
+  " linux-kernel\@vger.kernel.org",
+  " linux-kselftest\@vger.kernel.org",
+  " sparclinux\@vger.kernel.org",
+  " Jiri Olsa <jolsa\@redhat.com>",
+  " linux-arch\@vger.kernel.org",
+  " linux-s390\@vger.kernel.org",
+  " Tycho Andersen <tycho\@tycho.ws>",
+  " Aleksa Sarai <asarai\@suse.de>",
+  " linux-mips\@vger.kernel.org",
+  " linux-xtensa\@linux-xtensa.org",
   " Kees Cook <keescook\@chromium.org>",
   " Jann Horn <jannh\@google.com>",
-  " Tycho Andersen <tycho\@tycho.ws>",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-m68k\@lists.linux-m68k.org",
+  " Andy Lutomirski <luto\@kernel.org>",
+  " Namhyung Kim <namhyung\@kernel.org>",
   " David Drysdale <drysdale\@google.com>",
+  " linux-arm-kernel\@lists.infradead.org",
+  " linux-parisc\@vger.kernel.org",
+  " linux-api\@vger.kernel.org",
   " Chanho Min <chanho.min\@lge.com>",
   " Oleg Nesterov <oleg\@redhat.com>",
-  " Alexander Shishkin <alexander.shishkin\@linux.intel.com>",
-  " Jiri Olsa <jolsa\@redhat.com>",
-  " Namhyung Kim <namhyung\@kernel.org>",
-  " Aleksa Sarai <asarai\@suse.de>",
-  " Linus Torvalds <torvalds\@linux-foundation.org>",
-  " containers\@lists.linux-foundation.org",
+  " Eric Biederman <ebiederm\@xmission.com>",
   " linux-alpha\@vger.kernel.org",
-  " linux-api\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.\0"
+  " linux-fsdevel\@vger.kernel.org",
+  " Andrew Morton <akpm\@linux-foundation.org>",
+  " Linus Torvalds <torvalds\@linux-foundation.org>",
+  " containers\@lists.linux-foundation.org\0"
 ]
 [
   "\0000:1\0"
@@ -119,7 +131,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then kernel space is \"returning\" a newer struct to an\n",
   "> + *    older user space. In order to avoid user space getting incomplete\n",
   "> + *    information (new fields might be important), all trailing bytes in \@src\n",
@@ -194,7 +206,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then the user space has passed an old struct to a\n",
   "> + *    newer kernel. The rest of the trailing bytes in \@dst (\@ksize - \@usize)\n",
   "> + *    are to be zero-filled.\n",
@@ -250,4 +262,4 @@
   "~Randy"
 ]
 
-111430726843ccc38ebda6d7f56405b8fbb5a70d96910c9569aed1260ad347a2
+b3c75c48107d79e6487a902c7cfa56c291309e6844acccc9b9c91ec0f3a4e5c8

diff --git a/a/1.txt b/N4/1.txt
index 05bdb1a..de0dac2 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -61,7 +61,7 @@ use correct format:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then kernel space is "returning" a newer struct to an
 > + *    older user space. In order to avoid user space getting incomplete
 > + *    information (new fields might be important), all trailing bytes in @src
@@ -136,7 +136,7 @@ same here:
 > + *   }
 > + *
 > + * There are three cases to consider:
-> + *  * If @usize = @ksize, then it's copied verbatim.
+> + *  * If @usize == @ksize, then it's copied verbatim.
 > + *  * If @usize < @ksize, then the user space has passed an old struct to a
 > + *    newer kernel. The rest of the trailing bytes in @dst (@ksize - @usize)
 > + *    are to be zero-filled.
@@ -189,4 +189,9 @@ same here:
 
 thanks.
 -- 
-~Randy
\ No newline at end of file
+~Randy
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
diff --git a/a/content_digest b/N4/content_digest
index 38dc910..9737338 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers\0"
 ]
 [
-  "Date\0Wed, 04 Sep 2019 21:00:11 +0000\0"
+  "Date\0Wed, 4 Sep 2019 14:00:11 -0700\0"
 ]
 [
   "To\0Aleksa Sarai <cyphar\@cyphar.com>",
@@ -27,27 +27,39 @@
   " Christian Brauner <christian\@brauner.io>\0"
 ]
 [
-  "Cc\0Rasmus Villemoes <linux\@rasmusvillemoes.dk>",
-  " Eric Biederman <ebiederm\@xmission.com>",
-  " Andy Lutomirski <luto\@kernel.org>",
-  " Andrew Morton <akpm\@linux-foundation.org>",
+  "Cc\0linux-ia64\@vger.kernel.org",
+  " linux-sh\@vger.kernel.org",
+  " Alexander Shishkin <alexander.shishkin\@linux.intel.com>",
+  " Rasmus Villemoes <linux\@rasmusvillemoes.dk>",
   " Alexei Starovoitov <ast\@kernel.org>",
+  " linux-kernel\@vger.kernel.org",
+  " linux-kselftest\@vger.kernel.org",
+  " sparclinux\@vger.kernel.org",
+  " Jiri Olsa <jolsa\@redhat.com>",
+  " linux-arch\@vger.kernel.org",
+  " linux-s390\@vger.kernel.org",
+  " Tycho Andersen <tycho\@tycho.ws>",
+  " Aleksa Sarai <asarai\@suse.de>",
+  " linux-mips\@vger.kernel.org",
+  " linux-xtensa\@linux-xtensa.org",
   " Kees Cook <keescook\@chromium.org>",
   " Jann Horn <jannh\@google.com>",
-  " Tycho Andersen <tycho\@tycho.ws>",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-m68k\@lists.linux-m68k.org",
+  " Andy Lutomirski <luto\@kernel.org>",
+  " Namhyung Kim <namhyung\@kernel.org>",
   " David Drysdale <drysdale\@google.com>",
+  " linux-arm-kernel\@lists.infradead.org",
+  " linux-parisc\@vger.kernel.org",
+  " linux-api\@vger.kernel.org",
   " Chanho Min <chanho.min\@lge.com>",
   " Oleg Nesterov <oleg\@redhat.com>",
-  " Alexander Shishkin <alexander.shishkin\@linux.intel.com>",
-  " Jiri Olsa <jolsa\@redhat.com>",
-  " Namhyung Kim <namhyung\@kernel.org>",
-  " Aleksa Sarai <asarai\@suse.de>",
-  " Linus Torvalds <torvalds\@linux-foundation.org>",
-  " containers\@lists.linux-foundation.org",
+  " Eric Biederman <ebiederm\@xmission.com>",
   " linux-alpha\@vger.kernel.org",
-  " linux-api\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.\0"
+  " linux-fsdevel\@vger.kernel.org",
+  " Andrew Morton <akpm\@linux-foundation.org>",
+  " Linus Torvalds <torvalds\@linux-foundation.org>",
+  " containers\@lists.linux-foundation.org\0"
 ]
 [
   "\0000:1\0"
@@ -119,7 +131,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then kernel space is \"returning\" a newer struct to an\n",
   "> + *    older user space. In order to avoid user space getting incomplete\n",
   "> + *    information (new fields might be important), all trailing bytes in \@src\n",
@@ -194,7 +206,7 @@
   "> + *   }\n",
   "> + *\n",
   "> + * There are three cases to consider:\n",
-  "> + *  * If \@usize = \@ksize, then it's copied verbatim.\n",
+  "> + *  * If \@usize == \@ksize, then it's copied verbatim.\n",
   "> + *  * If \@usize < \@ksize, then the user space has passed an old struct to a\n",
   "> + *    newer kernel. The rest of the trailing bytes in \@dst (\@ksize - \@usize)\n",
   "> + *    are to be zero-filled.\n",
@@ -247,7 +259,12 @@
   "\n",
   "thanks.\n",
   "-- \n",
-  "~Randy"
+  "~Randy\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"
 ]
 
-111430726843ccc38ebda6d7f56405b8fbb5a70d96910c9569aed1260ad347a2
+a6ab41af01eb081e47e818f300230942bd04cd774351d96c39442202cd533b50

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.