From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/2] string match for iptables Date: Mon, 22 Aug 2005 02:13:59 +0200 Message-ID: <430918C7.2090502@trash.net> References: <43075BEA.1030701@trash.net> <20050820.131403.37427784.davem@davemloft.net> <430887CA.1080505@trash.net> <20050821.153436.09264518.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: laforge@netfilter.org, netfilter-devel@lists.netfilter.org, pablo@eurodev.net Return-path: To: "David S. Miller" In-Reply-To: <20050821.153436.09264518.davem@davemloft.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 David S. Miller wrote: > From: Patrick McHardy > Date: Sun, 21 Aug 2005 15:55:22 +0200 > >>Where does it call kmalloc? net/compat.c uses compat_alloc_user_space >>for the translated ruleset. > > Sorry, that's the 2.4.x code, perhaps it should be converted > to use either vmalloc() of compat_alloc_user_space(). I'll look into it after fixing the 2.6 compat code.