Re: [PATCH net-next v3] netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2016-09-30 17:47:00
Also in:
netfilter-devel
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2016-09-30 17:47:00
Also in:
netfilter-devel
On Thu, Sep 29, 2016 at 01:39:50PM -0400, Vishwanath Pai wrote:
v2: Remove unnecessary div64_u64 around constants v3: remove backslashes -- Fix link error in 32bit arch because of 64bit division Division of 64bit integers will cause linker error undefined reference to `__udivdi3'. Fix this by replacing divisions with div64_64
Applied, thanks Pai.
Signed-off-by: Vishwanath Pai <redacted>
Fixes: 11d5f15723c9 ("netfilter: xt_hashlimit: Create revision 2 to ...")
---Please, next time place the versioning information here, otherwise git am takes the wrong description here.