All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] selftests/ftrace: add mips support for kprobe args string tests
@ 2022-04-16 11:48 Ze Zhang
  2022-04-16 11:48 ` [PATCH 2/2] selftests/ftrace: add mips support for kprobe args syntax tests Ze Zhang
  2022-04-18 17:29 ` [PATCH 1/2] selftests/ftrace: add mips support for kprobe args string tests Steven Rostedt
  0 siblings, 2 replies; 7+ messages in thread
From: Ze Zhang @ 2022-04-16 11:48 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar, Shuah Khan
  Cc: linux-kselftest, linux-kernel, Tiezhu Yang, Qing Zhang, Ze Zhang

This is the mips variant of commit <3990b5baf225> ("selftests/ftrace:
Add s390 support for kprobe args tests").

Signed-off-by: Ze Zhang <zhangze@loongson.cn>
---
 .../selftests/ftrace/test.d/kprobe/kprobe_args_string.tc       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc
index dc7ade196798..459741565222 100644
--- a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc
+++ b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc
@@ -25,6 +25,9 @@ ppc*)
 s390*)
   ARG1=%r2
 ;;
+mips*)
+  ARG1=%r4
+;;
 *)
   echo "Please implement other architecture here"
   exit_untested
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-19 23:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 11:48 [PATCH 1/2] selftests/ftrace: add mips support for kprobe args string tests Ze Zhang
2022-04-16 11:48 ` [PATCH 2/2] selftests/ftrace: add mips support for kprobe args syntax tests Ze Zhang
2022-04-18 17:30   ` Steven Rostedt
2022-04-19  1:12     ` Masami Hiramatsu
2022-04-18 17:29 ` [PATCH 1/2] selftests/ftrace: add mips support for kprobe args string tests Steven Rostedt
2022-04-19  1:12   ` Masami Hiramatsu
2022-04-19 23:18     ` Shuah Khan

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.