diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-08-05 15:58:53 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-09-13 16:36:16 -0700 |
commit | eb77abfdeed29dd032c923e16fe8d91fa95cd316 (patch) | |
tree | 48291b8f722538b30816956fdf06c6f0db551c8e /tools | |
parent | ed60ad733aa49b70720c9d8dded1b18374ec5022 (diff) | |
download | linux-eb77abfdeed29dd032c923e16fe8d91fa95cd316.tar.bz2 |
rcuscale: Warn on individual rcu_scale_init() error conditions
When running rcuscale as a module, any rcu_scale_init() issues will be
reflected in the error code from modprobe or insmod, as the case may be.
However, these error codes are not available when running rcuscale
built-in, for example, when using the kvm.sh script. This commit
therefore adds WARN_ON_ONCE() to allow distinguishing rcu_scale_init()
errors when running rcuscale built-in.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions