Re: [PATCH v4 8/9] drm/i915: Protect access to driver and timeline name

2025-05-15 Thread Andi Shyti
Hi Tvrtko, On Thu, May 15, 2025 at 10:50:03AM +0100, Tvrtko Ursulin wrote: > Protect the access to driver and timeline name which otherwise could be > freed as dma-fence exported is signalling fences. > > Now that the safe access is handled in the dma-fence API, the external > callers such as syn

[PATCH v4 8/9] drm/i915: Protect access to driver and timeline name

2025-05-15 Thread Tvrtko Ursulin
Protect the access to driver and timeline name which otherwise could be freed as dma-fence exported is signalling fences. Now that the safe access is handled in the dma-fence API, the external callers such as sync_file, and our internal code paths, we can drop the similar protection from i915_fenc