[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201903231016.Hqd2oaTG%lkp@intel.com>
Date: Sat, 23 Mar 2019 10:49:17 +0800
From: kbuild test robot <lkp@...el.com>
To: Yi-Hung Wei <yihung.wei@...il.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org,
Yi-Hung Wei <yihung.wei@...il.com>,
Pravin Shelar <pshelar@....org>
Subject: Re: [PATCH net-next 2/2] openvswitch: Add timeout support to ct
action
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
Download attachment ".config.gz" of type "application/gzip" (28973 bytes)
Powered by blists - more mailing lists