]> asedeno.scripts.mit.edu Git - linux.git/commit
rcutorture: Move to dynamic initialization of rcu_fwds
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 6 Nov 2019 15:49:31 +0000 (07:49 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 9 Dec 2019 21:00:28 +0000 (13:00 -0800)
commit7beba0c06b588c725962bcc0273a489d46e81ccf
treec7823e00ed0926b51a4c1a37dfbe33e4fc4af665
parent6b1b832546067caac8c5833abf88fa082d253b2f
rcutorture: Move to dynamic initialization of rcu_fwds

In order to add multiple call_rcu() forward-progress kthreads, it will
be necessary to dynamically allocate and initialize.  This commit
therefore moves the initialization from compile time to instead
immediately precede thread-creation time.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c