]> git.ipfire.org Git - thirdparty/linux.git/commit
rcutorture: Enable RCU priority boosting for TREE09
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 18 Feb 2024 01:57:35 +0000 (17:57 -0800)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Tue, 9 Apr 2024 13:10:13 +0000 (15:10 +0200)
commit1a140b46da8f3be8e55fbd0950653c9a235b6ce9
tree33c260ecf490a739637ef9f52187a1c65f05be61
parent9e97ea7796412e23b8ecc946fd0488a2de39ea76
rcutorture: Enable RCU priority boosting for TREE09

The TREE09 rcutorture scenario exhausts memory from time to time, and
this is due to a reader being preempted and blocking grace periods,
thus preventing recycling of the memory used in callback-flooding tests.
This commit therefore enables RCU priority boosting and sets the boosting
delay to 100 milliseconds after grace-period start.

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