From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vishwanath Pai Subject: Re: next-20160929 build: 2 failures 4 warnings (next-20160929) Date: Thu, 29 Sep 2016 15:08:58 -0400 Message-ID: <57ED66CA.3090903@akamai.com> References: <20160929184737.ragquwy2tmhxo5bn@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160929184737.ragquwy2tmhxo5bn@sirena.org.uk> Sender: netdev-owner@vger.kernel.org To: Mark Brown Cc: Joshua Hunt , Pablo Neira Ayuso , kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, linux-next@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-next.vger.kernel.org On 09/29/2016 02:47 PM, Mark Brown wrote: > On Thu, Sep 29, 2016 at 12:40:35PM +0100, Build bot for Mark Brown wrote: > > For the past couple of days -next has been failing to build an ARM > allmodconfig due to: > >> arm-allmodconfig >> ERROR: "__aeabi_uldivmod" [net/netfilter/xt_hashlimit.ko] undefined! > > which appears to be triggered by 11d5f15723c9 (netfilter: xt_hashlimit: > Create revision 2 to support higher pps rates) introducing a division of > a 64 bit number which should be done using do_div(). > I have sent a patch for this a couple of days ago to netdev, it hasn't made it to net-next yet. Here's the latest one: [PATCH net-next v3] netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division This should fix the link error. -Vishwanath