]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/userptr: add user_size limit check
authorMatthew Auld <matthew.auld@intel.com>
Fri, 17 Jan 2020 13:24:12 +0000 (13:24 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 17 Jan 2020 19:14:03 +0000 (19:14 +0000)
commit24860ad748688b1156472d734b88b5d8d32fa42a
tree84806692817c225bb878abde579a7c9e6ed7f3de
parent94523024363b373584bfb0a8eed9ba194d41b4d5
drm/i915/userptr: add user_size limit check

Don't allow a mismatch between obj->base.size/vma->size and the actual
number of pages for the backing store, which is limited to INT_MAX
pages.

v2: document what are missing before we can safely drop the limit check

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200117132413.1170563-1-matthew.auld@intel.com
drivers/gpu/drm/i915/gem/i915_gem_userptr.c