Hi Dave, following is a bugfix for an endless loop in TCP conntrack triggered by a rare race condition, as well as a fix for a warning introduced by the SNMP ASN.1 parser fixes. The first one is of course also a -stable candidate. Please apply, thanks. net/ipv4/netfilter/nf_nat_snmp_basic.c | 2 +- net/netfilter/nf_conntrack_proto_tcp.c | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) David Howells (1): netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP Patrick McHardy (1): netfilter: nf_conntrack_tcp: fix endless loop