Re: [PATCH v2 tip/core/rcu 04/10] rcu: Export RCU-tasks APIs to GPL modules

2014-07-31 Thread Paul E. McKenney
On Thu, Jul 31, 2014 at 09:56:20AM -0700, j...@joshtriplett.org wrote: > On Wed, Jul 30, 2014 at 05:39:36PM -0700, Paul E. McKenney wrote: > > From: Steven Rostedt > > > > This commit exports the RCU-tasks APIs, call_rcu_tasks(), > > synchronize_rcu_tasks(), and rcu_barrier_tasks(), to GPL-licens

Re: [PATCH v2 tip/core/rcu 04/10] rcu: Export RCU-tasks APIs to GPL modules

2014-07-31 Thread josh
On Wed, Jul 30, 2014 at 05:39:36PM -0700, Paul E. McKenney wrote: > From: Steven Rostedt > > This commit exports the RCU-tasks APIs, call_rcu_tasks(), > synchronize_rcu_tasks(), and rcu_barrier_tasks(), to GPL-licensed > kernel modules. > > Signed-off-by: Steven Rostedt > Signed-off-by: Paul E.

[PATCH v2 tip/core/rcu 04/10] rcu: Export RCU-tasks APIs to GPL modules

2014-07-30 Thread Paul E. McKenney
From: Steven Rostedt This commit exports the RCU-tasks APIs, call_rcu_tasks(), synchronize_rcu_tasks(), and rcu_barrier_tasks(), to GPL-licensed kernel modules. Signed-off-by: Steven Rostedt Signed-off-by: Paul E. McKenney --- kernel/rcu/update.c | 2 ++ 1 file changed, 2 insertions(+) diff