From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Pranith Kumar <bobby.prani@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
Josh Triplett <josh@joshtriplett.org>
Subject: Re: [PATCH 0/9] rcu: trivial sparse and return type fixes for rcu
Date: Tue, 8 Jul 2014 15:48:49 -0700 [thread overview]
Message-ID: <20140708224849.GH4603@linux.vnet.ibm.com> (raw)
In-Reply-To: <CAJhHMCDUy_=LZWkhA5OU3WsfpyFwxwDJGT6rnqY3E6t=ZXQk3g@mail.gmail.com>
On Tue, Jul 08, 2014 at 06:32:03PM -0400, Pranith Kumar wrote:
> This patch series contains trivial fixes for sparse warnings and using bool
> types where appropriate instead of 0/1.
>
> I can probably merge the return type changes into one commit if you think that
> is appropriate.
Queued for 3.18, with the exception of 3/9, which I fixed up and queued
the earlier version. I guess I should have waited a few minutes longer. ;-)
Thanx, Paul
> Pranith Kumar (9):
> rcu: fix sparse warning about rcu_batches_completed_preempt(
> ) being
> non-static
> rcu: use bool type for return value in rcu_is_watching()
> rcu: Fix a sparse warning about boost_mutex being non-static
> rcu: return bool type in rcu_lockdep_current_cpu_online()
> rcu: return bool type for rcu_try_advance_all_cbs()
> rcu: use true/false for return in __call_rcu_nocb()
> rcu: use true/false for return in rcu_nocb_adopt_orphan_cbs()
> rcu: use false for return in __call_rcu_nocb()
> rcu: use bool return type in rcu_nocb_adopt_orphan_cbs()
>
> include/linux/rcupdate.h | 2 +-
> kernel/rcu/rcutorture.c | 2 +-
> kernel/rcu/tree.c | 2 +-
> kernel/rcu/tree_plugin.h | 16 ++++++++--------
> 4 files changed, 11 insertions(+), 11 deletions(-)
>
prev parent reply other threads:[~2014-07-08 22:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1404858378-23806-1-git-send-email-bobby.prani@gmail.com>
2014-07-08 22:26 ` [PATCH 1/9] rcu: fix sparse warning about rcu_batches_completed_preempt() being non-static Pranith Kumar
2014-07-08 22:26 ` [PATCH 2/9] rcu: use bool type for return value in rcu_is_watching() Pranith Kumar
2014-07-08 22:26 ` [PATCH 3/9] rcu: Fix a sparse warning about boost_mutex being non-static Pranith Kumar
2014-07-08 22:26 ` [PATCH 4/9] rcu: return bool type for rcu_try_advance_all_cbs() Pranith Kumar
2014-07-08 22:26 ` [PATCH 5/9] rcu: use true/false for return in __call_rcu_nocb() Pranith Kumar
2014-07-08 22:26 ` [PATCH 6/9] rcu: use true/false for return in rcu_nocb_adopt_orphan_cbs() Pranith Kumar
2014-07-08 22:26 ` [PATCH 7/9] rcu: use false for return in __call_rcu_nocb() Pranith Kumar
2014-07-08 22:26 ` [PATCH 8/9] rcu: return false instead of 0 in rcu_nocb_adopt_orphan_cbs() Pranith Kumar
2014-07-08 22:26 ` [PATCH 9/9] rcu: return bool type in rcu_lockdep_current_cpu_online() Pranith Kumar
2014-07-08 22:32 ` [PATCH 0/9] rcu: trivial sparse and return type fixes for rcu Pranith Kumar
2014-07-08 22:48 ` Paul E. McKenney [this message]
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=20140708224849.GH4603@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=bobby.prani@gmail.com \
--cc=josh@joshtriplett.org \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.