drm/uapi: Validate the mode flags/type
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 15 Nov 2017 15:49:13 +0000 (17:49 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 29 Jan 2018 19:27:25 +0000 (21:27 +0200)
commitc6ed6dad5cfb76d72d8f9accba9b9f8d572c518c
tree1102063decb16bda5076c8e8b664b4258344a796
parent064a3e6e8e4b01e7bcbf4de6564ab52530e86d92
drm/uapi: Validate the mode flags/type

Currently userspace is allowed to feed in any king of garbage in the
high bits of the mode flags/type, as are drivers when probing modes.
Reject any mode with bogus flags/type.

Hopefully this won't break any current userspace...

v2: Split the type and flags checks to separates ifs (Chris)

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jose Abreu <Jose.Abreu@synopsys.com>
Cc: Adam Jackson <ajax@redhat.com>
Cc: Keith Packard <keithp@keithp.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171115154913.23827-1-ville.syrjala@linux.intel.com
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/drm_modes.c
include/uapi/drm/drm_mode.h