From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Hi David, The following patches contain a couple of small fixes for Netfilter: * One compilation warning fix for xt_LOG from Jan Beulich. * Fix compilation issues of user-land ipset with kernel header file from Jan Engelhardt via Jozsef Kadlecsik. * Fix one compilation warning in the recent changes done in xt_CT to support the extended cttimeout infrastracture, spotted by Eric Dumazet. You can pull them from: git://1984.lsi.us.es/net master Thanks! Jan Beulich (1): netfilter: xt_LOG: don't use xchg() for simple assignment Jan Engelhardt (1): netfilter: ipset: avoid use of kernel-only types Pablo Neira Ayuso (1): netfilter: xt_CT: remove a compile warning include/linux/netfilter/xt_set.h | 4 ++-- include/net/netfilter/xt_log.h | 2 +- net/netfilter/xt_CT.c | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html