Hello, I'd like to have ipset with net namespace support and to have that I need at least ipset 6.20. I'm using the latest public release 6.26 and when I try to compile it against kernel 3.12.47 I get the following error when compiling the em_ipset.c: /home/projects/ipset-6.26/kernel/net/sched/em_ipset.c: In function ‘em_ipset_match’: /home/projects/ipset-6.26/kernel/net/sched/em_ipset.c:116: error: ‘struct tcf_ematch’ has no member named ‘net’ make[3]: *** [/home/projects/ipset-6.26/kernel/net/sched/em_ipset.o] Error 1 Isn't the ipset supposed to be cleanly compilable against any kernel which is >= 2.6.32 (according to http://ipset.netfilter.org/install.html) ? Basically the 'net' member of the 'struct tcf_ematch' has been introduced in kernel 3.18 in https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=82a470f1119eb7d2e4941b915bf9cd6fd8d54494 which is not easily backportable to 3.12 since it carries dependencies of its own. So what would be the easiest way to get net namespace support for ipset for kernel 3.12? On a slightly different note I also get multiple warnings of the following form I know it is not critical but I guess there is a bug since the RCU_INIT_POINTER is not recognised from rcupdate: In file included from /home/projects/ipset-6.26/kernel/net/netfilter/ipset/ip_set_getport.c:24: /home/projects/ipset-6.26/kernel/include/linux/netfilter/ipset/ip_set_compat.h:78:1: warning: "RCU_INIT_POINTER" redefined In file included from include/linux/srcu.h:33, from include/linux/notifier.h:15, from /home/projects/linux-stable/arch/x86/include/asm/uprobes.h:26, from include/linux/uprobes.h:35, from include/linux/mm_types.h:14, from include/linux/kmemcheck.h:4, from include/linux/skbuff.h:18, from include/linux/ip.h:20, from /home/projects/ipset-6.26/kernel/net/netfilter/ipset/ip_set_getport.c:14: include/linux/rcupdate.h:949:1: warning: this is the location of the previous definition Regards, Nikolay -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html