| | Date | Sun, 16 Oct 2011 18:53:29 -0700 | | From | Josh Triplett <> | | Subject | Re: [PATCH tip/core/rcu 42/55] rcu: Make rcu_torture_fqs() exit loops at end of test |
| |
On Tue, Sep 06, 2011 at 11:00:36AM -0700, Paul E. McKenney wrote: > The rcu_torture_fqs() function can prevent the rcutorture tests from > completing, resulting in a hang. This commit therefore ensures that > rcu_torture_fqs() will exit its inner loops at the end of the test, > and also applies the newish ULONG_CMP_LT() macro to time comparisons. > > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This seems like two entirely separate changes, which should go in separate commits.
- Josh Triplett
|