]> www.infradead.org Git - users/dwmw2/linux.git/commit
lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 31 Jul 2024 01:14:08 +0000 (21:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 7 Aug 2024 12:31:10 +0000 (08:31 -0400)
commitff9bf4b34104955017822e9bc42aeeb526ee2a80
tree661b290dc1a3d0189bc82b1e8921e90ef22a6e97
parente61dd678601eac53d501dda1eb1bcffec7b11bd6
lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT

We won't find a contended lock if it's not being tracked.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
kernel/locking/lockdep.c