public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.28(.1) and netlink: scheduling while atomic
@ 2009-01-21  9:29 Kövesdi György
  2009-01-21  9:54 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Kövesdi György @ 2009-01-21  9:29 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Netfilter Developer Mailing List

Hi,

The new netlink interface allows to add NAT directly to a conntrack entry.
If it is used when the moudule nf-nat-ipv4 is not loaded in, it results in 
crash:
BUG: scheduling while atomic
It is in the kernels 2.6.28 and 2.6.28.1 in the function 
ctnetlink_parse_nat_setup(): it calls request_module() which causes the 
problem. If the module is already loaded, then there is no problem.

Regards:
K. Gy.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-21 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21  9:29 2.6.28(.1) and netlink: scheduling while atomic Kövesdi György
2009-01-21  9:54 ` Patrick McHardy
2009-01-21 10:25   ` Kövesdi György

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox