Re: [PATCH-next v2] Fix unintentional integer overflow

2024-10-04 Thread Lazar, Lijo
On 10/3/2024 3:56 PM, Advait Dhamorikar wrote: > Fix shift-count-overflow in JPEG instance > multiplication. The expression's value may not be > what the programmer intended, because the expression > is evaluated using a narrower integer type. > > Fixes: f0b19b84d391 ("drm/amdgpu: add amdgpu_jp

Re: [PATCH-next v2] Fix unintentional integer overflow

2024-10-03 Thread Alex Deucher
Applied. Thanks! On Thu, Oct 3, 2024 at 6:53 AM Sundararaju, Sathishkumar wrote: > > > The patch is Reviewed-by: Sathishkumar S > > Regards, > Sathish > > > On 10/3/2024 3:56 PM, Advait Dhamorikar wrote: > > Fix shift-count-overflow in JPEG instance > > multiplication. The expression's value ma

Re: [PATCH-next v2] Fix unintentional integer overflow

2024-10-03 Thread Sundararaju, Sathishkumar
The patch is Reviewed-by: Sathishkumar S Regards, Sathish On 10/3/2024 3:56 PM, Advait Dhamorikar wrote: Fix shift-count-overflow in JPEG instance multiplication. The expression's value may not be what the programmer intended, because the expression is evaluated using a narrower integer typ