From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753116AbdKHXk2 (ORCPT ); Wed, 8 Nov 2017 18:40:28 -0500 Received: from mail.us.es ([193.147.175.20]:49038 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752892AbdKHXk0 (ORCPT ); Wed, 8 Nov 2017 18:40:26 -0500 Date: Thu, 9 Nov 2017 00:40:14 +0100 X-SMTPAUTHUS: auth mail.us.es From: Pablo Neira Ayuso To: Stephen Rothwell Cc: David Miller , Networking , NetFilter , Linux-Next Mailing List , Linux Kernel Mailing List , Florian Westphal Subject: Re: linux-next: build warning after merge of the netfilter-next tree Message-ID: <20171108234014.GA1788@salvia> References: <20171107110248.7f1924a7@canb.auug.org.au> <20171108190052.63dfd8ce@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171108190052.63dfd8ce@canb.auug.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 08, 2017 at 07:00:52PM +1100, Stephen Rothwell wrote: > Hi Dave, > > On Tue, 7 Nov 2017 11:02:48 +1100 Stephen Rothwell wrote: > > > > Hi all, > > > > After merging the netfilter-next tree, today's linux-next build (powerpc > > ppc64_defconfig) produced this warning: > > > > net/netfilter/nf_conntrack_netlink.c:536:15: warning: 'ctnetlink_proto_size' defined but not used [-Wunused-function] > > static size_t ctnetlink_proto_size(const struct nf_conn *ct) > > ^ > > > > Introduced by commit > > > > 5caaed151a68 ("netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size") > > I assume that this warning will now be in the net-next tree ... It's my fault, I'll fix this in my next batch, sorry for the inconvenience.