From: Li Zhong <zhong@linux.vnet.ibm.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [RFC PATCH netfilter] Fix Unknown symbols in nf_reject_ipvX modules
Date: Mon, 27 Oct 2014 12:50:28 +0800 [thread overview]
Message-ID: <1414385428.2312.1.camel@TP420> (raw)
In-Reply-To: <20141024094743.GA3628@salvia>
On 五, 2014-10-24 at 11:47 +0200, Pablo Neira Ayuso wrote:
> On Fri, Oct 24, 2014 at 03:28:52PM +0800, Li Zhong wrote:
> > Commit c8d7b98bec43 moved nf_send_resetX() to modules without module
> > license, which causes following errors seen on my system:
> >
> > [ 26.926014] nf_reject_ipv4: Unknown symbol rcu_read_lock_bh_held (err 0)
> > [ 26.926022] nf_reject_ipv4: Unknown symbol rcu_read_lock_held (err 0)
> > [ 26.926030] nf_reject_ipv4: Unknown symbol ip_local_out_sk (err 0)
> >
> > The code below adds MODULE_LICENSE("GPL") to fix this issue.
>
> We already sent a similar patch that should hit Linus' tree soon.
Ah, Ok, good to know.
Sorry for the noise :)
>
> Sorry for the inconvenience.
>
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2014-10-27 4:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-24 7:28 [RFC PATCH netfilter] Fix Unknown symbols in nf_reject_ipvX modules Li Zhong
2014-10-24 9:47 ` Pablo Neira Ayuso
2014-10-27 4:50 ` Li Zhong [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=1414385428.2312.1.camel@TP420 \
--to=zhong@linux.vnet.ibm.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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).