From: Nick Desaulniers <ndesaulni...@google.com> Date: Tue, 28 Apr 2020 11:34:11 -0700
> On Tue, Apr 28, 2020 at 10:43 AM Nathan Chancellor > <natechancel...@gmail.com> wrote: >> >> When building arm32 allmodconfig: >> >> ERROR: modpost: "__aeabi_uldivmod" >> [drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth.ko] undefined! >> >> frames and cdan are both of type __u64 (unsigned long long) so we need >> to use div64_u64 to avoid this issues. >> >> Fixes: 460fd830dd9d ("dpaa2-eth: add channel stat to debugfs") >> Link: https://github.com/ClangBuiltLinux/linux/issues/1012 >> Signed-off-by: Nathan Chancellor <natechancel...@gmail.com> > > Don't forget reported by tags to show some love to our bots! Thanks > for the patch. > Reported-by: kernelci.org bot <b...@kernelci.org> > Reviewed-by: Nick Desaulniers <ndesaulni...@google.com> Applied to net-next, thanks.