From: kbuild test robot <lkp@intel.com>
To: Yi-Hung Wei <yihung.wei@gmail.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org,
Yi-Hung Wei <yihung.wei@gmail.com>,
Pravin Shelar <pshelar@ovn.org>
Subject: Re: [PATCH net-next 2/2] openvswitch: Add timeout support to ct action
Date: Sat, 23 Mar 2019 10:49:17 +0800 [thread overview]
Message-ID: <201903231016.Hqd2oaTG%lkp@intel.com> (raw)
In-Reply-To: <1553116295-16359-2-git-send-email-yihung.wei@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
Hi Yi-Hung,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Yi-Hung-Wei/netfilter-Export-nf_ct_destroy_timeout/20190323-094843
config: i386-randconfig-x004-201911 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
net//openvswitch/conntrack.c: In function '__ovs_ct_free_action':
>> net//openvswitch/conntrack.c:1854:4: error: implicit declaration of function 'xt_ct_destroy_timeout'; did you mean 'nf_ct_destroy_timeout'? [-Werror=implicit-function-declaration]
xt_ct_destroy_timeout(ct_info->ct);
^~~~~~~~~~~~~~~~~~~~~
nf_ct_destroy_timeout
cc1: some warnings being treated as errors
vim +1854 net//openvswitch/conntrack.c
1846
1847 static void __ovs_ct_free_action(struct ovs_conntrack_info *ct_info)
1848 {
1849 if (ct_info->helper)
1850 nf_conntrack_helper_put(ct_info->helper);
1851 if (ct_info->ct) {
1852 nf_ct_tmpl_free(ct_info->ct);
1853 if (ct_info->timeout[0])
> 1854 xt_ct_destroy_timeout(ct_info->ct);
1855 }
1856 }
1857
---
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: 28973 bytes --]
next prev parent reply other threads:[~2019-03-23 2:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-20 21:11 [PATCH net-next 1/2] netfilter: Export nf_ct_destroy_timeout() Yi-Hung Wei
2019-03-20 21:11 ` [PATCH net-next 2/2] openvswitch: Add timeout support to ct action Yi-Hung Wei
2019-03-21 4:39 ` Pravin Shelar
2019-03-21 23:05 ` Yi-Hung Wei
2019-03-23 2:49 ` kbuild test robot [this message]
2019-03-23 8:35 ` kbuild test robot
2019-03-23 6:41 ` [PATCH net-next 1/2] netfilter: Export nf_ct_destroy_timeout() 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=201903231016.Hqd2oaTG%lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=netdev@vger.kernel.org \
--cc=pshelar@ovn.org \
--cc=yihung.wei@gmail.com \
/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).