]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 28 Jan 2026 20:42:24 +0000 (12:42 -0800)
committerJoel Fernandes <joelagnelf@nvidia.com>
Mon, 30 Mar 2026 19:48:13 +0000 (15:48 -0400)
commitdf6e6ae18fe776e1ae5dfa8e5104980df608912d
tree69942869c342214920c858e6313f295a02fd6207
parent6778178c3b07c926d8a9af515c5af73f6bdebacf
rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh

This commit switches from "-eq" to "=" to handle the non-numeric
comparisons in srcu_lockdep.sh.  While in the area, adjust SRCU flavor
to improve coverage.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
tools/testing/selftests/rcutorture/bin/srcu_lockdep.sh