Re: [PATCH 2/5] drm/vmwgfx: check master authentication in surface_ref ioctls

2019-11-12 Thread Thomas Hellstrom
On 11/1/19 2:05 PM, Emil Velikov wrote: > From: Emil Velikov > > With later commit we'll rework DRM authentication handling. Namely > DRM_AUTH will not be a requirement for DRM_RENDER_ALLOW ioctls. > > Since vmwgfx does isolation for primary clients in different master > realms, the DRM_AUTH can b

[PATCH 2/5] drm/vmwgfx: check master authentication in surface_ref ioctls

2019-11-01 Thread Emil Velikov
From: Emil Velikov With later commit we'll rework DRM authentication handling. Namely DRM_AUTH will not be a requirement for DRM_RENDER_ALLOW ioctls. Since vmwgfx does isolation for primary clients in different master realms, the DRM_AUTH can be dropped. The only place where authentication matt