]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove rcutorture test version and sequence number
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 16 May 2018 22:30:36 +0000 (15:30 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Jul 2018 22:42:01 +0000 (15:42 -0700)
commitacb7acb33a57de27526545c20c28ce54b84fdfb9
tree7faa8a03ade74bf4af20300998d8c63158d20cd9
parentd8a0daea6a0d2794666da1da2cf47f456e1341e0
rcu: Remove rcutorture test version and sequence number

Back when RCU had a debugfs interface, there was a test version and
sequence number that allowed associating debugfs data with a particular
test run, where the test run started with modprobe and ended with rmmod,
which was how tests were run back on the old ABAT system within IBM.
But rcutorture testing no longer runs on ABAT, and there is no longer an
RCU debugfs interface, so there is no longer any need for test versions
and sequence numbers.

This commit therefore removes the rcutorture_record_test_transition()
and rcutorture_record_progress() functions, and along with them the
rcutorture_testseq and rcutorture_vernum variables that they update.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcu.h
kernel/rcu/rcutorture.c
kernel/rcu/tree.c