diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index a5e3c95a6ed3..ed532a844c43 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c @@ -832,7 +832,7 @@ look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) return NULL; - hlist_for_each_entry_rcu(class, hash_head, hash_entry) { + hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) { if (class->key == key) { /* * Huh! same key, different name? Did someone trample