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

2025-02-13 Thread Vignesh Raman
Hi Helen, On 13/02/25 18:13, Helen Mae Koike Fornazier wrote: Hi Vignesh, thanks for your patch. Em ter., 11 de fev. de 2025 às 12:29, Vignesh Raman escreveu: We have enabled PROVE_LOCKING (which enables LOCKDEP) in drm-ci. This will output warnings when kernel locking errors are encountere

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

2025-02-13 Thread Helen Mae Koike Fornazier
Hi Vignesh, thanks for your patch. Em ter., 11 de fev. de 2025 às 12:29, 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 h

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

2025-02-11 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