All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87muk6vavb.fsf@suse.de>

diff --git a/a/content_digest b/N1/content_digest
index 17504fb..be16e3c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -14,7 +14,7 @@
  "ref\020190430132024.0f03f5b8@gandalf.local.home\0"
  "ref\020190430134913.4e29ce72@gandalf.local.home\0"
  "ref\020190430175334.423821c0@gandalf.local.home\0"
- "From\0nstange at suse.de (Nicolai Stange)\0"
+ "From\0nstange@suse.de (Nicolai Stange)\0"
  "Subject\0[RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler\0"
  "Date\0Wed, 01 May 2019 10:26:32 +0200\0"
  "\00:1\0"
@@ -174,4 +174,4 @@
  "SUSE Linux GmbH, GF: Felix Imend\303\266rffer, Jane Smithard, Graham Norton,\n"
  "HRB 21284 (AG N\303\274rnberg)"
 
-21cbe537175368170df11626410ab3dbf8da68f7fbb35b9639972c442201770d
+55d073ed6e6ae153edbb0ce05bdb761f47007f06f0d52f335d866e90d6a295ca

diff --git a/a/1.txt b/N2/1.txt
index 91751f5..84a17a5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ Hi Steve,
 many thanks for moving this forward!
 
 
-Steven Rostedt <rostedt at goodmis.org> writes:
+Steven Rostedt <rostedt@goodmis.org> writes:
 
 >
 > diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
@@ -78,7 +78,7 @@ Steven Rostedt <rostedt at goodmis.org> writes:
 > +static DEFINE_PER_CPU(void *, ftrace_bp_call_nmi_return);
 
 Andy mentioned #DB and #MC exceptions here:
-https://lkml.kernel.org/r/C55DED25-C60D-4731-9A6B-92BDA8771766 at amacapital.net
+https://lkml.kernel.org/r/C55DED25-C60D-4731-9A6B-92BDA8771766@amacapital.net
 
 I think that #DB won't be possible, provided the trampolines below get
 tagged as NOKPROBE (do_int3() and ftrace_int3_handler() already have
diff --git a/a/content_digest b/N2/content_digest
index 17504fb..adc25b8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -14,9 +14,37 @@
  "ref\020190430132024.0f03f5b8@gandalf.local.home\0"
  "ref\020190430134913.4e29ce72@gandalf.local.home\0"
  "ref\020190430175334.423821c0@gandalf.local.home\0"
- "From\0nstange at suse.de (Nicolai Stange)\0"
- "Subject\0[RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler\0"
+ "From\0Nicolai Stange <nstange@suse.de>\0"
+ "Subject\0Re: [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler\0"
  "Date\0Wed, 01 May 2019 10:26:32 +0200\0"
+ "To\0Steven Rostedt <rostedt@goodmis.org>\0"
+ "Cc\0Linus Torvalds <torvalds@linux-foundation.org>"
+  Andy Lutomirski <luto@kernel.org>
+  Peter Zijlstra <peterz@infradead.org>
+  Nicolai Stange <nstange@suse.de>
+  Thomas Gleixner <tglx@linutronix.de>
+  Ingo Molnar <mingo@redhat.com>
+  Borislav Petkov <bp@alien8.de>
+  H. Peter Anvin <hpa@zytor.com>
+ " the arch\\/x86 maintainers <x86@kernel.org>"
+  Josh Poimboeuf <jpoimboe@redhat.com>
+  Jiri Kosina <jikos@kernel.org>
+  Miroslav Benes <mbenes@suse.cz>
+  Petr Mladek <pmladek@suse.com>
+  Joe Lawrence <joe.lawrence@redhat.com>
+  Shuah Khan <shuah@kernel.org>
+  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+  Tim Chen <tim.c.chen@linux.intel.com>
+  Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+  Mimi Zohar <zohar@linux.ibm.com>
+  Juergen Gross <jgross@suse.com>
+  Nick Desaulniers <ndesaulniers@google.com>
+  Nayna Jain <nayna@linux.ibm.com>
+  Masahiro Yamada <yamada.masahiro@socionext.com>
+  Joerg Roedel <jroedel@suse.de>
+  Linux List Kernel Mailing <linux-kernel@vger.kernel.org>
+  live-patching@vger.kernel.org
+ " open list\\:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Steve,\n"
@@ -24,7 +52,7 @@
  "many thanks for moving this forward!\n"
  "\n"
  "\n"
- "Steven Rostedt <rostedt at goodmis.org> writes:\n"
+ "Steven Rostedt <rostedt@goodmis.org> writes:\n"
  "\n"
  ">\n"
  "> diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c\n"
@@ -99,7 +127,7 @@
  "> +static DEFINE_PER_CPU(void *, ftrace_bp_call_nmi_return);\n"
  "\n"
  "Andy mentioned #DB and #MC exceptions here:\n"
- "https://lkml.kernel.org/r/C55DED25-C60D-4731-9A6B-92BDA8771766 at amacapital.net\n"
+ "https://lkml.kernel.org/r/C55DED25-C60D-4731-9A6B-92BDA8771766@amacapital.net\n"
  "\n"
  "I think that #DB won't be possible, provided the trampolines below get\n"
  "tagged as NOKPROBE (do_int3() and ftrace_int3_handler() already have\n"
@@ -174,4 +202,4 @@
  "SUSE Linux GmbH, GF: Felix Imend\303\266rffer, Jane Smithard, Graham Norton,\n"
  "HRB 21284 (AG N\303\274rnberg)"
 
-21cbe537175368170df11626410ab3dbf8da68f7fbb35b9639972c442201770d
+2268606a1dbbf3ca204c98b4ea482fffc8e608e99026ff0de7e02260cd034290

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.