APPLIED: [SRU][F/J/N][PATCH 0/1] CVE-2024-42228
Roxana Nicolescu
roxana.nicolescu at canonical.com
Mon Aug 26 06:54:38 UTC 2024
On 22/08/2024 06:26, Cengiz Can wrote:
> [Impact]
>
> drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
>
> Initialize the size before calling amdgpu_vce_cs_reloc, such as case 0x03000001.
>
> [Backport]
>
> There were minor context differences between series.
>
> Original author did not bother with the removal of the `tmp` declaration so I
> made sure my backports follow the same.
>
> [Test Case]
>
> Compile tested only.
>
> [Where problems could occur]
>
> Users of AMD GPU's Video Coding Engine might encounter kernel oops however
> highly unlikely since the change only assigns an initial value to size variable.
>
> Jesse Zhang (1):
> drm/amdgpu: Using uninitialized value *size when calling
> amdgpu_vce_cs_reloc
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Applied to noble:linux, jammy:linux, focal:linux master-next branches.
Thanks!
More information about the kernel-team
mailing list