netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: build warning after merge of the netfilter-next tree
       [not found] <20171107110248.7f1924a7@canb.auug.org.au>
@ 2017-11-08  8:00 ` Stephen Rothwell
  2017-11-08 23:40   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2017-11-08  8:00 UTC (permalink / raw)
  To: David Miller, Networking
  Cc: Pablo Neira Ayuso, NetFilter, Linux-Next Mailing List,
	Linux Kernel Mailing List, Florian Westphal

Hi Dave,

On Tue, 7 Nov 2017 11:02:48 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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 ...

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build warning after merge of the netfilter-next tree
  2017-11-08  8:00 ` linux-next: build warning after merge of the netfilter-next tree Stephen Rothwell
@ 2017-11-08 23:40   ` Pablo Neira Ayuso
  2017-11-15 22:46     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Neira Ayuso @ 2017-11-08 23:40 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: David Miller, Networking, NetFilter, Linux-Next Mailing List,
	Linux Kernel Mailing List, Florian Westphal

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 <sfr@canb.auug.org.au> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build warning after merge of the netfilter-next tree
  2017-11-08 23:40   ` Pablo Neira Ayuso
@ 2017-11-15 22:46     ` Stephen Rothwell
  2017-11-16 14:18       ` Pablo Neira Ayuso
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2017-11-15 22:46 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: David Miller, Networking, NetFilter, Linux-Next Mailing List,
	Linux Kernel Mailing List, Florian Westphal

Hi Pablo,

On Thu, 9 Nov 2017 00:40:14 +0100 Pablo Neira Ayuso <pablo@netfilter.org> wrote:
>
> On Wed, Nov 08, 2017 at 07:00:52PM +1100, Stephen Rothwell wrote:
> > 
> > On Tue, 7 Nov 2017 11:02:48 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:  
> > >
> > > 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.

This has now made it into Linus' tree :-(

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build warning after merge of the netfilter-next tree
  2017-11-15 22:46     ` Stephen Rothwell
@ 2017-11-16 14:18       ` Pablo Neira Ayuso
  2017-11-16 20:46         ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Neira Ayuso @ 2017-11-16 14:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: David Miller, Networking, NetFilter, Linux-Next Mailing List,
	Linux Kernel Mailing List, Florian Westphal

On Thu, Nov 16, 2017 at 09:46:17AM +1100, Stephen Rothwell wrote:
> Hi Pablo,
> 
> On Thu, 9 Nov 2017 00:40:14 +0100 Pablo Neira Ayuso <pablo@netfilter.org> wrote:
> >
> > On Wed, Nov 08, 2017 at 07:00:52PM +1100, Stephen Rothwell wrote:
> > > 
> > > On Tue, 7 Nov 2017 11:02:48 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:  
> > > >
> > > > 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.
> 
> This has now made it into Linus' tree :-(

The patch is already at davem's tree. It's flying there.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build warning after merge of the netfilter-next tree
  2017-11-16 14:18       ` Pablo Neira Ayuso
@ 2017-11-16 20:46         ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-11-16 20:46 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: David Miller, Networking, NetFilter, Linux-Next Mailing List,
	Linux Kernel Mailing List, Florian Westphal

Hi Pablo,

On Thu, 16 Nov 2017 15:18:00 +0100 Pablo Neira Ayuso <pablo@netfilter.org> wrote:
>
> The patch is already at davem's tree. It's flying there.

Excellent, thanks.

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-16 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20171107110248.7f1924a7@canb.auug.org.au>
2017-11-08  8:00 ` linux-next: build warning after merge of the netfilter-next tree Stephen Rothwell
2017-11-08 23:40   ` Pablo Neira Ayuso
2017-11-15 22:46     ` Stephen Rothwell
2017-11-16 14:18       ` Pablo Neira Ayuso
2017-11-16 20:46         ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).