Skip to content

Disable lockdep's self debugging.

Nirmoy Das requested to merge nirmoy/ci:lockdep-self-debugging into main

We keep getting "DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused)" which is coming from lockdep's own debug code and as drm driver we are not interested in this log so disable lockdep's self-debugging

Signed-off-by: Nirmoy Das nirmoy.das@intel.com

Merge request reports