]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: fix adding foreign BOs to the LRU during init v2
authorChristian König <christian.koenig@amd.com>
Mon, 11 Jan 2016 14:35:18 +0000 (15:35 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Jan 2016 17:18:31 +0000 (12:18 -0500)
commit9c438eec21a2a26ad442c10fb80046d85b0b15c9
tree9a05c37f961a6f0ef83fca1715218d2eb06f0068
parent78614d1fbf0e080c958e5834dcd279edba38f0cb
drm/ttm: fix adding foreign BOs to the LRU during init v2

If we import a BO with an external reservation object we don't
reserve/unreserve it. So we never add it to the LRU causing a possible
denial of service.

v2: fix typo in commit message

Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c