From: Pablo Neira Ayuso Date: Tue, 19 Aug 2008 04:31:46 +0000 (-0700) Subject: netfilter: ctnetlink: sleepable allocation with spin lock bh X-Git-Tag: v2.6.27-rc4~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab00c5d15091546be681426c60b2ed2c10513bf;p=pandora-kernel.git netfilter: ctnetlink: sleepable allocation with spin lock bh This patch removes a GFP_KERNEL allocation while holding a spin lock with bottom halves disabled in ctnetlink_change_helper(). This problem was introduced in 2.6.23 with the netfilter extension infrastructure. Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed