commit | 1feb2cc8db481b902272559ad7aae3c091762ad0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 05 09:47:59 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon May 10 16:22:54 2021 -0700 |
tree | 38ee8c9062b201de472d995ca4785989d0d61300 | |
parent | 27ba76e164fc83ffe6ceeb0415c427ad1191af6c [diff] |
lockdep: Explicitly flag likely false-positive report The reason that lockdep_rcu_suspicious() prints the value of debug_locks is because a value of zero indicates a likely false positive. This can work, but is a bit obtuse. This commit therefore explicitly calls out the possibility of a false positive. Reviewed-by: Boqun Feng <boqun.feng@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>