On Fri, 24 Jan 2025 at 12:27, <ger...@altlinux.org> wrote: > > From: Denis Rastyogin <ger...@altlinux.org> > > Fix possible overflow in 1 << (DF_BITS(df) - 2) when DF_BITS(df) > is 64 by using a 64-bit integer for the shift operation. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Reported-by: Dmitriy Fedin <d.fe...@fobos-nt.ru> > Signed-off-by: Denis Rastyogin <ger...@altlinux.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM