Skip to content

Commit 2eadb32

Browse files
yuliao0214shuahkh
authored andcommitted
selftests/ftrace: add loongarch support for kprobe args char tests
Add loongarch support for the recently added kprobe args tests. Signed-off-by: Yu Liao <liaoyu15@huawei.com> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 0996e67 commit 2eadb32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_char.tc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ s390*)
2828
mips*)
2929
ARG1=%r4
3030
;;
31+
loongarch*)
32+
ARG1=%r4
33+
;;
3134
*)
3235
echo "Please implement other architecture here"
3336
exit_untested

0 commit comments

Comments
 (0)