From: Patrick McHardy Date: Wed, 26 Nov 2008 11:57:44 +0000 (-0800) Subject: netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlock X-Git-Tag: v2.6.28-rc8~73^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec192559033ed457f0d7856838654c100fc659f;p=pandora-kernel.git netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlock The previous fix for the conntrack creation race (netfilter: ctnetlink: fix conntrack creation race) missed a GFP_KERNEL allocation that is now performed while holding a spinlock. Switch to GFP_ATOMIC. Reported-and-tested-by: Zoltan Borbely Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed