Re: [PATCH 08/14] drm: Remove entry points for legacy ioctls

2023-11-27 Thread Alex Deucher
On Wed, Nov 22, 2023 at 7:25 AM Thomas Zimmermann wrote: > > DRM drivers with user-space mode setting have been removed in Linux > v6.3. [1] Now remove the ioctl entry points for these drivers. Invoking > any of the ioctl ops will unconditionally return -EINVAL to user space. > This has already be

[PATCH 08/14] drm: Remove entry points for legacy ioctls

2023-11-22 Thread Thomas Zimmermann
DRM drivers with user-space mode setting have been removed in Linux v6.3. [1] Now remove the ioctl entry points for these drivers. Invoking any of the ioctl ops will unconditionally return -EINVAL to user space. This has already been the behavior for kernels without CONFIG_DRM_LEGACY set. Signed-o