Hi Krzysztof, On Tue Jan 20, 2026 at 4:48 PM CET, Krzysztof Karas wrote: > In cases where dma_addr is a 64-bit value its calculation is > still carried out using 32-bit arithmetic, which could > occassionally cause a truncation of values before they are s/occassionally/occasionally
> extended to 64 bits. Cast one of the operands to dma_addr_t, > so 64-bit arithmetic is used. > > Cc: Danilo Krummrich <[email protected]> > Signed-off-by: Krzysztof Karas <[email protected]> > --- Reviewed-by: Sebastian Brzezinka <[email protected]> -- Best regards, Sebastian
