Re: [PATCH 00/12] drm/client: Use after free and debug improvements

2024-04-05 Thread Thomas Zimmermann
Hi Reviewed-by: Thomas Zimmermann for the whole series. Best regards Thomas Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Various improvements to the drm/client code: - Fix a use after free (fairly routinely hit by i915 CI) - Debug print improvements - Cleanups/etc.

[PATCH 00/12] drm/client: Use after free and debug improvements

2024-04-04 Thread Ville Syrjala
From: Ville Syrjälä Various improvements to the drm/client code: - Fix a use after free (fairly routinely hit by i915 CI) - Debug print improvements - Cleanups/etc. Ville Syrjälä (12): drm/client: Fully protect modes[] with dev->mode_config.mutex drm/client: