These three patches fix some bugs in netfilter: - a crash when setting up a conntrack with NAT mappings through ctnetlink fails after the NAT mappings are set up. Regression present since a couple of versions. - a module unload crash in the H.323 conntrack helper - a memory leak in the module init function, which is not very important itself, but it made easier to use the upstream patch for the module unload crash Please apply, thanks. net/netfilter/nf_conntrack_core.c | 3 +-- net/netfilter/nf_conntrack_h323_main.c | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) Patrick McHardy (3): netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info() netfilter: nf_conntrack_h323: fix memory leak in module initialization error path netfilter: nf_conntrack_h323: fix module unload crash -- 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