From: David Miller <davem@davemloft.net>
To: adobriyan@gmail.com
Cc: kaber@trash.net, netdev@vger.kernel.org,
netfiter-devel@vger.kernel.org, containters@lists.osdl.org
Subject: Re: [PATCH 1/2] netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys
Date: Sun, 26 Oct 2008 21:56:25 -0700 (PDT) [thread overview]
Message-ID: <20081026.215625.193693733.davem@davemloft.net> (raw)
In-Reply-To: <20081025224323.GA18858@x200.localdomain>
From: Alexey Dobriyan <adobriyan@gmail.com>
Date: Sun, 26 Oct 2008 02:43:24 +0400
> netns ops which are registered with register_pernet_gen_device() are
> shutdown strictly before those which are registered with
> register_pernet_subsys(). Sometimes this leads to opposite (read: buggy)
> shutdown ordering between two modules.
>
> Add register_pernet_gen_subsys()/unregister_pernet_gen_subsys() for modules
> which aren't elite enough for entry in struct net, and which can't use
> register_pernet_gen_device(). PPTP conntracking module is such one.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
I'll let Patrick take this one with your PPTP netns changes.
next prev parent reply other threads:[~2008-10-27 4:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-25 22:43 [PATCH 1/2] netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys Alexey Dobriyan
2008-10-27 4:56 ` David Miller [this message]
2008-10-28 12:09 ` 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=20081026.215625.193693733.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=adobriyan@gmail.com \
--cc=containters@lists.osdl.org \
--cc=kaber@trash.net \
--cc=netdev@vger.kernel.org \
--cc=netfiter-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).