Re: [PATCH net-next v3] netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
From: Vishwanath Pai <hidden>
Date: 2016-09-30 17:58:04
Also in:
netfilter-devel
From: Vishwanath Pai <hidden>
Date: 2016-09-30 17:58:04
Also in:
netfilter-devel
On 09/30/2016 01:46 PM, Pablo Neira Ayuso wrote:
On Thu, Sep 29, 2016 at 01:39:50PM -0400, Vishwanath Pai wrote:quoted
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_64Applied, thanks Pai.quoted
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.
Thank you. And sorry about, I did not realize git am would put that into the description. -Vishwanath