From: Masami Hiramatsu <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Ze Zhang <zhangze@loongson.cn>, Ingo Molnar <mingo@redhat.com>,
Shuah Khan <shuah@kernel.org>,
linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
Tiezhu Yang <yangtiezhu@loongson.cn>,
Qing Zhang <zhangqing@loongson.cn>,
Masami Hiramatsu <mhiramat@kernel.org>
Subject: Re: [PATCH 2/2] selftests/ftrace: add mips support for kprobe args syntax tests
Date: Tue, 19 Apr 2022 10:12:38 +0900 [thread overview]
Message-ID: <20220419101238.affc234023ed6821d8857cfc@kernel.org> (raw)
In-Reply-To: <20220418133045.3ddb0032@gandalf.local.home>
On Mon, 18 Apr 2022 13:30:45 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> On Sat, 16 Apr 2022 19:48:48 +0800
> Ze Zhang <zhangze@loongson.cn> wrote:
>
> > This is the mips variant of commit <3990b5baf225> ("selftests/ftrace:
> > Add s390 support for kprobe args tests").
Great!
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Thanks!
> >
> > Signed-off-by: Ze Zhang <zhangze@loongson.cn>
> > ---
> > .../selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc
> > index 47d84b5cb6ca..d4662c8cf407 100644
> > --- a/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc
> > +++ b/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc
> > @@ -36,6 +36,10 @@ s390*)
> > GOODREG=%r2
> > BADREG=%s2
> > ;;
> > +mips*)
> > + GOODREG=%r4
> > + BADREG=%r12
> > +;;
> > *)
> > echo "Please implement other architecture here"
> > exit_untested
>
> This needs an Ack from Masami as well.
>
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
>
> -- Steve
--
Masami Hiramatsu <mhiramat@kernel.org>
next prev parent reply other threads:[~2022-04-19 1:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220419101238.affc234023ed6821d8857cfc@kernel.org \
--to=mhiramat@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=rostedt@goodmis.org \
--cc=shuah@kernel.org \
--cc=yangtiezhu@loongson.cn \
--cc=zhangqing@loongson.cn \
--cc=zhangze@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox