From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752126Ab2LQJzO (ORCPT ); Mon, 17 Dec 2012 04:55:14 -0500 Received: from mail.us.es ([193.147.175.20]:60432 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397Ab2LQJzM (ORCPT ); Mon, 17 Dec 2012 04:55:12 -0500 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus2 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.97.6/15866. spamassassin: 3.3.2. Clear:RC:1(127.0.0.1):SA:0(-99.2/7.5):. Processed in 2.450832 secs); 17 Dec 2012 09:55:11 -0000 X-Envelope-From: pneira@us.es Date: Mon, 17 Dec 2012 10:55:08 +0100 From: Pablo Neira Ayuso To: Kevin Cernekee Cc: David Woodhouse , Eric Dumazet , Patrick McHardy , "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , James Morris , Hideaki YOSHIFUJI , netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org, coreteam@netfilter.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v3] netfilter: nf_conntrack_sip: Handle Cisco 7941/7945 IP phones Message-ID: <20121217095508.GB17148@1984> References: <1290412334.2756.141.camel@edumazet-laptop> <1355703441.18919.6.camel@shinybook.infradead.org> <20121217004457.GA12234@1984> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 16, 2012 at 11:26:31PM -0800, Kevin Cernekee wrote: > On Sun, Dec 16, 2012 at 4:44 PM, Pablo Neira Ayuso wrote: > >> What happened to this? OpenWRT is still carrying it, and it broke in > >> 3.7. Here's a completely untested update... > > > > I requested Kevin to resend a new version based on the current kernel > > tree while spinning on old pending patches since I have no access to > > that hardware, but no luck. > > > > So I'll review this and, since OpenWRT is carrying, I guess we can get > > this into net-next merge window. > > Sorry, been putting it off since the OpenWRT version has worked flawlessly... > > I just reassembled my test rig and I'll get you a working patch this week. > > Is it OK to use > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git as the > baseline? That's fine in this case because no recent changes went into that code, but better if you use the netfilter next tree: git://1984.lsi.us.es/nf-next Thanks Kevin.