From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlock Date: Wed, 26 Nov 2008 03:57:59 -0800 (PST) Message-ID: <20081126.035759.83312310.davem@davemloft.net> References: <492D319C.4060008@trash.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: kaber@trash.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38044 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751741AbYKZL57 (ORCPT ); Wed, 26 Nov 2008 06:57:59 -0500 In-Reply-To: <492D319C.4060008@trash.net> Sender: netfilter-devel-owner@vger.kernel.org List-ID: From: Patrick McHardy Date: Wed, 26 Nov 2008 12:23:08 +0100 > This patch for 2.6.28 fixes a GFP_KERNEL allocation under spinlock > in ctnetlink that was missed in the conntrack creation race fix. > > Please apply, thanks. Applied, thanks Patrick.