All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141114151819.1908C900@viggo.jf.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 1d3ad56..cead4d7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -51,7 +51,7 @@ diff -puN kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-
 --- a/kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-violation-information	2014-11-14 07:06:21.150558509 -0800
 +++ b/kernel/signal.c	2014-11-14 07:06:21.155558734 -0800
 @@ -2748,6 +2748,10 @@ int copy_siginfo_to_user(siginfo_t __use
- 		if (from->si_code = BUS_MCEERR_AR || from->si_code = BUS_MCEERR_AO)
+ 		if (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)
  			err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);
  #endif
 +#ifdef SEGV_BNDERR
diff --git a/a/content_digest b/N1/content_digest
index a611327..658f1be 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020141114151816.F56A3072@viggo.jf.intel.com\0"
  "From\0Dave Hansen <dave@sr71.net>\0"
  "Subject\0[PATCH 02/11] mpx: extend siginfo structure to include bound violation information\0"
- "Date\0Fri, 14 Nov 2014 15:18:19 +0000\0"
+ "Date\0Fri, 14 Nov 2014 07:18:19 -0800\0"
  "To\0hpa@zytor.com\0"
  "Cc\0tglx@linutronix.de"
   mingo@redhat.com
@@ -68,7 +68,7 @@
  "--- a/kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-violation-information\t2014-11-14 07:06:21.150558509 -0800\n"
  "+++ b/kernel/signal.c\t2014-11-14 07:06:21.155558734 -0800\n"
  "@@ -2748,6 +2748,10 @@ int copy_siginfo_to_user(siginfo_t __use\n"
- " \t\tif (from->si_code = BUS_MCEERR_AR || from->si_code = BUS_MCEERR_AO)\n"
+ " \t\tif (from->si_code == BUS_MCEERR_AR || 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"
@@ -80,4 +80,4 @@
  " \t\terr |= __put_user(from->si_pid, &to->si_pid);\n"
  _
 
-28da788b56f5a164d6dbb1bdc95444f4d9b957acd299b461b66ed24c5bbf2bd3
+68dcc53bcf6d7105255eb399a5de854854d99ec51a65b13a09da55136deb00fc

diff --git a/a/1.txt b/N2/1.txt
index 1d3ad56..31e4f94 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -51,7 +51,7 @@ diff -puN kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-
 --- a/kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-violation-information	2014-11-14 07:06:21.150558509 -0800
 +++ b/kernel/signal.c	2014-11-14 07:06:21.155558734 -0800
 @@ -2748,6 +2748,10 @@ int copy_siginfo_to_user(siginfo_t __use
- 		if (from->si_code = BUS_MCEERR_AR || from->si_code = BUS_MCEERR_AO)
+ 		if (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)
  			err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb);
  #endif
 +#ifdef SEGV_BNDERR
@@ -62,3 +62,9 @@ diff -puN kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-
  	case __SI_CHLD:
  		err |= __put_user(from->si_pid, &to->si_pid);
 _
+
+--
+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 a611327..dc674cb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\020141114151816.F56A3072@viggo.jf.intel.com\0"
  "From\0Dave Hansen <dave@sr71.net>\0"
  "Subject\0[PATCH 02/11] mpx: extend siginfo structure to include bound violation information\0"
- "Date\0Fri, 14 Nov 2014 15:18:19 +0000\0"
+ "Date\0Fri, 14 Nov 2014 07:18:19 -0800\0"
  "To\0hpa@zytor.com\0"
  "Cc\0tglx@linutronix.de"
   mingo@redhat.com
@@ -68,7 +68,7 @@
  "--- a/kernel/signal.c~mpx-v11-mpx-extend-siginfo-structure-to-include-bound-violation-information\t2014-11-14 07:06:21.150558509 -0800\n"
  "+++ b/kernel/signal.c\t2014-11-14 07:06:21.155558734 -0800\n"
  "@@ -2748,6 +2748,10 @@ int copy_siginfo_to_user(siginfo_t __use\n"
- " \t\tif (from->si_code = BUS_MCEERR_AR || from->si_code = BUS_MCEERR_AO)\n"
+ " \t\tif (from->si_code == BUS_MCEERR_AR || 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"
@@ -78,6 +78,12 @@
  " \t\tbreak;\n"
  " \tcase __SI_CHLD:\n"
  " \t\terr |= __put_user(from->si_pid, &to->si_pid);\n"
- _
+ "_\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>"
 
-28da788b56f5a164d6dbb1bdc95444f4d9b957acd299b461b66ed24c5bbf2bd3
+99286a0614bfb30db621736c12adc7d742d712b4ee1c8cd1c3c976dd5d02687d

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.