]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 5 Nov 2025 20:32:16 +0000 (12:32 -0800)
committerFrederic Weisbecker <frederic@kernel.org>
Thu, 27 Nov 2025 13:22:40 +0000 (14:22 +0100)
commit609460a6db2016d9098b4bf50b3871302f5cc6ef
tree8d7aa0e8a5db97dc64dde8a8fa8e87a194a83525
parentd3f52f53a56278ce5ffeafa3cc6cfb3ecef770fe
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type

This commit causes rcutorture's srcu_torture_init() and
srcud_torture_init() functions to announce on the console log
which variant of SRCU is being tortured, for example: "torture:
srcud_torture_init fast SRCU".

[ paulmck: Apply feedback from kernel test robot. ]

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
kernel/rcu/rcutorture.c