diff options
| author | Paul E. McKenney <[email protected]> | 2022-12-16 17:47:28 +0000 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2023-01-05 20:10:35 +0000 |
| commit | 273661595c21f390d2522af06c7b552f907fe12a (patch) | |
| tree | 80cbcfc1f7f782529cc59378d6ae1eb9c49d138e /lib/string.c | |
| parent | locktorture: Make the rt_boost factor a tunable (diff) | |
| download | kernel-273661595c21f390d2522af06c7b552f907fe12a.tar.gz kernel-273661595c21f390d2522af06c7b552f907fe12a.zip | |
rcutorture: Drop sparse lock-acquisition annotations
The sparse __acquires() and __releases() annotations provide very
little value. The argument is ignored, so sparse cannot tell the
differences between acquiring one lock and releasing another on the one
hand and acquiring and releasing a given lock on the other. In addition,
lockdep annotations provide much more precision, for but one example,
actually knowing which lock is held.
This commit therefore removes the __acquires() and __releases()
annotations from rcutorture.
Reported-by: Tejun Heo <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'lib/string.c')
0 files changed, 0 insertions, 0 deletions
