Hi Dave, following are four netfilter fixes for 2.6.27, containing: - fix for a accidentally introduced static variable in the SIP helper that was intended to be local from Alexey - a GRE helper keymap locking and list iteration fix from Alexey - a patch to make the IRC helpers' port parsing more robust against the issues pointed out by Alexey Please apply, thanks. net/netfilter/nf_conntrack_irc.c | 10 ++++++++++ net/netfilter/nf_conntrack_proto_gre.c | 14 +++++++++----- net/netfilter/nf_conntrack_sip.c | 6 ++++-- 3 files changed, 23 insertions(+), 7 deletions(-) Alexey Dobriyan (3): netfilter: nf_conntrack_sip: de-static helper pointers netfilter: nf_conntrack_gre: more locking around keymap list netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet Patrick McHardy (1): netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul -- 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