All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <153269379362.3084.6493537345417100466.stgit@devbox>

diff --git a/a/content_digest b/N1/content_digest
index 4cd008c..b28dd57 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,5 +1,5 @@
  "ref\0153269339575.3084.16279591141931053689.stgit@devbox\0"
- "From\0mhiramat at kernel.org (Masami Hiramatsu)\0"
+ "From\0mhiramat@kernel.org (Masami Hiramatsu)\0"
  "Subject\0[PATCH 14/25] selftests/ftrace: Test kprobe-event argument with various bitsize\0"
  "Date\0Fri, 27 Jul 2018 21:16:33 +0900\0"
  "\00:1\0"
@@ -87,4 +87,4 @@
  "the body of a message to majordomo at vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-83156d50a1937d947b2de3a376f39db87d5f6d099c0eb2152412b8173ed5e527
+d3cd5bc42f94bff178988a8bf54d54aec07d6316824d4f70c9ff37762c3824e0

diff --git a/a/1.txt b/N2/1.txt
index 0844d40..c97eb6a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@ kprobe-event argument can be recorded in given types with
 various bitsize (8, 16, 32, 64), thus the type testcase
 should test the different bitsize too.
 
-Signed-off-by: Masami Hiramatsu <mhiramat at kernel.org>
+Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
 ---
  .../ftrace/test.d/kprobe/kprobe_args_type.tc       |   48 +++++++++++++-------
  1 file changed, 32 insertions(+), 16 deletions(-)
@@ -17,7 +17,7 @@ index 37443dd23d15..1bcb67dcae26 100644
  
  grep "x8/16/32/64" README > /dev/null || exit_unsupported # version issue
  
--echo 'p:testprobe _do_fork $stack0:s32 $stack0:u32 $stack0:x32 $stack0:b8 at 4/32' > kprobe_events
+-echo 'p:testprobe _do_fork $stack0:s32 $stack0:u32 $stack0:x32 $stack0:b8@4/32' > kprobe_events
 -grep testprobe kprobe_events
 -test -d events/kprobes/testprobe
 -
@@ -26,7 +26,7 @@ index 37443dd23d15..1bcb67dcae26 100644
 -echo 0 > events/kprobes/testprobe/enable
 -ARGS=`tail -n 1 trace | sed -e 's/.* arg1=\(.*\) arg2=\(.*\) arg3=\(.*\) arg4=\(.*\)/\1 \2 \3 \4/'`
 +gen_event() { # Bitsize
-+  echo "p:testprobe _do_fork \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4 at 4/$1"
++  echo "p:testprobe _do_fork \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1"
 +}
  
 -check_types() {
@@ -75,8 +75,3 @@ index 37443dd23d15..1bcb67dcae26 100644
 +done
 +
 +exit_pass
-
---
-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
diff --git a/a/content_digest b/N2/content_digest
index 4cd008c..89ab544 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,13 @@
  "ref\0153269339575.3084.16279591141931053689.stgit@devbox\0"
- "From\0mhiramat at kernel.org (Masami Hiramatsu)\0"
+ "From\0Masami Hiramatsu <mhiramat@kernel.org>\0"
  "Subject\0[PATCH 14/25] selftests/ftrace: Test kprobe-event argument with various bitsize\0"
  "Date\0Fri, 27 Jul 2018 21:16:33 +0900\0"
+ "To\0Shuah Khan <shuah@kernel.org>"
+ " Steven Rostedt <rostedt@goodmis.org>\0"
+ "Cc\0Ingo Molnar <mingo@redhat.com>"
+  Masami Hiramatsu <mhiramat@kernel.org>
+  linux-kselftest@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Improve the kprobe-event with argument types testcase\n"
@@ -10,7 +16,7 @@
  "various bitsize (8, 16, 32, 64), thus the type testcase\n"
  "should test the different bitsize too.\n"
  "\n"
- "Signed-off-by: Masami Hiramatsu <mhiramat at kernel.org>\n"
+ "Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>\n"
  "---\n"
  " .../ftrace/test.d/kprobe/kprobe_args_type.tc       |   48 +++++++++++++-------\n"
  " 1 file changed, 32 insertions(+), 16 deletions(-)\n"
@@ -23,7 +29,7 @@
  " \n"
  " grep \"x8/16/32/64\" README > /dev/null || exit_unsupported # version issue\n"
  " \n"
- "-echo 'p:testprobe _do_fork $stack0:s32 $stack0:u32 $stack0:x32 $stack0:b8 at 4/32' > kprobe_events\n"
+ "-echo 'p:testprobe _do_fork $stack0:s32 $stack0:u32 $stack0:x32 $stack0:b8@4/32' > kprobe_events\n"
  "-grep testprobe kprobe_events\n"
  "-test -d events/kprobes/testprobe\n"
  "-\n"
@@ -32,7 +38,7 @@
  "-echo 0 > events/kprobes/testprobe/enable\n"
  "-ARGS=`tail -n 1 trace | sed -e 's/.* arg1=\\(.*\\) arg2=\\(.*\\) arg3=\\(.*\\) arg4=\\(.*\\)/\\1 \\2 \\3 \\4/'`\n"
  "+gen_event() { # Bitsize\n"
- "+  echo \"p:testprobe _do_fork \\$stack0:s$1 \\$stack0:u$1 \\$stack0:x$1 \\$stack0:b4 at 4/$1\"\n"
+ "+  echo \"p:testprobe _do_fork \\$stack0:s$1 \\$stack0:u$1 \\$stack0:x$1 \\$stack0:b4@4/$1\"\n"
  "+}\n"
  " \n"
  "-check_types() {\n"
@@ -80,11 +86,6 @@
  "+\n"
  "+done\n"
  "+\n"
- "+exit_pass\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
+ +exit_pass
 
-83156d50a1937d947b2de3a376f39db87d5f6d099c0eb2152412b8173ed5e527
+965cd9b065f3eca97e20f883ccaeba171772c494916b85bfe39bce9ec0e5ab4b

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.