From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/4] Netfilter/IPVS fixes for net
Date: Fri, 28 Jun 2019 19:41:21 +0200 [thread overview]
Message-ID: <20190628174125.20739-1-pablo@netfilter.org> (raw)
Hi,
The following patchset contains Netfilter fixes for net:
1) Fix memleak reported by syzkaller when registering IPVS hooks,
patch from Julian Anastasov.
2) Fix memory leak in start_sync_thread, also from Julian.
3) Fix conntrack deletion via ctnetlink, from Felix Kaechele.
4) Fix reject for ICMP due to incorrect checksum handling, from
He Zhe.
You can pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
Thanks.
----------------------------------------------------------------
The following changes since commit 85f9aa7565bd79b039325f2c01af7ffa717924df:
inet: clear num_timeout reqsk_alloc() (2019-06-19 17:46:57 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD
for you to fetch changes up to 5d1549847c76b1ffcf8e388ef4d0f229bdd1d7e8:
netfilter: Fix remainder of pseudo-header protocol 0 (2019-06-28 19:30:50 +0200)
----------------------------------------------------------------
Felix Kaechele (1):
netfilter: ctnetlink: Fix regression in conntrack entry deletion
He Zhe (1):
netfilter: Fix remainder of pseudo-header protocol 0
Julian Anastasov (2):
ipvs: defer hook registration to avoid leaks
ipvs: fix tinfo memory leak in start_sync_thread
include/net/ip_vs.h | 6 +-
net/netfilter/ipvs/ip_vs_core.c | 21 +++--
net/netfilter/ipvs/ip_vs_ctl.c | 4 -
net/netfilter/ipvs/ip_vs_sync.c | 134 +++++++++++++++++---------------
net/netfilter/nf_conntrack_netlink.c | 7 +-
net/netfilter/nf_conntrack_proto_icmp.c | 2 +-
net/netfilter/nf_nat_proto.c | 2 +-
net/netfilter/utils.c | 5 +-
8 files changed, 99 insertions(+), 82 deletions(-)
next reply other threads:[~2019-06-28 17:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 17:41 Pablo Neira Ayuso [this message]
2019-06-28 17:41 ` [PATCH 1/4] ipvs: defer hook registration to avoid leaks Pablo Neira Ayuso
2019-06-28 17:41 ` [PATCH 2/4] ipvs: fix tinfo memory leak in start_sync_thread Pablo Neira Ayuso
2019-06-28 17:41 ` [PATCH 3/4] netfilter: ctnetlink: Fix regression in conntrack entry deletion Pablo Neira Ayuso
2019-06-28 17:41 ` [PATCH 4/4] netfilter: Fix remainder of pseudo-header protocol 0 Pablo Neira Ayuso
2019-06-28 20:36 ` [PATCH 0/4] Netfilter/IPVS fixes for net David Miller
-- strict thread matches above, loose matches on Subject: below --
2015-02-19 18:19 Pablo Neira Ayuso
2015-02-20 22:36 ` David Miller
2015-01-31 20:55 Pablo Neira Ayuso
2015-02-03 3:31 ` David Miller
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=20190628174125.20739-1-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=netfilter-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 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).