commit | 3cd155f6dde22899071b9605685673656918d146 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Jul 16 19:16:42 2024 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Jul 16 19:16:42 2024 -0700 |
tree | 8898b449ce440e479b9073bcfa4fbf179778a96e | |
parent | 03feaca0778e71bafbdccc67ee2a54f613cf72d9 [diff] |
rcuscale: Provide clear error when async specified without primitives Currently, if the rcuscale module's async module parameter is specified for RCU implementations that do not have sync primitives such as call_rcu(), there will be a series of splats due to calls to a NULL pointer. This commit therefore warns of this situation, but switches to non-async testing. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>