From: kbuild test robot <lkp@intel.com>
To: Felix Jia <felix.jia@alliedtelesis.co.nz>
Cc: kbuild-all@01.org, "David S . Miller" <davem@davemloft.net>,
Pablo Neira Ayuso <pablo@netfilter.org>,
Blair Steven <blair.steven@alliedtelesis.co.nz>,
netdev@vger.kernel.org,
Anthony Lineham <anthony.lineham@alliedtelesis.co.nz>,
Scott Parlane <scott.parlane@alliedtelesis.co.nz>,
Felix Jia <felix.jia@alliedtelesis.co.nz>
Subject: Re: [PATCH v1 2/2] netfilter: Add PSID mode to MASQUERADE
Date: Wed, 21 Nov 2018 18:41:49 +0800 [thread overview]
Message-ID: <201811211848.ISo2FcMO%fengguang.wu@intel.com> (raw)
In-Reply-To: <20181120013114.22020-2-felix.jia@alliedtelesis.co.nz>
[-- Attachment #1: Type: text/plain, Size: 2544 bytes --]
Hi Blair,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on nf-next/master]
[also build test ERROR on v4.20-rc3 next-20181121]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Felix-Jia/ip6_tunnel-Adding-support-of-mapping-rules-for-MAP-E-tunnel/20181120-173346
base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 8.1.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=8.1.0 make.cross ARCH=ia64
All errors (new ones prefixed by >>):
>> net/ipv6/netfilter/nf_nat_proto_icmpv6.c:85:15: error: initialization of 'bool (*)(const struct nf_conntrack_tuple *, enum nf_nat_manip_type, const struct nf_nat_range2 *)' {aka '_Bool (*)(const struct nf_conntrack_tuple *, enum nf_nat_manip_type, const struct nf_nat_range2 *)'} from incompatible pointer type 'bool (*)(const struct nf_conntrack_tuple *, enum nf_nat_manip_type, const union nf_conntrack_man_proto *, const union nf_conntrack_man_proto *)' {aka '_Bool (*)(const struct nf_conntrack_tuple *, enum nf_nat_manip_type, const union nf_conntrack_man_proto *, const union nf_conntrack_man_proto *)'} [-Werror=incompatible-pointer-types]
.in_range = icmpv6_in_range,
^~~~~~~~~~~~~~~
net/ipv6/netfilter/nf_nat_proto_icmpv6.c:85:15: note: (near initialization for 'nf_nat_l4proto_icmpv6.in_range')
cc1: some warnings being treated as errors
vim +85 net/ipv6/netfilter/nf_nat_proto_icmpv6.c
58a317f1 Patrick McHardy 2012-08-26 81
58a317f1 Patrick McHardy 2012-08-26 82 const struct nf_nat_l4proto nf_nat_l4proto_icmpv6 = {
58a317f1 Patrick McHardy 2012-08-26 83 .l4proto = IPPROTO_ICMPV6,
58a317f1 Patrick McHardy 2012-08-26 84 .manip_pkt = icmpv6_manip_pkt,
58a317f1 Patrick McHardy 2012-08-26 @85 .in_range = icmpv6_in_range,
:::::: The code at line 85 was first introduced by commit
:::::: 58a317f1061c894d2344c0b6a18ab4a64b69b815 netfilter: ipv6: add IPv6 NAT support
:::::: TO: Patrick McHardy <kaber@trash.net>
:::::: CC: Pablo Neira Ayuso <pablo@netfilter.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 52297 bytes --]
next prev parent reply other threads:[~2018-11-21 21:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-20 1:31 [PATCH v1 1/2] ip6_tunnel: Adding support of mapping rules for MAP-E tunnel Felix Jia
2018-11-20 1:31 ` [PATCH v1 2/2] netfilter: Add PSID mode to MASQUERADE Felix Jia
2018-11-20 11:31 ` kbuild test robot
2018-11-21 10:41 ` kbuild test robot [this message]
2018-11-20 1:46 ` [PATCH v1 1/2] ip6_tunnel: Adding support of mapping rules for MAP-E tunnel David Miller
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=201811211848.ISo2FcMO%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=anthony.lineham@alliedtelesis.co.nz \
--cc=blair.steven@alliedtelesis.co.nz \
--cc=davem@davemloft.net \
--cc=felix.jia@alliedtelesis.co.nz \
--cc=kbuild-all@01.org \
--cc=netdev@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=scott.parlane@alliedtelesis.co.nz \
/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).