From: Masami Hiramatsu <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Frank Rowand <frowand.list@gmail.com>,
linux-kernel@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Tom Zanussi <tom.zanussi@linux.intel.com>,
Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>,
Masami Hiramatsu <mhiramat@kernel.org>
Subject: Re: [PATCH] tracing: initialize variable in create_dyn_event()
Date: Fri, 15 Mar 2019 08:26:37 +0900 [thread overview]
Message-ID: <20190315082637.e38ff91363ecd57de4015c59@kernel.org> (raw)
In-Reply-To: <20190314181908.0af526af@gandalf.local.home>
Hi Frank and Steve,
Thank you for pointing it out :)
On Thu, 14 Mar 2019 18:19:08 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> On Thu, 14 Mar 2019 14:05:02 -0700
> Frank Rowand <frowand.list@gmail.com> wrote:
>
> > Hi Steve,
> >
> > Ping.
>
> Thanks, this got buried.
>
> > > static int create_dyn_event(int argc, char **argv)
> > > {
> > > struct dyn_event_operations *ops;
> > > - int ret;
> > > + int ret = 0;
>
> Probably should be ret = -ENODEV;
>
> As if ret doesn't get set, then no dynamic code has been registered,
> and something is truly wrong.
I Agreed to return -ENODEV instead of 0.
Thank you,
>
> -- Steve
>
>
> > >
> > > if (argv[0][0] == '-' || argv[0][0] == '!')
> > > return dyn_event_release(argc, argv, NULL);
> > >
>
--
Masami Hiramatsu <mhiramat@kernel.org>
next prev parent reply other threads:[~2019-03-14 23:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 2:17 frowand.list
2019-03-14 21:05 ` Frank Rowand
2019-03-14 22:19 ` Steven Rostedt
2019-03-14 23:26 ` Masami Hiramatsu [this message]
2019-03-15 15:56 ` Frank Rowand
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=20190315082637.e38ff91363ecd57de4015c59@kernel.org \
--to=mhiramat@kernel.org \
--cc=frowand.list@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=ravi.bangoria@linux.vnet.ibm.com \
--cc=rostedt@goodmis.org \
--cc=tom.zanussi@linux.intel.com \
/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
all inboxes | Powered by JetHome®