[PATCH] drm/amdgpu: Fix a NULL deref in amdgpu_vm_add_prt_cb()
Alex Deucher
alexdeucher at gmail.com
Mon Apr 3 20:36:59 UTC 2017
On Mon, Apr 3, 2017 at 2:53 PM, Harry Wentland <harry.wentland at amd.com> wrote:
> Reviewed-by: Harry Wentland <harry.wentland at amd.com>
>
> Harry
>
Applied. thanks!
Alex
>
> On 2017-04-03 02:41 PM, Dan Carpenter wrote:
>>
>> We accidentally dereference "cb" if the kmalloc() fails.
>>
>> Fixes: 451bc8eb8fe6 ("drm/amdgpu: fix PRT teardown on VM fini v3")
>> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> index 0235d7933efd..45a1bcfc41f7 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> @@ -1518,7 +1518,7 @@ static void amdgpu_vm_add_prt_cb(struct
>> amdgpu_device *adev,
>> if (fence)
>> dma_fence_wait(fence, false);
>>
>> - amdgpu_vm_prt_put(cb->adev);
>> + amdgpu_vm_prt_put(adev);
>> } else {
>> cb->adev = adev;
>> if (!fence || dma_fence_add_callback(fence, &cb->cb,
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel
>>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list