All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180710204707.2fbaef87@gandalf.local.home>

diff --git a/a/1.txt b/N1/1.txt
index 18a3ed7..c7cf637 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Thu, 28 Jun 2018 11:21:48 -0700
-Joel Fernandes <joel@joelfernandes.org> wrote:
+Joel Fernandes <joel at joelfernandes.org> wrote:
 
-> From: "Joel Fernandes (Google)" <joel@joelfernandes.org>
+> From: "Joel Fernandes (Google)" <joel at joelfernandes.org>
 > 
 > In this patch we introduce a test module for simulating a long atomic
 > section in the kernel which the preemptoff or irqsoff tracers can
@@ -39,10 +39,10 @@ Joel Fernandes <joel@joelfernandes.org> wrote:
 > irq dis -1069    1d..1 500005us : <stack trace>
 >  => ret_from_fork  
 > 
-> Co-developed-by: Erick Reyes <erickreyes@google.com>
-> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
+> Co-developed-by: Erick Reyes <erickreyes at google.com>
+> Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
+> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
+> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>
 > ---
 >  lib/Kconfig.debug          |  8 ++++
 >  lib/Makefile               |  1 +
@@ -190,4 +190,9 @@ message should show how to use this.
 > +
 > +module_init(atomic_sect_init)
 > +module_exit(atomic_sect_exit)
-> +MODULE_LICENSE("GPL v2");
\ No newline at end of file
+> +MODULE_LICENSE("GPL v2");
+
+--
+To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
+the body of a message to majordomo at vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 0e071ae..2664002 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,33 +5,14 @@
   "ref\00020180628182149.226164-7-joel\@joelfernandes.org\0"
 ]
 [
-  "From\0Steven Rostedt <rostedt\@goodmis.org>\0"
+  "From\0rostedt at goodmis.org (Steven Rostedt)\0"
 ]
 [
-  "Subject\0Re: [PATCH v9 6/7] lib: Add module to simulate atomic sections for testing preemptoff tracers\0"
+  "Subject\0[PATCH v9 6/7] lib: Add module to simulate atomic sections for testing preemptoff tracers\0"
 ]
 [
   "Date\0Tue, 10 Jul 2018 20:47:07 -0400\0"
 ]
-[
-  "To\0Joel Fernandes <joel\@joelfernandes.org>\0"
-]
-[
-  "Cc\0linux-kernel\@vger.kernel.org",
-  " Andy Shevchenko <andriy.shevchenko\@linux.intel.com>",
-  " Boqun Feng <boqun.feng\@gmail.com>",
-  " Byungchul Park <byungchul.park\@lge.com>",
-  " Ingo Molnar <mingo\@redhat.com>",
-  " Julia Cartwright <julia\@ni.com>",
-  " linux-kselftest\@vger.kernel.org",
-  " Masami Hiramatsu <mhiramat\@kernel.org>",
-  " Mathieu Desnoyers <mathieu.desnoyers\@efficios.com>",
-  " Namhyung Kim <namhyung\@kernel.org>",
-  " Paul McKenney <paulmck\@linux.vnet.ibm.com>",
-  " Peter Zijlstra <peterz\@infradead.org>",
-  " Thomas Glexiner <tglx\@linutronix.de>",
-  " Tom Zanussi <tom.zanussi\@linux.intel.com>\0"
-]
 [
   "\0000:1\0"
 ]
@@ -40,9 +21,9 @@
 ]
 [
   "On Thu, 28 Jun 2018 11:21:48 -0700\n",
-  "Joel Fernandes <joel\@joelfernandes.org> wrote:\n",
+  "Joel Fernandes <joel at joelfernandes.org> wrote:\n",
   "\n",
-  "> From: \"Joel Fernandes (Google)\" <joel\@joelfernandes.org>\n",
+  "> From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n",
   "> \n",
   "> In this patch we introduce a test module for simulating a long atomic\n",
   "> section in the kernel which the preemptoff or irqsoff tracers can\n",
@@ -80,10 +61,10 @@
   "> irq dis -1069    1d..1 500005us : <stack trace>\n",
   ">  => ret_from_fork  \n",
   "> \n",
-  "> Co-developed-by: Erick Reyes <erickreyes\@google.com>\n",
-  "> Cc: Andy Shevchenko <andriy.shevchenko\@linux.intel.com>\n",
-  "> Reviewed-by: Andy Shevchenko <andriy.shevchenko\@linux.intel.com>\n",
-  "> Signed-off-by: Joel Fernandes (Google) <joel\@joelfernandes.org>\n",
+  "> Co-developed-by: Erick Reyes <erickreyes at google.com>\n",
+  "> Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n",
+  "> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n",
+  "> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n",
   "> ---\n",
   ">  lib/Kconfig.debug          |  8 ++++\n",
   ">  lib/Makefile               |  1 +\n",
@@ -231,7 +212,12 @@
   "> +\n",
   "> +module_init(atomic_sect_init)\n",
   "> +module_exit(atomic_sect_exit)\n",
-  "> +MODULE_LICENSE(\"GPL v2\");"
+  "> +MODULE_LICENSE(\"GPL v2\");\n",
+  "\n",
+  "--\n",
+  "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n",
+  "the body of a message to majordomo at vger.kernel.org\n",
+  "More majordomo info at  http://vger.kernel.org/majordomo-info.html"
 ]
 
