From: Patrick McHardy <kaber@trash.net>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: davem@davemloft.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: Tue, 28 Oct 2008 13:09:15 +0100 [thread overview]
Message-ID: <490700EB.6070206@trash.net> (raw)
In-Reply-To: <20081025224323.GA18858@x200.localdomain>
Alexey Dobriyan wrote:
> 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.
Applied, thanks.
prev parent reply other threads:[~2008-10-28 12:09 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
2008-10-28 12:09 ` Patrick McHardy [this message]
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=490700EB.6070206@trash.net \
--to=kaber@trash.net \
--cc=adobriyan@gmail.com \
--cc=containters@lists.osdl.org \
--cc=davem@davemloft.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).