Re: AW: [PATCH] drm/fdinfo: Protect against driver unbind

2025-04-28 Thread Christian König
Sorry for the delay, had a few days off last week. Patch was pushed to drm-misc-fixes a minute ago. Regards, Christian. On 4/25/25 16:58, Tvrtko Ursulin wrote: > > + Thomas, AFAICT you are handling drm-misc-fixes this round - are you okay to > take this patch with Christian's rb? > > Regards,

Re: AW: [PATCH] drm/fdinfo: Protect against driver unbind

2025-04-25 Thread Tvrtko Ursulin
+ Thomas, AFAICT you are handling drm-misc-fixes this round - are you okay to take this patch with Christian's rb? Regards, Tvrtko On 23/04/2025 13:57, Christian König wrote: On 4/22/25 17:10, Tvrtko Ursulin wrote: On 22/04/2025 10:20, Koenig, Christian wrote: [AMD Official Use Only - A

Re: AW: [PATCH] drm/fdinfo: Protect against driver unbind

2025-04-23 Thread Christian König
On 4/22/25 17:10, Tvrtko Ursulin wrote: > > On 22/04/2025 10:20, Koenig, Christian wrote: >> [AMD Official Use Only - AMD Internal Distribution Only] >> >> Reviewed-by: Christian König > > Thanks! > > I could also add: > > Fixes: 3f09a0cd4ea3 ("drm: Add common fdinfo helper") > Cc: # v6.5+ >

Re: AW: [PATCH] drm/fdinfo: Protect against driver unbind

2025-04-22 Thread Tvrtko Ursulin
On 22/04/2025 10:20, Koenig, Christian wrote: [AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Christian König Thanks! I could also add: Fixes: 3f09a0cd4ea3 ("drm: Add common fdinfo helper") Cc: # v6.5+ With a disclaimer that the problem predates the common helper.