All of lore.kernel.org
 help / color / mirror / Atom feed
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 2/2] nf_conntrack_proto_gre: switch to	register_pernet_gen_subsys()
Date: Tue, 28 Oct 2008 13:10:04 +0100	[thread overview]
Message-ID: <4907011C.1040104@trash.net> (raw)
In-Reply-To: <20081025225104.GB18858@x200.localdomain>

Alexey Dobriyan wrote:
> register_pernet_gen_device() can't be used is nf_conntrack_pptp module is
> also used (compiled in or loaded).
> 
> Right now, proto_gre_net_exit() is called before nf_conntrack_pptp_net_exit().
> The former shutdowns and frees GRE piece of netns, however the latter
> absolutely needs it to flush keymap. Oops is inevitable.
> 
> Switch to shiny new register_pernet_gen_subsys() to get correct ordering in
> netns ops list.

Applied, thanks.

      reply	other threads:[~2008-10-28 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-25 22:51 [PATCH 2/2] nf_conntrack_proto_gre: switch to register_pernet_gen_subsys() Alexey Dobriyan
2008-10-28 12:10 ` 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=4907011C.1040104@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.