Re: [PATCH] drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()

2022-05-20 Thread Alex Deucher
Applied. Thanks! Alex On Thu, May 19, 2022 at 4:53 PM Harry Wentland wrote: > > On 2022-05-16 03:05, Dan Carpenter wrote: > > The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds > > access. > > > > Fixes: e27c41d5b068 ("drm/amd/display: Support for DMUB HPD interrupt > > h

Re: [PATCH] drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()

2022-05-19 Thread Harry Wentland
On 2022-05-16 03:05, Dan Carpenter wrote: > The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds > access. > > Fixes: e27c41d5b068 ("drm/amd/display: Support for DMUB HPD interrupt > handling") > Signed-off-by: Dan Carpenter Reviewed-by: Harry Wentland Harry > --- > driv

[PATCH] drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()

2022-05-16 Thread Dan Carpenter
The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds access. Fixes: e27c41d5b068 ("drm/amd/display: Support for DMUB HPD interrupt handling") Signed-off-by: Dan Carpenter --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(