[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140708224849.GH4603@linux.vnet.ibm.com>
Date: Tue, 8 Jul 2014 15:48:49 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: Pranith Kumar <bobby.prani@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Josh Triplett <josh@...htriplett.org>
Subject: Re: [PATCH 0/9] rcu: trivial sparse and return type fixes for rcu
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(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists