On Thu, 2012-06-28 at 15:57 +0300, Tomasz Bursztyka wrote: > Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@xxxxxxxxxxxxxxx> > --- > net/netfilter/nfnetlink.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/net/netfilter/nfnetlink.c b/net/netfilter/nfnetlink.c > index 4acdd76..a6366ae 100644 > --- a/net/netfilter/nfnetlink.c > +++ b/net/netfilter/nfnetlink.c > @@ -169,8 +169,10 @@ replay: > > err = nla_parse(cda, ss->cb[cb_id].attr_count, > attr, attrlen, ss->cb[cb_id].policy); > - if (err < 0) > + if (err < 0) { > + rcu_read_unlock(); > return err; > + } > > if (nc->call_rcu) { > err = nc->call_rcu(net->nfnl, skb, nlh, Nice catch, thanks. Please someone add in changelog to ease stable team work : Bug added in commit 6b75e3e8d664a9a (netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()) Acked-by: Eric Dumazet <edumazet@xxxxxxxxxx> -- 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