amdgpu: validate offset_in_bo of drm_amdgpu_gem_va
authorChia-I Wu <olvaffe@gmail.com>
Thu, 1 Jun 2023 22:44:12 +0000 (15:44 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 16:37:56 +0000 (12:37 -0400)
commit9f0bcf49e9895cb005d78b33a5eebfa11711b425
treef149d322ba104fa093901609a73e987cf6860bfb
parent9bd443cb74bd47d820c3cc31ee0ed3008d004d73
amdgpu: validate offset_in_bo of drm_amdgpu_gem_va

This is motivated by OOB access in amdgpu_vm_update_range when
offset_in_bo+map_size overflows.

v2: keep the validations in amdgpu_vm_bo_map
v3: add the validations to amdgpu_vm_bo_map/amdgpu_vm_bo_replace_map
    rather than to amdgpu_gem_va_ioctl

Fixes: 9f7eb5367d00 ("drm/amdgpu: actually use the VM map parameters")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c