mbox series

[v2,0/3] drm/ci: enable lockdep detection

Message ID 20250211152812.54018-1-vignesh.raman@collabora.com (mailing list archive)
Headers show
Series drm/ci: enable lockdep detection | expand

Message

Vignesh Raman Feb. 11, 2025, 3:28 p.m. UTC
This patch series enables lockdep detection in drm-ci. Any lockdep
failures will be shown as warnings in the pipeline. This series
also enables CONFIG_DEBUG_WW_MUTEX_SLOWPATH for mutex slowpath
debugging and refactors software-driver stage jobs.

Test run with this series,
https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1362134

Link to v1:
https://lore.kernel.org/all/20240812112030.81774-1-vignesh.raman@collabora.com/

Vignesh Raman (3):
  drm/ci: refactor software-driver stage jobs
  drm/ci: enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH
  drm/ci: enable lockdep detection

 Documentation/gpu/automated_testing.rst |  4 ++
 drivers/gpu/drm/ci/build.yml            |  6 +-
 drivers/gpu/drm/ci/igt_runner.sh        | 11 ++++
 drivers/gpu/drm/ci/test.yml             | 78 +++++++++++++------------
 4 files changed, 58 insertions(+), 41 deletions(-)