public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 1/2] selftests/ftrace: add mips support for kprobe args string tests
Date: Tue, 19 Apr 2022 10:12:32 +0900	[thread overview]
Message-ID: <20220419101232.3f56542fdf84af846eaf47fd@kernel.org> (raw)
In-Reply-To: <20220418132957.2b7591e9@gandalf.local.home>

On Mon, 18 Apr 2022 13:29:57 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> On Sat, 16 Apr 2022 19:48:47 +0800
> Ze Zhang <zhangze@loongson.cn> wrote:
> 
> > This is the mips variant of commit <3990b5baf225> ("selftests/ftrace:
> > Add s390 support for kprobe args tests").

Thanks for adding MIPS support!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

Thank you!

> > 
> > 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
> 
> 
> Needs an Ack from Masami, and then Shuah could take it.
> 
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> 
> -- Steve


-- 
Masami Hiramatsu <mhiramat@kernel.org>

  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
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 [this message]
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=20220419101232.3f56542fdf84af846eaf47fd@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