Re: [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9

2013-01-27 Thread Josh Triplett
On Sat, Jan 26, 2013 at 04:23:28PM -0800, Paul E. McKenney wrote:
> Hello!
> 
> This series provides a couple of tiny-RCU changes:
> 
> 1.Make Tiny RCU emit RCU CPU stall warnings when RCU_TRACE=y.
> 2.Allow TREE_PREEMPT_RCU to be used on UP systems.

I replied to patch 1 with a suggestion; with that change,
Reviewed-by: Josh Triplett 
for the whole series.

- Josh Triplett
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9

2013-01-27 Thread Josh Triplett
On Sat, Jan 26, 2013 at 04:23:28PM -0800, Paul E. McKenney wrote:
 Hello!
 
 This series provides a couple of tiny-RCU changes:
 
 1.Make Tiny RCU emit RCU CPU stall warnings when RCU_TRACE=y.
 2.Allow TREE_PREEMPT_RCU to be used on UP systems.

I replied to patch 1 with a suggestion; with that change,
Reviewed-by: Josh Triplett j...@joshtriplett.org
for the whole series.

- Josh Triplett
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9

2013-01-26 Thread Paul E. McKenney
Hello!

This series provides a couple of tiny-RCU changes:

1.  Make Tiny RCU emit RCU CPU stall warnings when RCU_TRACE=y.
2.  Allow TREE_PREEMPT_RCU to be used on UP systems.

Changes since v1:

o   Updated #1 as suggested by Josh Triplett to simplify the
#if expressions.
o   Added #2.

Thanx, Paul


 b/init/Kconfig|   12 +
 b/kernel/rcu.h|7 +
 b/kernel/rcupdate.c   |   51 +
 b/kernel/rcutiny.c|6 +++-
 b/kernel/rcutiny_plugin.h |   56 ++
 b/kernel/rcutree.c|   46 ++---
 b/kernel/rcutree.h|5 
 b/lib/Kconfig.debug   |2 -
 8 files changed, 133 insertions(+), 52 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9

2013-01-26 Thread Paul E. McKenney
Hello!

This series provides a couple of tiny-RCU changes:

1.  Make Tiny RCU emit RCU CPU stall warnings when RCU_TRACE=y.
2.  Allow TREE_PREEMPT_RCU to be used on UP systems.

Changes since v1:

o   Updated #1 as suggested by Josh Triplett to simplify the
#if expressions.
o   Added #2.

Thanx, Paul


 b/init/Kconfig|   12 +
 b/kernel/rcu.h|7 +
 b/kernel/rcupdate.c   |   51 +
 b/kernel/rcutiny.c|6 +++-
 b/kernel/rcutiny_plugin.h |   56 ++
 b/kernel/rcutree.c|   46 ++---
 b/kernel/rcutree.h|5 
 b/lib/Kconfig.debug   |2 -
 8 files changed, 133 insertions(+), 52 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/