Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 105617da authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Make documentation give more realistic rcutorture duration



The torture.txt documentation gives an example rcutorture run with a
100-second duration.  This is ridiculously short, unless maybe testing
a fix for a egregious bug.  Use a more-realistic one-hour duration for
the example.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 9b9ec9b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ The following script may be used to torture RCU:
	#!/bin/sh

	modprobe rcutorture
	sleep 100
	sleep 3600
	rmmod rcutorture
	dmesg | grep torture: