]> www.infradead.org Git - users/dwmw2/linux.git/commit
rcutorture: Add a test_boost_holdoff module parameter
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 13 Nov 2024 23:00:16 +0000 (15:00 -0800)
committerBoqun Feng <boqun.feng@gmail.com>
Wed, 5 Feb 2025 15:14:39 +0000 (07:14 -0800)
commitb8726c5aa6e8e0f4e8abc27f0c81db9f294958dc
tree1425b64ff91b65a1bb8f03860747da951d382300
parent623b52802bb0b33bee28716002249aae5d89c5ec
rcutorture: Add a test_boost_holdoff module parameter

This commit adds a test_boost_holdoff module parameter that tells the RCU
priority-boosting tests to wait for the specified number of seconds past
the start of the rcutorture test.  This can be useful when rcutorture
is built into the kernel (as opposed to being modprobed), especially on
large systems where early start of RCU priority boosting can delay the
boot sequence, which adds a full CPU's worth of load onto the system.
This can in turn result in pointless stall warnings.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Documentation/admin-guide/kernel-parameters.txt
kernel/rcu/rcutorture.c