From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 1/1] conntrack, suspicious RCU usage Date: Mon, 5 Mar 2012 18:05:48 +0100 Message-ID: <20120305170548.GA28986@1984> References: <1330950269-32668-1-git-send-email-hans.schillstrom@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: eric.dumazet@gmail.com, netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, hans@schillstrom.com To: Hans Schillstrom Return-path: Received: from mail.us.es ([193.147.175.20]:33339 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756395Ab2CERF5 (ORCPT ); Mon, 5 Mar 2012 12:05:57 -0500 Content-Disposition: inline In-Reply-To: <1330950269-32668-1-git-send-email-hans.schillstrom@ericsson.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Mar 05, 2012 at 01:24:29PM +0100, Hans Schillstrom wrote: > From: Hans Schillstrom > > Hello Pablo > I think you lost this patch from Eric, I updated the patch for the > latest nf_conntrack_netlink.c > > Well, __nf_ct_l4proto_find() being out of line and the way we already > use rcu_read_lock() in this code, it seems following patch is > the most natural way to cope with these lockdep warnings. I'll take the previous patch to pass it to current -rc. Thanks Hans.