From: Josh Triplett <josh@joshtriplett.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Nicholas Mc Guire <hofrat@osadl.org>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2] rcu: change function declaration to bool
Date: Mon, 11 May 2015 08:37:31 -0700 [thread overview]
Message-ID: <20150511153731.GA831@x> (raw)
In-Reply-To: <20150511112830.275b2c02@gandalf.local.home>
On Mon, May 11, 2015 at 11:28:30AM -0400, Steven Rostedt wrote:
> On Mon, 11 May 2015 17:10:59 +0200
> Nicholas Mc Guire <hofrat@osadl.org> wrote:
>
> > rcu_cpu_has_callbacks() is declared int but is actually returning bool and
> > and as the function description states " * Return true if the specified
> > CPU has any callback....", this probably should be a bool. All (3)
> > call-sites currently treat it as bool so the declaration.
> >
> >
> > Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
> > ---
> >
> > V2: fixed up commit message and tool infos as requested by
> > Josh Triplett <josh@joshtriplett.org>
> >
> > Type-checking coccinelle spatches are being used to locate type
> > mismatches between function signatures and return values.
> > ./kernel/rcu/tree.c:3538 WARNING: return of wrong type
> > int != bool,
> >
> > Patch was compile tested with x86_64_defconfig (implies CONFIG_TREE_RCU=y)
> >
> > Patch is against 4.1-rc3 (localversion-next is -next-20150511)
>
> I think what Josh was saying is that all the above except for the "V2"
> should be above the signature. Everything between the "---" and the
> patch gets tossed out when committed into git.
>
> Giving credit to coccinelle and even what branch and config was used
> for testing is something we want in the git change log history.
Yes, exactly.
- Josh Triplett
next prev parent reply other threads:[~2015-05-11 15:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 15:10 [PATCH V2] rcu: change function declaration to bool Nicholas Mc Guire
2015-05-11 15:28 ` Steven Rostedt
2015-05-11 15:37 ` Josh Triplett [this message]
2015-05-11 15:45 ` Nicholas Mc Guire
2015-05-11 15:59 ` Steven Rostedt
2015-05-11 16:21 ` Nicholas Mc Guire
-- strict thread matches above, loose matches on Subject: below --
2015-05-11 15:46 Nicholas Mc Guire
2015-05-11 16:11 ` Josh Triplett
2015-05-11 16:58 ` Paul E. McKenney
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=20150511153731.GA831@x \
--to=josh@joshtriplett.org \
--cc=hofrat@osadl.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=rostedt@goodmis.org \
/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