]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
authorJesse Zhang <jesse.zhang@amd.com>
Wed, 24 Apr 2024 09:10:46 +0000 (17:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jul 2024 10:49:05 +0000 (12:49 +0200)
commit855ae72c20310e5402b2317fc537d911e87537ef
tree54b3a110d098e59e68dff1d279b2a024d43d033a
parent646e13f0a65b1930a4fa838f31bf763dbb4307a3
drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc

[ Upstream commit 88a9a467c548d0b3c7761b4fd54a68e70f9c0944 ]

Initialize the size before calling amdgpu_vce_cs_reloc, such as case 0x03000001.
V2: To really improve the handling we would actually
   need to have a separate value of 0xffffffff.(Christian)

Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c