Re: [RFC 02/10] drm: Update file owner during use

2023-06-20 Thread Emil Velikov
Hi Tvrtko Sorry for the delay, real life and other obligations got in the way. On Thu, 8 Jun 2023 at 15:26, Tvrtko Ursulin wrote: > On 21/04/2023 13:13, Emil Velikov wrote: > Are you okay if I just paste your very fine explanation verbatim, with > credits? > Yes, feel free to use as much of if

Re: [RFC 02/10] drm: Update file owner during use

2023-06-08 Thread Tvrtko Ursulin
On 21/04/2023 13:13, Emil Velikov wrote: Greetings everyone, Above all - hell yeah. Thank you Tvrtko, this has been annoying the hell out of me for ages. Yay! On Tue, 14 Mar 2023 at 14:19, Tvrtko Ursulin wrote: From: Tvrtko Ursulin With the typical model where the display server opend

Re: [RFC 02/10] drm: Update file owner during use

2023-04-21 Thread Emil Velikov
Greetings everyone, Above all - hell yeah. Thank you Tvrtko, this has been annoying the hell out of me for ages. On Tue, 14 Mar 2023 at 14:19, Tvrtko Ursulin wrote: > > From: Tvrtko Ursulin > > With the typical model where the display server opends the file descriptor > and then hands it over t

Re: [RFC 02/10] drm: Update file owner during use

2023-03-14 Thread Christian König
Am 14.03.23 um 15:18 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin With the typical model where the display server opends the file descriptor and then hands it over to the client we were showing stale data in debugfs. Fix it by updating the drm_file->pid on ioctl access from a different process