Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Paul E. McKenney
On Thu, Aug 14, 2014 at 02:44:15PM -0700, Paul E. McKenney wrote: > On Thu, Aug 14, 2014 at 05:34:53PM -0400, Pranith Kumar wrote: > > On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney > > wrote: > > > From: "Paul E. McKenney" > > > > > > This commit adds torture tests for RCU-tasks. It also

Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Paul E. McKenney
On Thu, Aug 14, 2014 at 05:34:53PM -0400, Pranith Kumar wrote: > On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney > wrote: > > From: "Paul E. McKenney" > > > > This commit adds torture tests for RCU-tasks. It also fixes a bug that > > would segfault for an RCU flavor lacking a callback-barrier

Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Pranith Kumar
On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney wrote: > From: "Paul E. McKenney" > > This commit adds torture tests for RCU-tasks. It also fixes a bug that > would segfault for an RCU flavor lacking a callback-barrier function. > > Signed-off-by: Paul E. McKenney > Reviewed-by: Josh

Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Pranith Kumar
On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: From: Paul E. McKenney paul...@linux.vnet.ibm.com This commit adds torture tests for RCU-tasks. It also fixes a bug that would segfault for an RCU flavor lacking a callback-barrier function. Signed-off-by:

Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Paul E. McKenney
On Thu, Aug 14, 2014 at 05:34:53PM -0400, Pranith Kumar wrote: On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: From: Paul E. McKenney paul...@linux.vnet.ibm.com This commit adds torture tests for RCU-tasks. It also fixes a bug that would segfault for

Re: [PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-14 Thread Paul E. McKenney
On Thu, Aug 14, 2014 at 02:44:15PM -0700, Paul E. McKenney wrote: On Thu, Aug 14, 2014 at 05:34:53PM -0400, Pranith Kumar wrote: On Mon, Aug 11, 2014 at 6:48 PM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: From: Paul E. McKenney paul...@linux.vnet.ibm.com This commit adds

[PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-11 Thread Paul E. McKenney
From: "Paul E. McKenney" This commit adds torture tests for RCU-tasks. It also fixes a bug that would segfault for an RCU flavor lacking a callback-barrier function. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- include/linux/rcupdate.h | 1 + kernel/rcu/rcutorture.c | 50

[PATCH v5 tip/core/rcu 06/16] rcutorture: Add torture tests for RCU-tasks

2014-08-11 Thread Paul E. McKenney
From: Paul E. McKenney paul...@linux.vnet.ibm.com This commit adds torture tests for RCU-tasks. It also fixes a bug that would segfault for an RCU flavor lacking a callback-barrier function. Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com Reviewed-by: Josh Triplett