Re: [PATCH v3 3/3] drm/ci: enable lockdep detection

2025-02-26 Thread Helen Mae Koike Fornazier
Em seg., 17 de fev. de 2025 às 02:37, Vignesh Raman escreveu: > > We have enabled PROVE_LOCKING (which enables LOCKDEP) in drm-ci. > This will output warnings when kernel locking errors are encountered > and will continue executing tests. To detect if lockdep has been > triggered, check the debug_

[PATCH v3 3/3] drm/ci: enable lockdep detection

2025-02-16 Thread Vignesh Raman
We have enabled PROVE_LOCKING (which enables LOCKDEP) in drm-ci. This will output warnings when kernel locking errors are encountered and will continue executing tests. To detect if lockdep has been triggered, check the debug_locks value in /proc/lockdep_stats after the tests have run. When debug_l