Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30756
b: refs/heads/master
c: 29766f1
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Linus Torvalds committed Jun 28, 2006
1 parent eafedc4 commit fa29d8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dbe83c3445a1604546620a60888cf26b63f8782
refs/heads/master: 29766f1eb3d8d6cfaf1d6623fb4c3f7e5a822fe4
12 changes: 11 additions & 1 deletion trunk/Documentation/RCU/torture.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ stat_interval The number of seconds between output of torture
be printed -only- when the module is unloaded, and this
is the default.

shuffle_interval
The number of seconds to keep the test threads affinitied
to a particular subset of the CPUs. Used in conjunction
with test_no_idle_hz.

test_no_idle_hz Whether or not to test the ability of RCU to operate in
a kernel that disables the scheduling-clock interrupt to
idle CPUs. Boolean parameter, "1" to test, "0" otherwise.

verbose Enable debug printk()s. Default is disabled.


Expand Down Expand Up @@ -119,4 +128,5 @@ The following script may be used to torture RCU:

The output can be manually inspected for the error flag of "!!!".
One could of course create a more elaborate script that automatically
checked for such errors.
checked for such errors. The "rmmod" command forces a "SUCCESS" or
"FAILURE" indication to be printk()ed.
2 changes: 1 addition & 1 deletion trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Read-Copy Update /proc-based torture test facility
* Read-Copy Update module-based torture test facility
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit fa29d8f

Please sign in to comment.