Hi Krzysztof, On Tue, Sep 09, 2025 at 12:09:28PM +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 <maarten.lankho...@linux.intel.com> > Cc: <sta...@vger.kernel.org> # v5.10+
I removed the Fixes tag and the stable CC because we do not consider as Fixes selftest patches. The rule for Fixes is that we tag them as such when it has a real impact on users. Selftests are executed by us developers and do not affect real world scenarios. > Reviewed-by: Sebastian Brzezinka <sebastian.brzezi...@intel.com> > Reviewed-by: Andi Shyti <andi.sh...@linux.intel.com> > Signed-off-by: Krzysztof Karas <krzysztof.ka...@intel.com> Merged to drm-intel-gt-next. Andi