netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kövesdi György" <kgy@teledigit.hu>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: 2.6.28(.1) and netlink: scheduling while atomic
Date: Wed, 21 Jan 2009 10:29:01 +0100	[thread overview]
Message-ID: <200901211029.01619.kgy@teledigit.hu> (raw)

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.

             reply	other threads:[~2009-01-21  9:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-21  9:29 Kövesdi György [this message]
2009-01-21  9:54 ` 2.6.28(.1) and netlink: scheduling while atomic Patrick McHardy
2009-01-21 10:25   ` Kövesdi György
2009-01-21 10:59   ` Pablo Neira Ayuso
2009-01-21 11:02     ` Patrick McHardy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200901211029.01619.kgy@teledigit.hu \
    --to=kgy@teledigit.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).