commit | 0b962c8fe0e5c72a252b236814a6b6e9df799061 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sat Dec 19 07:05:58 2020 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Jan 06 17:17:22 2021 -0800 |
tree | f9d356cbaca56588e62c177265031a89f7263688 | |
parent | edf7b8417834c89d00ef88355ea507b0b0a630ae [diff] |
torture: Clean up after torture-test CPU hotplugging This commit puts all CPUs back online at the end of a torture test, and also unconditionally puts them online at the beginning of the test, rather than just in the case of built-in tests. This allows torture tests to behave in a predictable manner, whether built-in or based on modules. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>