-
- Downloads
rcutorture: Specify MAXSMP=y for TREE01
Setting CONFIG_MAXSMP=y causes cpumasks to be moved offstack, which introduces the possibility of NULL cpumask_var_t pointers. This commit therefore enables CONFIG_MAXSMP=y in TREE01 to increase test coverage. However, because CONFIG_MAXSMP=y implies 8192 CPUs, we need to use the maxcpus= boot parameter to limit the number of CPUs to something reasonable, which in turn requires updating the scripts to handle this. Signed-off-by:Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by:
Pranith Kumar <bobby.prani@gmail.com>
Showing
- tools/testing/selftests/rcutorture/bin/functions.sh 20 additions, 0 deletionstools/testing/selftests/rcutorture/bin/functions.sh
- tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh 1 addition, 0 deletionstools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
- tools/testing/selftests/rcutorture/bin/kvm.sh 3 additions, 1 deletiontools/testing/selftests/rcutorture/bin/kvm.sh
- tools/testing/selftests/rcutorture/configs/rcu/TREE01 1 addition, 3 deletionstools/testing/selftests/rcutorture/configs/rcu/TREE01
- tools/testing/selftests/rcutorture/configs/rcu/TREE01.boot 1 addition, 1 deletiontools/testing/selftests/rcutorture/configs/rcu/TREE01.boot
Loading
Please register or sign in to comment