From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] conntrack: allow nf_ct_alloc_hashtable() to get highmem pages Date: Thu, 28 Oct 2010 12:36:24 +0200 Message-ID: <4CC95228.9030808@trash.net> References: <1288170555.2709.63.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: David Miller , netdev , Netfilter Development Mailinglist , stable@kernel.org To: Eric Dumazet Return-path: Received: from stinky.trash.net ([213.144.137.162]:45141 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355Ab0J1Kg0 (ORCPT ); Thu, 28 Oct 2010 06:36:26 -0400 In-Reply-To: <1288170555.2709.63.camel@edumazet-laptop> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 27.10.2010 11:09, Eric Dumazet wrote: > commit ea781f197d6a8 (use SLAB_DESTROY_BY_RCU and get rid of call_rcu()) > did a mistake in __vmalloc() call in nf_ct_alloc_hashtable(). > > I forgot to add __GFP_HIGHMEM, so pages were taken from LOWMEM only. Applied, thanks. I'll also pass this to -stable.