Hi all,
After merging the netfilter-next tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
In file included from net/netfilter/ipvs/ip_vs_core.c:52:
net/netfilter/ipvs/ip_vs_core.c: In function 'ip_vs_in_icmp':
include/net/ip_vs.h:233:4: warning: 'outer_proto' may be used uninitialized in this function [-Wmaybe-uninitialized]
233 | printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \
| ^~~~~~
net/netfilter/ipvs/ip_vs_core.c:1666:8: note: 'outer_proto' was declared here
1666 | char *outer_proto;
| ^~~~~~~~~~~
Introduced by commit
73348fed35d0 ("ipvs: optimize tunnel dumps for icmp errors")
--
Cheers,
Stephen Rothwell
Hi Pablo,
On Thu, 16 Nov 2017 15:18:00 +0100 Pablo Neira Ayuso <[email protected]> wrote:
>
> The patch is already at davem's tree. It's flying there.
Excellent, thanks.
--
Cheers,
Stephen Rothwell
From 1584241282129699588@xxx Thu Nov 16 16:37:01 +0000 2017
X-GM-THRID: 1583363522954906453
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread
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 <[email protected]> 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 <[email protected]> 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.
From 1584174215314057536@xxx Wed Nov 15 22:51:01 +0000 2017
X-GM-THRID: 1583363522954906453
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread
Hi Pablo,
On Thu, 9 Nov 2017 00:40:14 +0100 Pablo Neira Ayuso <[email protected]> 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 <[email protected]> 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
From 1583543200488011971@xxx Wed Nov 08 23:41:19 +0000 2017
X-GM-THRID: 1583363522954906453
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread
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 <[email protected]> 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.
From 1583484148899765559@xxx Wed Nov 08 08:02:43 +0000 2017
X-GM-THRID: 1583363522954906453
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread
Hi Dave,
On Tue, 7 Nov 2017 11:02:48 +1100 Stephen Rothwell <[email protected]> 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
From 1583363522954906453@xxx Tue Nov 07 00:05:25 +0000 2017
X-GM-THRID: 1583363522954906453
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread