rcutorture: Disable tracing to permit Tasks Rude RCU testing
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Feb 2024 11:11:25 +0000 (03:11 -0800)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Thu, 4 Apr 2024 14:24:34 +0000 (16:24 +0200)
commit9e97ea7796412e23b8ecc946fd0488a2de39ea76
treef8183608b3ae69c920495e5aab1f47cfa29512c4
parentfe09d2e314e5501e4673018270e6e1ed92e6e446
rcutorture: Disable tracing to permit Tasks Rude RCU testing

Now that the KPROBES, TRACING, BLK_DEV_IO_TRACE, and UPROBE_EVENTS
Kconfig options select the TASKS_TRACE_RCU option, the torture.sh tests
of enabling exactly one of the RCU Tasks flavors fail.  This commit
therefore disables these options to allow this testing to succeed.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
tools/testing/selftests/rcutorture/bin/torture.sh