]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ctnetlink: fix scheduling while atomic if helper is autoloaded
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 24 Dec 2011 18:28:47 +0000 (19:28 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 24 Dec 2011 18:49:04 +0000 (19:49 +0100)
commit7a1dc90d519b67033067104ef830675afef5ecdf
treebff2c3e3e1da9274bd5d33e36e8fd9479f21ba72
parent263e7ed78184d0d727876ee07641e145dea10772
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 <pablo@netfilter.org>
net/netfilter/nf_conntrack_netlink.c