]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lockdep: Explicitly flag likely false-positive report
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 5 Apr 2021 16:47:59 +0000 (09:47 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 6 Apr 2021 23:10:34 +0000 (16:10 -0700)
commit8856e1ac03db20b7a3e16591fea60defdcf7fe62
tree75cfa5837e8516de91acac69c482187b2fcf9fdc
parentb0b70ca71fe90bb6c1f1bf8e073787202df53356
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.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/locking/lockdep.c