From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752963AbcDOA5x (ORCPT ); Thu, 14 Apr 2016 20:57:53 -0400 Received: from ozlabs.org ([103.22.144.67]:52742 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752689AbcDOA5w (ORCPT ); Thu, 14 Apr 2016 20:57:52 -0400 Date: Fri, 15 Apr 2016 10:57:48 +1000 From: Stephen Rothwell To: Simon Horman Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pablo Neira Ayuso Subject: linux-next: build warning after merge of the ipvs-next tree Message-ID: <20160415105748.5b8754fc@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Simon, After merging the ipvs-next tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: net/netfilter/nf_conntrack_netlink.c:529:15: warning: 'ctnetlink_proto_size' defined but not used [-Wunused-function] static size_t ctnetlink_proto_size(const struct nf_conn *ct) ^ net/netfilter/nf_conntrack_netlink.c:546:15: warning: 'ctnetlink_acct_size' defined but not used [-Wunused-function] static size_t ctnetlink_acct_size(const struct nf_conn *ct) ^ net/netfilter/nf_conntrack_netlink.c:556:12: warning: 'ctnetlink_secctx_size' defined but not used [-Wunused-function] static int ctnetlink_secctx_size(const struct nf_conn *ct) ^ net/netfilter/nf_conntrack_netlink.c:572:15: warning: 'ctnetlink_timestamp_size' defined but not used [-Wunused-function] static size_t ctnetlink_timestamp_size(const struct nf_conn *ct) ^ Introduced by commit 4054ff45454a ("netfilter: ctnetlink: remove unnecessary inlining") This build does not set CONFIG_NF_CONNTRACK_EVENTS or CONFIG_NETFILTER_NETLINK_GLUE_CT. -- Cheers, Stephen Rothwell