commit | c25ce09cb6fc6d6e0f33399554a32954a08cb637 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Aug 13 20:41:04 2025 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Aug 13 20:41:04 2025 -0700 |
tree | 1eb09a191cbacd68ae9d32a17f129659246a7568 | |
parent | 3622158b80e95106586e80ad094c9ce9c0d1f68a [diff] |
rcutorture: Delay forward-progress testing until boot completes Forward-progress testing can hog CPUs, which is not a great thing to do before boot has completed. This commit therefore makes the CPU-hotplug operations hold off until boot has completed. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>