aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2019-01-21 21:23:01 -0700
committerDavid S. Miller <davem@davemloft.net>2019-01-22 21:00:37 -0800
commit33a0efa4baecd689da9474ce0e8b673eb6931c60 (patch)
tree83c0c8d02c5454e3f2b14090549a67f27836841e /net/tipc/socket.c
parentnet: phy: Add SDPX tag based on COPYING file (diff)
downloadlinux-dev-33a0efa4baecd689da9474ce0e8b673eb6931c60.tar.xz
linux-dev-33a0efa4baecd689da9474ce0e8b673eb6931c60.zip
devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERS
When building this code on a 32-bit platform such as ARM, there is a link time error (lld error shown, happpens with ld.bfd too): ld.lld: error: undefined symbol: __aeabi_uldivmod >>> referenced by devlink.c >>> net/core/devlink.o:(devlink_health_buffers_create) in archive built-in.a This happens when using a regular division symbol with a u64 dividend. Use DIV_ROUND_UP_ULL, which wraps do_div, to avoid this situation. Fixes: cb5ccfbe73b3 ("devlink: Add health buffer support") Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions