From: Pablo Neira Ayuso <pablo@netfilter.org>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nf-next,v2] netfilter: ctnetlink: remove function inline declaration
Date: Sun, 4 Oct 2015 21:39:22 +0200 [thread overview]
Message-ID: <20151004193922.GA2213@salvia> (raw)
In-Reply-To: <201510050340.pagDNZBc%fengguang.wu@intel.com>
On Mon, Oct 05, 2015 at 03:18:04AM +0800, kbuild test robot wrote:
> Hi Pablo,
>
> [auto build test results on v4.3-rc4 -- if it's inappropriate base, please ignore]
>
> config: i386-defconfig (attached as .config)
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=i386
>
> All warnings (new ones prefixed by >>):
>
> >> 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)
> ^
>
> vim +/ctnetlink_proto_size +529 net/netfilter/nf_conntrack_netlink.c
>
> 523 nlmsg_failure:
> 524 nla_put_failure:
> 525 nlmsg_cancel(skb, nlh);
> 526 return -1;
> 527 }
> 528
> > 529 static size_t ctnetlink_proto_size(const struct nf_conn *ct)
Argh.
I'm going to stop and give a closer look to this. Sorry.
next prev parent reply other threads:[~2015-10-04 19:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-04 19:13 [PATCH nf-next,v2] netfilter: ctnetlink: remove function inline declaration Pablo Neira Ayuso
2015-10-04 19:18 ` kbuild test robot
2015-10-04 19:39 ` Pablo Neira Ayuso [this message]
2015-10-04 23:38 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151004193922.GA2213@salvia \
--to=pablo@netfilter.org \
--cc=kbuild-all@01.org \
--cc=lkp@intel.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).