]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Fix the check for the command size
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 8 May 2017 20:34:58 +0000 (14:34 -0600)
committerRob Clark <robdclark@gmail.com>
Sat, 27 May 2017 17:48:29 +0000 (13:48 -0400)
commite406e5209cdeaaa990f996c215b0bd17ecfa6bd4
tree596d2f4822f66c3ae72b3f6922fdc7ffcdc621ab
parent540790b43e67c6ccc4312f2da7cd7e614f238f53
drm/msm: Fix the check for the command size

The overrun check for the size of submitted commands is off by one.
It should allow the offset plus the size to be equal to the
size of the memory object when the command stream is very tightly
constructed.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_gem_submit.c