Hi Krzysztof,
On Mon, Sep 08, 2025 at 09:23:02AM +0000, Krzysztof Karas wrote:
> Following the error path in that function may lead to usage of
> uninitialized struct i915_gem_ww_ctx object, so move call to
> i915_gem_ww_ctx_init() a bit earlier.
>
> Fixes: 15b6c9249870 ("drm/i915: Move i915_vma_lock in the selftests to avoid
> lock inversion, v3.")
> Cc: Maarten Lankhorst <[email protected]>
> Cc: <[email protected]> # v5.10+
> Signed-off-by: Krzysztof Karas <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Thanks,
Andi