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 <[email protected]>Reviewed-by: Jeffrey Hugo <[email protected]>
Looks good to me. Just the #include <overflow.h> as Jeff suggested. Reviewed-by: Pranjal Ramajor Asha Kanojiya <[email protected]>
