Re: [PATCH tip/core/rcu 4/4] rcu: Make rcutorture's shuffler task shuffle recently added tasks

2013-01-28 Thread Paul E. McKenney
On Sun, Jan 27, 2013 at 09:47:47PM +1100, Josh Triplett wrote: > On Sat, Jan 26, 2013 at 04:05:20PM -0800, Paul E. McKenney wrote: > > From: "Paul E. McKenney" > > > > A number of kthreads have been added to rcutorture, but the shuffler > > task was not informed of them, and thus did not shuffle

Re: [PATCH tip/core/rcu 4/4] rcu: Make rcutorture's shuffler task shuffle recently added tasks

2013-01-27 Thread Josh Triplett
On Sat, Jan 26, 2013 at 04:05:20PM -0800, Paul E. McKenney wrote: > From: "Paul E. McKenney" > > A number of kthreads have been added to rcutorture, but the shuffler > task was not informed of them, and thus did not shuffle them. This > commit therefore adds the requisite shuffling. > > Signed-

[PATCH tip/core/rcu 4/4] rcu: Make rcutorture's shuffler task shuffle recently added tasks

2013-01-26 Thread Paul E. McKenney
From: "Paul E. McKenney" A number of kthreads have been added to rcutorture, but the shuffler task was not informed of them, and thus did not shuffle them. This commit therefore adds the requisite shuffling. Signed-off-by: Paul E. McKenney --- kernel/rcutorture.c | 24 --