From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: conntrack match and locking Date: Thu, 27 May 2004 03:32:38 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <40B54536.4000000@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developers Return-path: To: Chris Wilson In-Reply-To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Chris Wilson wrote: > Hi all, > > The conntrack match from POM-ng doesn't appear to do any locking while > accessing conntrack structures. Is that a problem? If so, how can I fix > it? I can submit a patch if someone can tell me what lock(s) I need to > hold. Actually it doesn't require locking. Everything it looks at it is either read-only after the connection has been confirmed, or modified without locking (status). Regards Patrick > > Cheers, Chris.