From: Pablo Neira Ayuso Date: Sat, 24 Dec 2011 18:28:47 +0000 (+0100) Subject: netfilter: ctnetlink: fix scheduling while atomic if helper is autoloaded X-Git-Tag: v3.2~24^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a31a4a8388a90e9240fb4e5e5c9c909fcfdfd0e;p=pandora-kernel.git netfilter: ctnetlink: fix scheduling while atomic if helper is autoloaded This patch fixes one scheduling while atomic error: [ 385.565186] ctnetlink v0.93: registering with nfnetlink. [ 385.565349] BUG: scheduling while atomic: lt-expect_creat/16163/0x00000200 It can be triggered with utils/expect_create included in libnetfilter_conntrack if the FTP helper is not loaded. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed