mbox series

[SRU,N,0/1] CVE-2024-46722

Message ID 20241008222957.39337-1-bethany.jamison@canonical.com
Headers show
Series CVE-2024-46722 | expand

Message

Bethany Jamison Oct. 8, 2024, 10:29 p.m. UTC
[Impact]

In drm/amdgpu fix the mc_data out-of-bounds read warning. This is
done by removing the warning that reads when mc_data[i-1] may be
out-of-bounds.

[Fix]

Noble:	Clean cherry-pick from linux-6.10.y
Jammy:	pending (5.15.0-125.135)
Focal:	pending (5.4.0-200.220)
Bionic:	Clean cherry-pick from linux-4.19.y
Xenial:	Bionic patch applied cleanly.
Trusty:	not-affected

[Test Case]

Compile and boot tested.

[Where problems could occur]

This fix affects those who use AMD AtomBIOS for the AMD
GPU, an issue with this fix would be visible to the user
via a system crash.

Tim Huang (1):
  drm/amdgpu: fix mc_data out-of-bounds read warning

 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Guoqing Jiang Oct. 9, 2024, 2 a.m. UTC | #1
Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>

On 10/9/24 06:29, Bethany Jamison wrote:
> [Impact]
>
> In drm/amdgpu fix the mc_data out-of-bounds read warning. This is
> done by removing the warning that reads when mc_data[i-1] may be
> out-of-bounds.
>
> [Fix]
>
> Noble:	Clean cherry-pick from linux-6.10.y
> Jammy:	pending (5.15.0-125.135)
> Focal:	pending (5.4.0-200.220)
> Bionic:	Clean cherry-pick from linux-4.19.y
> Xenial:	Bionic patch applied cleanly.
> Trusty:	not-affected
>
> [Test Case]
>
> Compile and boot tested.
>
> [Where problems could occur]
>
> This fix affects those who use AMD AtomBIOS for the AMD
> GPU, an issue with this fix would be visible to the user
> via a system crash.
>
> Tim Huang (1):
>    drm/amdgpu: fix mc_data out-of-bounds read warning
>
>   drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 2 ++
>   1 file changed, 2 insertions(+)
>
ivanhu Oct. 9, 2024, 4:11 a.m. UTC | #2
Acked-by: Ivan Hu <ivan.hu@canonical.com>

On 10/9/24 06:29, Bethany Jamison wrote:
> [Impact]
> 
> In drm/amdgpu fix the mc_data out-of-bounds read warning. This is
> done by removing the warning that reads when mc_data[i-1] may be
> out-of-bounds.
> 
> [Fix]
> 
> Noble:	Clean cherry-pick from linux-6.10.y
> Jammy:	pending (5.15.0-125.135)
> Focal:	pending (5.4.0-200.220)
> Bionic:	Clean cherry-pick from linux-4.19.y
> Xenial:	Bionic patch applied cleanly.
> Trusty:	not-affected
> 
> [Test Case]
> 
> Compile and boot tested.
> 
> [Where problems could occur]
> 
> This fix affects those who use AMD AtomBIOS for the AMD
> GPU, an issue with this fix would be visible to the user
> via a system crash.
> 
> Tim Huang (1):
>    drm/amdgpu: fix mc_data out-of-bounds read warning
> 
>   drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 2 ++
>   1 file changed, 2 insertions(+)
>
Stefan Bader Oct. 11, 2024, 12:38 p.m. UTC | #3
On 09.10.24 00:29, Bethany Jamison wrote:
> [Impact]
> 
> In drm/amdgpu fix the mc_data out-of-bounds read warning. This is
> done by removing the warning that reads when mc_data[i-1] may be
> out-of-bounds.
> 
> [Fix]
> 
> Noble:	Clean cherry-pick from linux-6.10.y
> Jammy:	pending (5.15.0-125.135)
> Focal:	pending (5.4.0-200.220)
> Bionic:	Clean cherry-pick from linux-4.19.y
> Xenial:	Bionic patch applied cleanly.
> Trusty:	not-affected
> 
> [Test Case]
> 
> Compile and boot tested.
> 
> [Where problems could occur]
> 
> This fix affects those who use AMD AtomBIOS for the AMD
> GPU, an issue with this fix would be visible to the user
> via a system crash.
> 
> Tim Huang (1):
>    drm/amdgpu: fix mc_data out-of-bounds read warning
> 
>   drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 2 ++
>   1 file changed, 2 insertions(+)
> 

Applied to noble:linux/master-next. Thanks.

-Stefan