netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cong Wang <amwang@redhat.com>
To: Hein Tibosch <hein_tibosch@yahoo.es>
Cc: "David Miller" <davem@davemloft.net>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	netfilter-devel <netfilter-devel@vger.kernel.org>,
	"Michal Kubeček" <mkubecek@suse.cz>,
	"Herbert Xu" <herbert@gondor.hengli.com.au>,
	"Yasuyuki Kozakai" <yasuyuki.kozakai@toshiba.co.jp>
Subject: Re: [PATCH] net/ipv6/netfilter: solve section mismatch in nf_conntrack_reasm
Date: Sun, 28 Oct 2012 20:49:45 +0800	[thread overview]
Message-ID: <1351428585.15482.3.camel@cr0> (raw)
In-Reply-To: <508BAE26.6010104@yahoo.es>

On Sat, 2012-10-27 at 17:49 +0800, Hein Tibosch wrote:
> From: Hein Tibosch <hein_tibosch@yahoo.es>
> Subject: net/ipv6/netfilter: solve section mismatch in nf_conntrack_reasm
> 
> WARNING: net/ipv6/netfilter/nf_defrag_ipv6.o(.text+0xe0): Section mismatch in
> reference from the function nf_ct_net_init() to the function
> .init.text:nf_ct_frag6_sysctl_register()
> The function nf_ct_net_init() references
> the function __init nf_ct_frag6_sysctl_register().
> etc
> 
> In case nf_conntrack_ipv6 is compiled as a module, nf_ct_net_init could be
> called after the init code and data are unloaded.
> Therefore remove the "__net_init" annotation from nf_ct_frag6_sysctl_register()
> 
> Signed-off-by: Hein Tibosch <hein_tibosch@yahoo.es>

Acked-by: Cong Wang <amwang@redhat.com>

Thanks!


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-27  9:49 [PATCH] net/ipv6/netfilter: solve section mismatch in nf_conntrack_reasm Hein Tibosch
2012-10-28 12:49 ` Cong Wang [this message]
2012-10-28 22:50   ` Pablo Neira Ayuso

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=1351428585.15482.3.camel@cr0 \
    --to=amwang@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=hein_tibosch@yahoo.es \
    --cc=herbert@gondor.hengli.com.au \
    --cc=mkubecek@suse.cz \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=yasuyuki.kozakai@toshiba.co.jp \
    /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).