From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: =?utf-8?B?562U5aSNOiDnrZTlpI06IFtQQVRD?= =?utf-8?Q?H=5D=3A_netfilter=3A_ftp=2Firc=2Fsane=2Fsip=2Ftftp=3A_Fix_th?= =?utf-8?Q?e?= kernel panic when load these modules with duplicated ports Date: Wed, 21 Oct 2015 10:52:13 +0200 Message-ID: <20151021085213.GA1081@salvia> References: <20150925112028.GA7930@salvia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Feng Gao Return-path: Received: from mail.us.es ([193.147.175.20]:35393 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753705AbbJUIp0 (ORCPT ); Wed, 21 Oct 2015 04:45:26 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Oct 21, 2015 at 08:21:12AM +0800, Feng Gao wrote: > Hi Pablo, > > How about this patch? It will be applied? Could you investigate if it would be possible to add a nf_conntrack_helpers_register()? The idea is to have a native function that handles array of helpers. We have something similar for _hooks. Moreover, reduce the length of your patch subject to ~80 chars if possible. Thanks.