[PATCH 3/5] accel/qaic: Add consistent integer overflow checks
Pranjal Ramajor Asha Kanojiya
quic_pkanojiy at quicinc.com
Sat Jul 8 05:06:03 UTC 2023
On 7/8/2023 12:21 AM, Jeffrey Hugo wrote:
> On 6/21/2023 1:22 AM, Dan Carpenter wrote:
>> The encode_dma() function has integer overflow checks. The
>> encode_passthrough(), encode_activate() and encode_status() functions
>> did not. I added integer overflow checking everywhere. I also
>> updated the integer overflow checking in encode_dma() to use size_add()
>> so everything is consistent.
>>
>> Fixes: 129776ac2e38 ("accel/qaic: Add control path")
>> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
>
> Reviewed-by: Jeffrey Hugo <quic_jhugo at quicinc.com>
Looks good to me. Just the #include <overflow.h> as Jeff suggested.
Reviewed-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy at quicinc.com>
More information about the dri-devel
mailing list