Re: [PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-07 Thread Josh Triplett
On Sat, Jan 05, 2013 at 09:19:16AM -0800, Paul E. McKenney wrote: > On Sat, Jan 05, 2013 at 09:09:20AM -0800, Paul E. McKenney wrote: > > Hello! > > > > The following fixes are intended for 3.9: > > > > 1. Fix int/long type confusion in trace_rcu_start_batch(). > > 2. Declare

Re: [PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-07 Thread Josh Triplett
On Sat, Jan 05, 2013 at 09:19:16AM -0800, Paul E. McKenney wrote: On Sat, Jan 05, 2013 at 09:09:20AM -0800, Paul E. McKenney wrote: Hello! The following fixes are intended for 3.9: 1. Fix int/long type confusion in trace_rcu_start_batch(). 2. Declare rcu_is_cpu_rrupt_from_idle()

Re: [PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-05 Thread Paul E. McKenney
On Sat, Jan 05, 2013 at 09:09:20AM -0800, Paul E. McKenney wrote: > Hello! > > The following fixes are intended for 3.9: > > 1.Fix int/long type confusion in trace_rcu_start_batch(). > 2.Declare rcu_is_cpu_rrupt_from_idle() static, courtesy of > Josh Triplett. > 3.Make

[PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-05 Thread Paul E. McKenney
Hello! The following fixes are intended for 3.9: 1. Fix int/long type confusion in trace_rcu_start_batch(). 2. Declare rcu_is_cpu_rrupt_from_idle() static, courtesy of Josh Triplett. 3. Make rcu_eqs_enter_common() trace the new nesting value instead of zero,

[PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-05 Thread Paul E. McKenney
Hello! The following fixes are intended for 3.9: 1. Fix int/long type confusion in trace_rcu_start_batch(). 2. Declare rcu_is_cpu_rrupt_from_idle() static, courtesy of Josh Triplett. 3. Make rcu_eqs_enter_common() trace the new nesting value instead of zero,

Re: [PATCH tip/core/rcu 0/6] RCU fixes for 3.9

2013-01-05 Thread Paul E. McKenney
On Sat, Jan 05, 2013 at 09:09:20AM -0800, Paul E. McKenney wrote: Hello! The following fixes are intended for 3.9: 1.Fix int/long type confusion in trace_rcu_start_batch(). 2.Declare rcu_is_cpu_rrupt_from_idle() static, courtesy of Josh Triplett. 3.Make