All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87tvsc8ns2.fsf_-_@xmission.com>

diff --git a/a/content_digest b/N1/content_digest
index 8a97b90..75e0628 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -21,7 +21,7 @@
   ppc-dev <linuxppc-dev@lists.ozlabs.org>
   linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
   Russell King - ARM Linux <linux@armlinux.org.uk>
- " linux-arch@vger.kernel.org\0"
+ " <linux-arch@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -149,4 +149,4 @@
  "-- \n"
  2.14.1
 
-44cf37afe1e148044aa2a47cfd48f70d09e0cc2d41b598fce379d1cdf7735e5e
+68038c402d942b5be1fc6e319906b6227b95251339a02f12e3eb8b47dd09681c

diff --git a/a/1.txt b/N2/1.txt
index 70b216e..ecef2d3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -79,21 +79,21 @@ index d4ccea599692..d56f4d496c89 100644
 -		 * so check explicitly for the right codes here.
 -		 */
 -#ifdef BUS_MCEERR_AR
--		if (from->si_signo == SIGBUS && from->si_code == BUS_MCEERR_AR)
+-		if (from->si_signo = SIGBUS && from->si_code = BUS_MCEERR_AR)
 -			err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);
 -#endif
 -#ifdef BUS_MCEERR_AO
--		if (from->si_signo == SIGBUS && from->si_code == BUS_MCEERR_AO)
+-		if (from->si_signo = SIGBUS && from->si_code = BUS_MCEERR_AO)
 -			err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);
 -#endif
 -#ifdef SEGV_BNDERR
--		if (from->si_signo == SIGSEGV && from->si_code == SEGV_BNDERR) {
+-		if (from->si_signo = SIGSEGV && from->si_code = SEGV_BNDERR) {
 -			err |= __put_user(from->si_lower, &to->si_lower);
 -			err |= __put_user(from->si_upper, &to->si_upper);
 -		}
 -#endif
 -#ifdef SEGV_PKUERR
--		if (from->si_signo == SIGSEGV && from->si_code == SEGV_PKUERR)
+-		if (from->si_signo = SIGSEGV && from->si_code = SEGV_PKUERR)
 -			err |= __put_user(from->si_pkey, &to->si_pkey);
 -#endif
 -		break;
diff --git a/a/content_digest b/N2/content_digest
index 8a97b90..97b801c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -12,7 +12,7 @@
  "ref\087604sa2fu.fsf_-_@xmission.com\0"
  "From\0ebiederm@xmission.com (Eric W. Biederman)\0"
  "Subject\0[RFC PATCH 2/3] signal: Reduce copy_siginfo_to_user to just copy_to_user\0"
- "Date\0Sun, 15 Apr 2018 10:58:21 -0500\0"
+ "Date\0Sun, 15 Apr 2018 15:58:21 +0000\0"
  "To\0Linus Torvalds <torvalds@linux-foundation.org>\0"
  "Cc\0Dave Martin <Dave.Martin@arm.com>"
   Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
@@ -105,21 +105,21 @@
  "-\t\t * so check explicitly for the right codes here.\n"
  "-\t\t */\n"
  "-#ifdef BUS_MCEERR_AR\n"
- "-\t\tif (from->si_signo == SIGBUS && from->si_code == BUS_MCEERR_AR)\n"
+ "-\t\tif (from->si_signo = SIGBUS && from->si_code = BUS_MCEERR_AR)\n"
  "-\t\t\terr |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);\n"
  "-#endif\n"
  "-#ifdef BUS_MCEERR_AO\n"
- "-\t\tif (from->si_signo == SIGBUS && from->si_code == BUS_MCEERR_AO)\n"
+ "-\t\tif (from->si_signo = SIGBUS && from->si_code = BUS_MCEERR_AO)\n"
  "-\t\t\terr |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);\n"
  "-#endif\n"
  "-#ifdef SEGV_BNDERR\n"
- "-\t\tif (from->si_signo == SIGSEGV && from->si_code == SEGV_BNDERR) {\n"
+ "-\t\tif (from->si_signo = SIGSEGV && from->si_code = SEGV_BNDERR) {\n"
  "-\t\t\terr |= __put_user(from->si_lower, &to->si_lower);\n"
  "-\t\t\terr |= __put_user(from->si_upper, &to->si_upper);\n"
  "-\t\t}\n"
  "-#endif\n"
  "-#ifdef SEGV_PKUERR\n"
- "-\t\tif (from->si_signo == SIGSEGV && from->si_code == SEGV_PKUERR)\n"
+ "-\t\tif (from->si_signo = SIGSEGV && from->si_code = SEGV_PKUERR)\n"
  "-\t\t\terr |= __put_user(from->si_pkey, &to->si_pkey);\n"
  "-#endif\n"
  "-\t\tbreak;\n"
@@ -149,4 +149,4 @@
  "-- \n"
  2.14.1
 
-44cf37afe1e148044aa2a47cfd48f70d09e0cc2d41b598fce379d1cdf7735e5e
+638f39e3b932b43dea25f1f0f697b2cc5095fc47c92e418c414abbea23581600

diff --git a/a/content_digest b/N3/content_digest
index 8a97b90..d8a588f 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -13,15 +13,7 @@
  "From\0ebiederm@xmission.com (Eric W. Biederman)\0"
  "Subject\0[RFC PATCH 2/3] signal: Reduce copy_siginfo_to_user to just copy_to_user\0"
  "Date\0Sun, 15 Apr 2018 10:58:21 -0500\0"
- "To\0Linus Torvalds <torvalds@linux-foundation.org>\0"
- "Cc\0Dave Martin <Dave.Martin@arm.com>"
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
-  Dmitry V. Levin <ldv@altlinux.org>
-  sparclinux <sparclinux@vger.kernel.org>
-  ppc-dev <linuxppc-dev@lists.ozlabs.org>
-  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
-  Russell King - ARM Linux <linux@armlinux.org.uk>
- " linux-arch@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -149,4 +141,4 @@
  "-- \n"
  2.14.1
 
-44cf37afe1e148044aa2a47cfd48f70d09e0cc2d41b598fce379d1cdf7735e5e
+d6c63f48285561c2fc09b8b4c3cfd7e7d9c41106110131e4c33d7aa84f92f7ca

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.