From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] fix stats in __ip_conntrack_confirm Date: Mon, 25 Oct 2004 01:12:27 +0200 Sender: netfilter-devel-bounces@lists.netfilter.org Message-ID: <417C36DB.5000403@trash.net> References: <4176E6EB.1070008@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist , Eric Lemoine Return-path: To: Pablo Neira In-Reply-To: <4176E6EB.1070008@eurodev.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Pablo Neira wrote: > So net_rx_softirq can preempt the calling process while incrementing > the stats. > I think that we can fix this moving both CONNTRACK_STAT_INC to the locked > section. Applied, thanks Pablo. Regards Patrick