From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: linux-next: build failure after merge of the netfilter tree Date: Tue, 17 Apr 2018 11:00:52 +0200 Message-ID: <20180417090052.h5ilsnezy66exmrr@salvia> References: <20180417092859.358573be@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Cong Wang Cc: Stephen Rothwell , NetFilter , Linux-Next Mailing List , Linux Kernel Mailing List List-Id: linux-next.vger.kernel.org On Mon, Apr 16, 2018 at 05:51:12PM -0700, Cong Wang wrote: > On Mon, Apr 16, 2018 at 4:28 PM, Stephen Rothwell wrote: > > Hi all, > > > > After merging the netfilter tree, today's linux-next build (powerpc > > ppc64_defconfig) failed like this: > > > > net/netfilter/nf_conntrack_extend.c: In function 'nf_ct_ext_ > > add': > > net/netfilter/nf_conntrack_extend.c:74:2: error: implicit declaration of function 'kmemleak_not_leak' [-Werror=implicit-function-declaration] > > kmemleak_not_leak(old); > > ^~~~~~~~~~~~~~~~~ > > cc1: some warnings being treated as errors > > > > Caused by commit > > > > 114aa35d06d4 ("netfilter: conntrack: silent a memory leak warning") > > > > I have added this patch for today: > > Ouch, this is actually a correct fix. > > Can you please send it formally or maybe Pablo can just take it directly? I have applied Stephen's patch, thanks!