All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180628182149.226164-3-joel@joelfernandes.org>

diff --git a/a/1.txt b/N1/1.txt
index 081a676..bfbc19c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: "Joel Fernandes (Google)" <joel@joelfernandes.org>
+From: "Joel Fernandes (Google)" <joel at joelfernandes.org>
 
 In the last patch in this series, we are making lockdep register hooks
 onto the irq_{disable,enable} tracepoints. These tracepoints use the
@@ -13,8 +13,8 @@ For this reason we need a notrace variant of srcu_dereference since
 otherwise we get lockdep splats. This patch adds the needed
 srcu_dereference_notrace variant.
 
-Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
+Reviewed-by: Paul E. McKenney <paulmck at linux.vnet.ibm.com>
+Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>
 ---
  include/linux/srcu.h | 5 +++++
  1 file changed, 5 insertions(+)
@@ -36,4 +36,9 @@ index 3e72a291c401..67135d4a8a30 100644
   * srcu_read_lock - register a new reader for an SRCU-protected structure.
   * @sp: srcu_struct in which to register the new reader.
 -- 
-2.18.0.rc2.346.g013aa6912e-goog
\ No newline at end of file
+2.18.0.rc2.346.g013aa6912e-goog
+
+--
+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 c3997c8..d26a6c2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
   "ref\00020180628182149.226164-1-joel\@joelfernandes.org\0"
 ]
 [
-  "From\0Joel Fernandes <joel\@joelfernandes.org>\0"
+  "From\0joel at joelfernandes.org (Joel Fernandes)\0"
 ]
 [
   "Subject\0[PATCH v9 2/7] srcu: Add notrace variant of srcu_dereference\0"
@@ -10,25 +10,6 @@
 [
   "Date\0Thu, 28 Jun 2018 11:21:44 -0700\0"
 ]
-[
-  "To\0linux-kernel\@vger.kernel.org\0"
-]
-[
-  "Cc\0Joel Fernandes (Google) <joel\@joelfernandes.org>",
-  " 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>",
-  " Steven Rostedt <rostedt\@goodmis.org>",
-  " Thomas Glexiner <tglx\@linutronix.de>",
-  " Tom Zanussi <tom.zanussi\@linux.intel.com>\0"
-]
 [
   "\0000:1\0"
 ]
@@ -36,7 +17,7 @@
   "b\0"
 ]
 [
-  "From: \"Joel Fernandes (Google)\" <joel\@joelfernandes.org>\n",
+  "From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n",
   "\n",
   "In the last patch in this series, we are making lockdep register hooks\n",
   "onto the irq_{disable,enable} tracepoints. These tracepoints use the\n",
@@ -51,8 +32,8 @@
   "otherwise we get lockdep splats. This patch adds the needed\n",
   "srcu_dereference_notrace variant.\n",
   "\n",
-  "Reviewed-by: Paul E. McKenney <paulmck\@linux.vnet.ibm.com>\n",
-  "Signed-off-by: Joel Fernandes (Google) <joel\@joelfernandes.org>\n",
+  "Reviewed-by: Paul E. McKenney <paulmck at linux.vnet.ibm.com>\n",
+  "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n",
   "---\n",
   " include/linux/srcu.h | 5 +++++\n",
   " 1 file changed, 5 insertions(+)\n",
@@ -74,7 +55,12 @@
   "  * srcu_read_lock - register a new reader for an SRCU-protected structure.\n",
   "  * \@sp: srcu_struct in which to register the new reader.\n",
   "-- \n",
-  "2.18.0.rc2.346.g013aa6912e-goog"
+  "2.18.0.rc2.346.g013aa6912e-goog\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"
 ]
 
-3734fc8ecf5708c8ae00f6c0fdcc064c5daba59ad045f4bdc5f05cf402388a24
+d53a9060fbc14cf869463406d9e133d04b00199d836073b9e04e96bac5323b84

diff --git a/a/1.txt b/N2/1.txt
index 081a676..15499bf 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -13,8 +13,8 @@ For this reason we need a notrace variant of srcu_dereference since
 otherwise we get lockdep splats. This patch adds the needed
 srcu_dereference_notrace variant.
 
-Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
+Reviewed-by: Paul E. McKenney <paulmck at linux.vnet.ibm.com>
+Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>
 ---
  include/linux/srcu.h | 5 +++++
  1 file changed, 5 insertions(+)
@@ -36,4 +36,9 @@ index 3e72a291c401..67135d4a8a30 100644
   * srcu_read_lock - register a new reader for an SRCU-protected structure.
   * @sp: srcu_struct in which to register the new reader.
 -- 
-2.18.0.rc2.346.g013aa6912e-goog
\ No newline at end of file
+2.18.0.rc2.346.g013aa6912e-goog
+
+--
+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 c3997c8..f70ba92 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
   "ref\00020180628182149.226164-1-joel\@joelfernandes.org\0"
 ]
 [
-  "From\0Joel Fernandes <joel\@joelfernandes.org>\0"
+  "From\0joel\@joelfernandes.org (Joel Fernandes)\0"
 ]
 [
   "Subject\0[PATCH v9 2/7] srcu: Add notrace variant of srcu_dereference\0"
@@ -10,25 +10,6 @@
 [
   "Date\0Thu, 28 Jun 2018 11:21:44 -0700\0"
 ]
-[
-  "To\0linux-kernel\@vger.kernel.org\0"
-]
-[
-  "Cc\0Joel Fernandes (Google) <joel\@joelfernandes.org>",
-  " 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>",
-  " Steven Rostedt <rostedt\@goodmis.org>",
-  " Thomas Glexiner <tglx\@linutronix.de>",
-  " Tom Zanussi <tom.zanussi\@linux.intel.com>\0"
-]
 [
   "\0000:1\0"
 ]
@@ -51,8 +32,8 @@
   "otherwise we get lockdep splats. This patch adds the needed\n",
   "srcu_dereference_notrace variant.\n",
   "\n",
-  "Reviewed-by: Paul E. McKenney <paulmck\@linux.vnet.ibm.com>\n",
-  "Signed-off-by: Joel Fernandes (Google) <joel\@joelfernandes.org>\n",
+  "Reviewed-by: Paul E. McKenney <paulmck at linux.vnet.ibm.com>\n",
+  "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n",
   "---\n",
   " include/linux/srcu.h | 5 +++++\n",
   " 1 file changed, 5 insertions(+)\n",
@@ -74,7 +55,12 @@
   "  * srcu_read_lock - register a new reader for an SRCU-protected structure.\n",
   "  * \@sp: srcu_struct in which to register the new reader.\n",
   "-- \n",
-  "2.18.0.rc2.346.g013aa6912e-goog"
+  "2.18.0.rc2.346.g013aa6912e-goog\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"
 ]
 
-3734fc8ecf5708c8ae00f6c0fdcc064c5daba59ad045f4bdc5f05cf402388a24
+5ce35db9bbe97deb1d685baee31aba1d2a2af5ddcd242f2180dcb3cbc57e32ac

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.