-276e711ab9cc45cd9070e0dbdb28be861bd663b2814ea7db8b7e6f65297091a7
+51470f0ec54f35b7b3b64d026e8432b1c46e48569c7f0c885f6d4f5970e9a58d

diff --git a/a/1.txt b/N2/1.txt
index 18a3ed7..0bab5a3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On Thu, 28 Jun 2018 11:21:48 -0700
 Joel Fernandes <joel@joelfernandes.org> wrote:
 
-> From: "Joel Fernandes (Google)" <joel@joelfernandes.org>
+> From: "Joel Fernandes (Google)" <joel at joelfernandes.org>
 > 
 > In this patch we introduce a test module for simulating a long atomic
 > section in the kernel which the preemptoff or irqsoff tracers can
@@ -39,10 +39,10 @@ Joel Fernandes <joel@joelfernandes.org> wrote:
 > irq dis -1069    1d..1 500005us : <stack trace>
 >  => ret_from_fork  
 > 
-> Co-developed-by: Erick Reyes <erickreyes@google.com>
-> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
+> Co-developed-by: Erick Reyes <erickreyes at google.com>
+> Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
+> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
+> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>
 > ---
 >  lib/Kconfig.debug          |  8 ++++
 >  lib/Makefile               |  1 +
@@ -190,4 +190,9 @@ message should show how to use this.
 > +
 > +module_init(atomic_sect_init)
 > +module_exit(atomic_sect_exit)
-> +MODULE_LICENSE("GPL v2");
\ No newline at end of file
+> +MODULE_LICENSE("GPL v2");
+
+--
+To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
+the body of a message to majordomo at vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 0e071ae..523e2a7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,33 +5,14 @@
   "ref\00020180628182149.226164-7-joel\@joelfernandes.org\0"
 ]
 [
-  "From\0Steven Rostedt <rostedt\@goodmis.org>\0"
+  "From\0rostedt\@goodmis.org (Steven Rostedt)\0"
 ]
 [
-  "Subject\0Re: [PATCH v9 6/7] lib: Add module to simulate atomic sections for testing preemptoff tracers\0"
+  "Subject\0[PATCH v9 6/7] lib: Add module to simulate atomic sections for testing preemptoff tracers\0"
 ]
 [
   "Date\0Tue, 10 Jul 2018 20:47:07 -0400\0"
 ]
-[
-  "To\0Joel Fernandes <joel\@joelfernandes.org>\0"
-]
-[
-  "Cc\0linux-kernel\@vger.kernel.org",
-  " Andy Shevchenko <andriy.shevchenko\@linux.intel.com>",
-  " Boqun Feng <boqun.feng\@gmail.com>",
-  " Byungchul Park <byungchul.park\@lge.com>",
-  " Ingo Molnar <mingo\@redhat.com>",
-  " Julia Cartwright <julia\@ni.com>",
-  " linux-kselftest\@vger.kernel.org",
-  " Masami Hiramatsu <mhiramat\@kernel.org>",
-  " Mathieu Desnoyers <mathieu.desnoyers\@efficios.com>",
-  " Namhyung Kim <namhyung\@kernel.org>",
-  " Paul McKenney <paulmck\@linux.vnet.ibm.com>",
-  " Peter Zijlstra <peterz\@infradead.org>",
-  " Thomas Glexiner <tglx\@linutronix.de>",
-  " Tom Zanussi <tom.zanussi\@linux.intel.com>\0"
-]
 [
   "\0000:1\0"
 ]
@@ -42,7 +23,7 @@
   "On Thu, 28 Jun 2018 11:21:48 -0700\n",
   "Joel Fernandes <joel\@joelfernandes.org> wrote:\n",
   "\n",
-  "> From: \"Joel Fernandes (Google)\" <joel\@joelfernandes.org>\n",
+  "> From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n",
   "> \n",
   "> In this patch we introduce a test module for simulating a long atomic\n",
   "> section in the kernel which the preemptoff or irqsoff tracers can\n",
@@ -80,10 +61,10 @@
   "> irq dis -1069    1d..1 500005us : <stack trace>\n",
   ">  => ret_from_fork  \n",
   "> \n",
-  "> Co-developed-by: Erick Reyes <erickreyes\@google.com>\n",
-  "> Cc: Andy Shevchenko <andriy.shevchenko\@linux.intel.com>\n",
-  "> Reviewed-by: Andy Shevchenko <andriy.shevchenko\@linux.intel.com>\n",
-  "> Signed-off-by: Joel Fernandes (Google) <joel\@joelfernandes.org>\n",
+  "> Co-developed-by: Erick Reyes <erickreyes at google.com>\n",
+  "> Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n",
+  "> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n",
+  "> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n",
   "> ---\n",
   ">  lib/Kconfig.debug          |  8 ++++\n",
   ">  lib/Makefile               |  1 +\n",
@@ -231,7 +212,12 @@
   "> +\n",
   "> +module_init(atomic_sect_init)\n",
   "> +module_exit(atomic_sect_exit)\n",
-  "> +MODULE_LICENSE(\"GPL v2\");"
+  "> +MODULE_LICENSE(\"GPL v2\");\n",
+  "\n",
+  "--\n",
+  "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n",
+  "the body of a message to majordomo at vger.kernel.org\n",
+  "More majordomo info at  http://vger.kernel.org/majordomo-info.html"
 ]
 
-276e711ab9cc45cd9070e0dbdb28be861bd663b2814ea7db8b7e6f65297091a7
+3555906e1c84146ee47d282a43d22af14d329abb8295c7340e8185c9b00353f5

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.