From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Cong Wang <amwang@redhat.com>
Cc: "Hein Tibosch" <hein_tibosch@yahoo.es>,
"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 23:50:26 +0100 [thread overview]
Message-ID: <20121028225026.GA1143@1984> (raw)
In-Reply-To: <1351428585.15482.3.camel@cr0>
On Sun, Oct 28, 2012 at 08:49:45PM +0800, Cong Wang wrote:
> 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>
Applied, thanks.
prev parent reply other threads:[~2012-10-28 22: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
2012-10-28 22:50 ` Pablo Neira Ayuso [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=20121028225026.GA1143@1984 \
--to=pablo@netfilter.org \
--cc=akpm@linux-foundation.org \
--cc=amwang@redhat.com \
--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 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.