History log of /linux-master/tools/testing/selftests/rcutorture/configs/rcuscale/TRACE01
Revision Date Author Comments
# 8afeb541 06-Jul-2023 Paul E. McKenney <paulmck@kernel.org>

rcuscale: Add CONFIG_PREEMPT_DYNAMIC=n to TRACE01 scenario

It is no longer possible to build a kernel with a preemption-disabled
RCU without use of CONFIG_PREEMPT_DYNAMIC=n. This commit therefore
adds CONFIG_PREEMPT_DYNAMIC=n to the rcuscale torture type's TRACE01
scenario file.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>


# f04cbe65 27-Sep-2021 Paul E. McKenney <paulmck@kernel.org>

torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios

All of the rcuscale and refscale scenarios that mention the Kconfig option
CONFIG_RCU_FAST_NO_HZ disable it. But this Kconfig option is disabled by
default, so this commit removes the pointless "CONFIG_RCU_FAST_NO_HZ=n"
lines from these scenarios.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>


# 899f317e 09-Sep-2020 Paul E. McKenney <paulmck@kernel.org>

rcuscale: Add RCU Tasks Trace

This commit adds the ability to test performance and scalability of RCU
Tasks Trace updaters.

Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>