]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
authorChristian König <christian.koenig@amd.com>
Tue, 2 Apr 2019 07:26:52 +0000 (09:26 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Apr 2019 15:01:23 +0000 (10:01 -0500)
commit6db5ef45a256c1a55f910bf53966e65af453b643
tree3e11a009d8febc57fa91ed03745d1daf92c3680f
parent1add2aeb485da1c33a51e7aaee1b784565372902
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2

When ttm_put_pages() tries to figure out whether it's dealing with
transparent hugepages, it just reads past the bounds of the pages array
without a check.

v2: simplify the test if enough pages are left in the array (Christian).

Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: d13d645db19c ("drm/ttm: fix the fix for huge compound pages")
Cc: stable@vger.kernel.org
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_page_alloc.c