1. 11 1月, 2015 3 次提交
  2. 04 11月, 2014 1 次提交
  3. 17 9月, 2014 2 次提交
    • P
      rcutorture: Rename rcutorture_runnable parameter · 59da22a0
      Paul E. McKenney 提交于
      This commit changes rcutorture_runnable to torture_runnable, which is
      consistent with the names of the other parameters and is a bit shorter
      as well.
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      59da22a0
    • D
      torture: Address race in module cleanup · d36a7a0d
      Davidlohr Bueso 提交于
      When performing module cleanups by calling torture_cleanup() the
      'torture_type' string in nullified However, callers are not necessarily
      done, and might still need to reference the variable. This impacts
      both rcutorture and locktorture, causing printing things like:
      
      [   94.226618] (null)-torture: Stopping lock_torture_writer task
      [   94.226624] (null)-torture: Stopping lock_torture_stats task
      
      Thus delay this operation until the very end of the cleanup process.
      The consequence (which shouldn't matter for this kid of program) is,
      of course, that we delay the window between rmmod and modprobing,
      for instance in module_torture_begin().
      Signed-off-by: NDavidlohr Bueso <dbueso@suse.de>
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      d36a7a0d
  4. 08 9月, 2014 5 次提交
  5. 31 7月, 2014 1 次提交
  6. 15 5月, 2014 11 次提交
  7. 14 5月, 2014 1 次提交
  8. 24 2月, 2014 16 次提交