Hi Dave, following are three fixes for netfilter: - fix for NAT RCU races related to ct_extend - fix for a memory leak in a H.323 module init error path - fix for a crash when unloading the H.323 module while H.245 expectation or connections are active Please apply, thanks. include/net/netfilter/nf_conntrack_extend.h | 1 + net/ipv4/netfilter/nf_nat_core.c | 3 +-- net/netfilter/nf_conntrack_extend.c | 9 ++++++++- net/netfilter/nf_conntrack_h323_main.c | 22 +++++++++++++++------- 4 files changed, 25 insertions(+), 10 deletions(-) Patrick McHardy (3): netfilter: nf_nat: fix RCU races 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