Re: [PATCH v1 2/6] baseband/acc: fix to possible overflow

2022-11-01 Thread Maxime Coquelin
On 11/2/22 00:04, Nicolas Chautru wrote: Potential overflow issue when casting to 64bits, notably relevant when extending number of queues. Coverity issue: 381665 Fixes: 32e8b7ea35 ("baseband/acc100: refactor to segregate common code") Fixes: 40e3adbdd3 ("baseband/acc200: add queue configurat

[PATCH v1 2/6] baseband/acc: fix to possible overflow

2022-11-01 Thread Nicolas Chautru
Potential overflow issue when casting to 64bits, notably relevant when extending number of queues. Coverity issue: 381665 Fixes: 32e8b7ea35 ("baseband/acc100: refactor to segregate common code") Fixes: 40e3adbdd3 ("baseband/acc200: add queue configuration") Signed-off-by: Nicolas Chautru --- dr