]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rcutorture: Add NOCB02 config for nocb poll mode testing
authorJoel Fernandes <joelagnelf@nvidia.com>
Mon, 5 Jan 2026 08:42:56 +0000 (03:42 -0500)
committerJoel Fernandes <joelagnelf@nvidia.com>
Mon, 30 Mar 2026 19:48:14 +0000 (15:48 -0400)
commit6c3d9ad795a212ccfdfc0359524ab0d040c58757
tree7c4658eef9e80caa162bf32d0f5f2ae13539b208
parent18a6770f1f9899d3ce2d54dba0bdaa5a7e2bdd24
rcutorture: Add NOCB02 config for nocb poll mode testing

Add new rcutorture config NOCB02 that enables rcu_nocb_poll boot
parameter combined with CONFIG_RCU_NOCB_CPU to exercise the polling
mode code paths in the NOCB implementation.

This config exercises poll-mode paths not covered by other configs,
where callback invocation uses active polling instead of kthread
wakeups.

This config is not added to CFLIST to avoid increasing the default
test duration; it can be run explicitly when poll-mode testing
is needed.

Acked-by: Frederic Weisbecker <frederic@kernel.org>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Tested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
tools/testing/selftests/rcutorture/configs/rcu/NOCB02 [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/rcu/NOCB02.boot [new file with mode: 0644]