]> asedeno.scripts.mit.edu Git - linux.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)
commit6bea2cc5a97b7e9677088b1a93e27edb74ae0e55
tree7faa8a03ade74bf4af20300998d8c63158d20cd9
parent028be12b294e3a059e6fc06852d458fdc82717ed
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