From: gfree.wind@foxmail.com
To: pablo@netfilter.org, netfilter-devel@vger.kernel.org
Cc: Gao Feng <fgao@ikuai8.com>
Subject: [PATCH nf v4 0/2] Fix invoking expectfn unloaded
Date: Wed, 22 Mar 2017 09:03:22 +0800 [thread overview]
Message-ID: <cover.1490143843.git.fgao@ikuai8.com> (raw)
From: Gao Feng <fgao@ikuai8.com>
It is possible that invoke one expectfn whose module is already unloaded.
These two patches are used to fix it.
Gao Feng (2):
netfilter: helper: Rename struct nf_ct_helper_expectfn to
nf_ct_nat_helper
netfilter: helper: Fix possible panic caused by invoking expectfn
unloaded
include/net/netfilter/nf_conntrack_expect.h | 2 +
include/net/netfilter/nf_conntrack_helper.h | 15 ++---
net/ipv4/netfilter/nf_nat_h323.c | 20 ++++--
net/netfilter/nf_conntrack_broadcast.c | 1 +
net/netfilter/nf_conntrack_expect.c | 1 +
net/netfilter/nf_conntrack_helper.c | 95 +++++++++++++++++------------
net/netfilter/nf_conntrack_netlink.c | 21 ++++---
net/netfilter/nf_conntrack_pptp.c | 2 +
net/netfilter/nf_nat_amanda.c | 1 +
net/netfilter/nf_nat_core.c | 7 ++-
net/netfilter/nf_nat_ftp.c | 1 +
net/netfilter/nf_nat_irc.c | 1 +
net/netfilter/nf_nat_sip.c | 10 ++-
net/netfilter/nf_nat_tftp.c | 1 +
14 files changed, 110 insertions(+), 68 deletions(-)
--
1.9.1
next reply other threads:[~2017-03-22 1:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-22 1:03 gfree.wind [this message]
2017-03-22 1:03 ` [PATCH nf v4 1/2] netfilter: helper: Rename struct nf_ct_helper_expectfn to nf_ct_nat_helper gfree.wind
2017-03-22 1:03 ` [PATCH nf v4 2/2] netfilter: helper: Fix possible panic caused by invoking expectfn unloaded gfree.wind
2017-03-29 9:53 ` Pablo Neira Ayuso
2017-03-29 12:19 ` Gao Feng
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=cover.1490143843.git.fgao@ikuai8.com \
--to=gfree.wind@foxmail.com \
--cc=fgao@ikuai8.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 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.