On 05/07/2018 08:25 PM, Randy Dunlap wrote: > On 05/07/2018 10:43 AM, Björn Töpel wrote: >> From: Björn Töpel <bjorn.to...@intel.com> >> >> i386 builds report: >> net/xdp/xdp_umem.o: In function `xdp_umem_reg': >> xdp_umem.c:(.text+0x47e): undefined reference to `__udivdi3' >> >> This fix uses div_u64 instead of the GCC built-in. >> >> Fixes: c0c77d8fb787 ("xsk: add user memory registration support sockopt") >> Signed-off-by: Björn Töpel <bjorn.to...@intel.com> > > I don't know why the subject says xsk (instead of xdp), but anyway: > > Reported-by: Randy Dunlap <rdun...@infradead.org> > Tested-by: Randy Dunlap <rdun...@infradead.org>
Applied to bpf-next, thanks everyone!