]> git.baikalelectronics.ru Git - kernel.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)
commite4a15d71be9726f8c374aba85b7f9871f8f642de
treec7823e00ed0926b51a4c1a37dfbe33e4fc4af665
parent5daeb7e4c3e2870339dd6eb6869677294d4abe67
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