Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379789
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build warning after merge of the ipvs-next tree |
| Date | 2016-04-15 14:40 +0200 |
| Message-ID | <robcu-32n-11@gated-at.bofh.it> (permalink) |
| References | <ro0h4-2BJ-3@gated-at.bofh.it> <ro8HE-YX-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Apr 15, 2016 at 11:56:07AM +0200, Pablo Neira Ayuso wrote:
> On Fri, Apr 15, 2016 at 10:57:48AM +1000, Stephen Rothwell wrote:
> > 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.
>
> This is my fault, will fix this asap. Thanks for reporting.
Pablo,
can you let me know when it is fixed in nf-next so I can rebase ipvs-next
accordingly?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build warning after merge of the ipvs-next tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-04-15 03:00 +0200
Re: linux-next: build warning after merge of the ipvs-next tree Pablo Neira Ayuso <pablo@netfilter.org> - 2016-04-15 12:00 +0200
Re: linux-next: build warning after merge of the ipvs-next tree Simon Horman <horms@verge.net.au> - 2016-04-15 14:40 +0200
Re: linux-next: build warning after merge of the ipvs-next tree Pablo Neira Ayuso <pablo@netfilter.org> - 2016-04-18 11:10 +0200
Re: linux-next: build warning after merge of the ipvs-next tree Simon Horman <horms@verge.net.au> - 2016-04-19 06:10 +0200
csiph-web