From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/5] netfilter fixes for 3.6-rc Date: Mon, 20 Aug 2012 02:45:04 -0700 (PDT) Message-ID: <20120820.024504.634595271117672814.davem@davemloft.net> References: <1345212573-3076-1-git-send-email-pablo@netfilter.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: pablo@netfilter.org Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:52647 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753558Ab2HTJpF (ORCPT ); Mon, 20 Aug 2012 05:45:05 -0400 In-Reply-To: <1345212573-3076-1-git-send-email-pablo@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: From: pablo@netfilter.org Date: Fri, 17 Aug 2012 16:09:28 +0200 > The following five patches contain fixes for 3.6-rc, they are: > > * Two fixes for message parsing in the SIP conntrack helper, from > Patrick McHardy. > > * One fix for the SIP helper introduced in the user-space cthelper > infrastructure, from Patrick McHardy. > > * fix missing appropriate locking while modifying one conntrack entry > from the nfqueue integration code, from myself. > > * fix possible access to uninitiliazed timer in the nf_conntrack > expectation infrastructure, from myself. > > You can pull these changes from: > > git://1984.lsi.us.es/nf Pulled, thanks Pablo.