OSDN Git Service

drm/i915: Reject attempted pwrites into a read-only object
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Jul 2018 18:53:14 +0000 (19:53 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 13 Jul 2018 15:15:38 +0000 (16:15 +0100)
commitf8c1cce36ccb21b5e5ecc87fac65de0e29693f01
tree282c622b8acc26f0409ae5bd32381668cff8fd94
parent3e977ac6179b39faa3c0eda5fce4f00663ae298d
drm/i915: Reject attempted pwrites into a read-only object

If the user created a read-only object, they should not be allowed to
circumvent the write protection using the pwrite ioctl.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jon Bloomfield <jon.bloomfield@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Matthew Auld <matthew.william.auld@gmail.com>
Reviewed-by: Jon Bloomfield <jon.bloomfield@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180712185315.3288-5-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c