locking/csd-lock: make CSD lock debug tunables writable in /sys
authorRik van Riel <riel@surriel.com>
Mon, 9 Dec 2024 17:44:11 +0000 (12:44 -0500)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 12 Dec 2024 04:50:11 +0000 (20:50 -0800)
commit0e4a19e2bd371068b0f25190356615cab4ca2f1f
tree8b94d43d027ed8326f6cd42e71a90834f3cef510
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
locking/csd-lock: make CSD lock debug tunables writable in /sys

Currently the CSD lock tunables can only be set at boot time in the
kernel commandline, but the way these variables are used means there
is really no reason not to tune them at runtime through /sys.

Make the CSD lock debug tunables tunable through /sys.

Signed-off-by: Rik van Riel <riel@surriel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/smp.c