[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171104043433.d3a9212548d5c5e2f1ffe4fc@kernel.org>
Date: Sat, 4 Nov 2017 04:34:33 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: shuah@...nel.org
Cc: Steven Rostedt <rostedt@...dmis.org>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Zanussi <tom.zanussi@...ux.intel.com>,
Rajvi Jingar <rajvi.jingar@...el.com>,
Shuah Khan <shuahkh@....samsung.com>
Subject: Re: [PATCH] selftests/ftrace: Introduce exit_pass and exit_fail
On Wed, 1 Nov 2017 15:18:41 -0600
Shuah Khan <shuah@...nel.org> wrote:
> On 10/31/2017 10:23 PM, Masami Hiramatsu wrote:
> > On Tue, 31 Oct 2017 17:44:32 -0400
> > Steven Rostedt <rostedt@...dmis.org> wrote:
> >
> >> On Tue, 31 Oct 2017 23:51:42 +0900
> >> Masami Hiramatsu <mhiramat@...nel.org> wrote:
> >>
> >>> diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc b/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc
> >>> index 74507db8bbc8..b8701fa0b8f2 100644
> >>> --- a/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc
> >>> +++ b/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc
> >>> @@ -8,7 +8,7 @@ echo > kprobe_events
> >>> echo p:myevent _do_fork > kprobe_events
> >>> test -d events/kprobes/myevent
> >>> echo 1 > events/kprobes/myevent/enable
> >>> -echo > kprobe_events && exit 1 # this must fail
> >>> +echo > kprobe_events && exit_fail
> >>
> >> Should we keep the comment about "this must fail", otherwise it may
> >> look like a mistake. Echoing in kprobe_events returns failure here?
> >
> > Ah, good catch! I misread the comment is for "exit 1"...
> >
> > Thank you,
> >
> >>
> >> -- Steve
> >>
> >>
> >>> echo 0 > events/kprobes/myevent/enable
> >>> echo > kprobe_events # this must succeed
> >>> clear_trace
> >
> >
>
> Hi Masami,
>
> Thanks Steve for the catch. I will wait for v2 then.
Sorry for later, I'll send it soon.
Thank you,
>
> thanks,
> -- Shuah
>
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists