From: David Decotigny <ddeco...@gmail.com> Date: Wed, 28 Sep 2016 11:00:04 -0700
> From: David Decotigny <de...@googlers.com> > > This also can address following UBSAN warnings: > [ 36.640343] > ================================================================================ > [ 36.648772] UBSAN: Undefined behaviour in > drivers/net/ethernet/mellanox/mlx4/fw.c:857:26 > [ 36.656853] shift exponent 64 is too large for 32-bit type 'int' > [ 36.663348] > ================================================================================ > [ 36.671783] > ================================================================================ > [ 36.680213] UBSAN: Undefined behaviour in > drivers/net/ethernet/mellanox/mlx4/fw.c:861:27 > [ 36.688297] shift exponent 35 is too large for 32-bit type 'int' > [ 36.694702] > ================================================================================ > > Tested: > reboot with UBSAN, no warning. > > Signed-off-by: David Decotigny <de...@googlers.com> Applied to net-next, thanks.