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

Vignesh Raman posted 3 patches 10 months ago
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             | 76 ++++++++++++-------------
4 files changed, 56 insertions(+), 41 deletions(-)
[PATCH v3 0/3] drm/ci: enable lockdep detection
Posted by Vignesh Raman 10 months ago
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/1366054

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

Link to v2:
https://lore.kernel.org/all/20250211152812.54018-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             | 76 ++++++++++++-------------
 4 files changed, 56 insertions(+), 41 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/3] drm/ci: enable lockdep detection
Posted by Daniel Stone 9 months, 2 weeks ago
Hi Vignesh,

On Mon, 17 Feb 2025 at 05:37, Vignesh Raman <vignesh.raman@collabora.com> wrote:
> 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/1366054

Series is:
Reviewed-by: Daniel Stone <daniels@collabora.com>

Please merge at will.

Cheers,
Daniel
Re: [PATCH v3 0/3] drm/ci: enable lockdep detection
Posted by Vignesh Raman 9 months, 1 week ago
Hi Daniel,

On 10/03/25 13:53, Daniel Stone wrote:
> Hi Vignesh,
> 
> On Mon, 17 Feb 2025 at 05:37, Vignesh Raman <vignesh.raman@collabora.com> wrote:
>> 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/1366054
> 
> Series is:
> Reviewed-by: Daniel Stone <daniels@collabora.com>
> 
> Please merge at will.

applied to drm-misc-next

Regards,
Vignesh

> 
> Cheers,
> Daniel