From mboxrd@z Thu Jan 1 00:00:00 1970 From: Victor Julien Subject: Re: Patch for H323 connection tracking for kernel 2.6.14 and Panic with SIP tracking Date: Thu, 05 Jan 2006 21:00:52 +0100 Message-ID: <43BD7AF4.2040506@nk.nl> References: <43BA605E.3020801@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org In-Reply-To: <43BA605E.3020801@trash.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Patrick McHardy wrote: > Moises Silva wrote: > >> still getting kernel panic, copy the whole thing is a time consuming >> task, for now doing nothing, but i have downgraded the kernel to >> 2.6.13 and at least it does not kernel panics. Some one has a patch >> for sip connection tracking for kernel-2.6.14?? > > > Most likely you need to change > > ip_ct_refresh_acct(ct, ctinfo, NULL, sip_timeout * HZ); > > to > > ip_ct_refresh(ct, *pskb, sip_timeout * HZ); > > in net/ipv4/netfilter/ip_conntrack_sip.c. If that doesn't help > please post the entire oops. > This fix works for me! Regards, Victor