[PATCH] drm/amdgpu/atomfirmware: Silence UBSAN warning

2024-09-06 Thread Alex Deucher
Per the comments, these are variable sized arrays. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3613 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/atomfirmware.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/include/atomfirmw

[PATCH] drm/amdgpu/atomfirmware: silence UBSAN warning

2024-07-01 Thread Alex Deucher
This is a variably sized array. Link: https://lists.freedesktop.org/archives/amd-gfx/2024-June/110420.html Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/atomfirmware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/

Re: [PATCH] drm/amdgpu/atomfirmware: Silence UBSAN warning

2024-09-09 Thread Alex Deucher
Ping? Alex On Fri, Sep 6, 2024 at 12:43 PM Alex Deucher wrote: > > Per the comments, these are variable sized arrays. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3613 > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/include/atomfirmware.h | 4 ++-- > 1 file changed, 2

Re: [PATCH] drm/amdgpu/atomfirmware: Silence UBSAN warning

2024-09-09 Thread Harry Wentland
On 2024-09-09 13:19, Alex Deucher wrote: > Ping? > > Alex > > On Fri, Sep 6, 2024 at 12:43 PM Alex Deucher > wrote: >> >> Per the comments, these are variable sized arrays. >> >> Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3613 >> Signed-off-by: Alex Deucher Reviewed-by: Harry Wen

Re: [PATCH] drm/amdgpu/atomfirmware: silence UBSAN warning

2024-07-01 Thread Jeff Layton
On Mon, 2024-07-01 at 12:55 -0400, Alex Deucher wrote: > This is a variably sized array. > > Link: > https://lists.freedesktop.org/archives/amd-gfx/2024-June/110420.html > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/amd/include/atomfirmware.h | 2 +- >  1 file changed, 1 insertion(+), 1 d

RE: [PATCH] drm/amdgpu/atomfirmware: silence UBSAN warning

2024-07-03 Thread SHANMUGAM, SRINIVASAN
[Public] Acked-by: Srinivasan Shanmugam -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Monday, July 1, 2024 10:25 PM To: amd-gfx@lists.freedesktop.org; jlay...@kernel.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu/atomfirmware: silence UBSAN warning This is