netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nf-next:master 18/28] net/ipv4/netfilter/nf_defrag_ipv4.c:110:9: error: 'struct net' has no member named 'ct'
@ 2016-12-04 21:57 kbuild test robot
  2016-12-04 22:37 ` [PATCH nf-next] netfilter: fix build failure with CONNTRACK=n NF_DEFRAG=y Florian Westphal
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-12-04 21:57 UTC (permalink / raw)
  To: Florian Westphal; +Cc: kbuild-all, netfilter-devel, coreteam, Pablo Neira Ayuso

[-- Attachment #1: Type: text/plain, Size: 1905 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master
head:   7464293d4266a7b29565a4705d3fb2339350f9e2
commit: 018914b2c913bcc9c571ae5a781280c76a15ddad [18/28] netfilter: defrag: only register defrag functionality if needed
config: i386-randconfig-i1-201649 (attached as .config)
compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4
reproduce:
        git checkout 018914b2c913bcc9c571ae5a781280c76a15ddad
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/ipv4/netfilter/nf_defrag_ipv4.c: In function 'defrag4_net_exit':
>> net/ipv4/netfilter/nf_defrag_ipv4.c:110:9: error: 'struct net' has no member named 'ct'
     if (net->ct.defrag_ipv4) {
            ^
   net/ipv4/netfilter/nf_defrag_ipv4.c:113:6: error: 'struct net' has no member named 'ct'
      net->ct.defrag_ipv4 = false;
         ^
   net/ipv4/netfilter/nf_defrag_ipv4.c: In function 'nf_defrag_ipv4_enable':
   net/ipv4/netfilter/nf_defrag_ipv4.c:137:9: error: 'struct net' has no member named 'ct'
     if (net->ct.defrag_ipv4)
            ^
   net/ipv4/netfilter/nf_defrag_ipv4.c:141:9: error: 'struct net' has no member named 'ct'
     if (net->ct.defrag_ipv4)
            ^
   net/ipv4/netfilter/nf_defrag_ipv4.c:147:6: error: 'struct net' has no member named 'ct'
      net->ct.defrag_ipv4 = true;
         ^

vim +110 net/ipv4/netfilter/nf_defrag_ipv4.c

   104			.priority       = NF_IP_PRI_CONNTRACK_DEFRAG,
   105		},
   106	};
   107	
   108	static void __net_exit defrag4_net_exit(struct net *net)
   109	{
 > 110		if (net->ct.defrag_ipv4) {
   111			nf_unregister_net_hooks(net, ipv4_defrag_ops,
   112						ARRAY_SIZE(ipv4_defrag_ops));
   113			net->ct.defrag_ipv4 = false;

---
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: 26835 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-06 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 21:57 [nf-next:master 18/28] net/ipv4/netfilter/nf_defrag_ipv4.c:110:9: error: 'struct net' has no member named 'ct' kbuild test robot
2016-12-04 22:37 ` [PATCH nf-next] netfilter: fix build failure with CONNTRACK=n NF_DEFRAG=y Florian Westphal
2016-12-06 10:16   ` Pablo Neira Ayuso

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).