]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rcutorture: Add NOCB01 config for RCU_LAZY torture testing
authorJoel Fernandes <joelagnelf@nvidia.com>
Mon, 5 Jan 2026 08:42:41 +0000 (03:42 -0500)
committerJoel Fernandes <joelagnelf@nvidia.com>
Mon, 30 Mar 2026 19:48:14 +0000 (15:48 -0400)
commit18a6770f1f9899d3ce2d54dba0bdaa5a7e2bdd24
treeda373e070192b9e85249363e1f84c3810ad216be
parentad6ef775cbefffd6c614dfc57429c364192b5de0
rcutorture: Add NOCB01 config for RCU_LAZY torture testing

Add new rcutorture config NOCB01 that enables CONFIG_RCU_LAZY combined
with CONFIG_RCU_NOCB_CPU to exercise the lazy callback code paths in
the NOCB implementation.

This config exercises lazy callback paths not covered by other configs,
including lazy-only wake and lazy defer logic.

This config is not added to CFLIST to avoid increasing the default
test duration; it can be run explicitly when lazy callback 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/NOCB01 [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/rcu/NOCB01.boot [new file with mode: 0644]