Re: [RFC PATCH 2/5] kernel/rcu/tree_plugin.h:1494 fix a sparse warning

2014-06-26 Thread Paul E. McKenney
On Wed, Jun 11, 2014 at 04:39:40PM -0400, Pranith Kumar wrote: > kernel/rcu/tree_plugin.h:1494:13: warning: context imbalance in > 'rcu_initiate_boost' - unexpected unlock > > by annotating the function with releases() > > Signed-off-by: Pranith Kumar Hearing no objections, I have queued this

Re: [RFC PATCH 2/5] kernel/rcu/tree_plugin.h:1494 fix a sparse warning

2014-06-26 Thread Paul E. McKenney
On Wed, Jun 11, 2014 at 04:39:40PM -0400, Pranith Kumar wrote: kernel/rcu/tree_plugin.h:1494:13: warning: context imbalance in 'rcu_initiate_boost' - unexpected unlock by annotating the function with releases() Signed-off-by: Pranith Kumar bobby.pr...@gmail.com Hearing no objections, I

[RFC PATCH 2/5] kernel/rcu/tree_plugin.h:1494 fix a sparse warning

2014-06-11 Thread Pranith Kumar
kernel/rcu/tree_plugin.h:1494:13: warning: context imbalance in 'rcu_initiate_boost' - unexpected unlock by annotating the function with releases() Signed-off-by: Pranith Kumar --- kernel/rcu/tree_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/rcu/tree_plugin.h

[RFC PATCH 2/5] kernel/rcu/tree_plugin.h:1494 fix a sparse warning

2014-06-11 Thread Pranith Kumar
kernel/rcu/tree_plugin.h:1494:13: warning: context imbalance in 'rcu_initiate_boost' - unexpected unlock by annotating the function with releases() Signed-off-by: Pranith Kumar bobby.pr...@gmail.com --- kernel/rcu/tree_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git