From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/2] Netfilter fixes for net-next
Date: Tue, 10 Mar 2015 16:46:19 +0100 [thread overview]
Message-ID: <1426002381-20302-1-git-send-email-pablo@netfilter.org> (raw)
Hi David,
The following batch contains a couple of fixes to address some fallout
from the previous pull request, they are:
1) Address link problems in the bridge code after e5de75b. Fix it by
using rcu hook to address to avoid ifdef pollution and hard
dependency between bridge and br_netfilter.
2) Address sparse warnings in the netfilter reject code, patch from
Florian Westphal.
You can pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
Thanks!
----------------------------------------------------------------
The following changes since commit 8ac467e837a24eb024177b4b01013d8e6764913a:
net: bcmgenet: core changes for supporting multiple Rx queues (2015-03-09 22:51:56 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master
for you to fetch changes up to 1a4ba64d16a42c1b31d52b671accd7f9103e2626:
netfilter: bridge: use rcu hook to resolve br_netfilter dependency (2015-03-10 15:03:02 +0100)
----------------------------------------------------------------
Florian Westphal (1):
netfilter: fix sparse warnings in reject handling
Pablo Neira Ayuso (1):
netfilter: bridge: use rcu hook to resolve br_netfilter dependency
include/net/netfilter/ipv4/nf_reject.h | 2 +-
include/net/netfilter/ipv6/nf_reject.h | 2 +-
net/bridge/br_device.c | 7 ++++++-
net/bridge/br_netfilter.c | 9 +++++++--
net/bridge/br_private.h | 10 +++++-----
net/bridge/netfilter/nft_reject_bridge.c | 2 +-
net/ipv4/netfilter/nf_reject_ipv4.c | 2 +-
net/ipv6/netfilter/nf_reject_ipv6.c | 2 +-
8 files changed, 23 insertions(+), 13 deletions(-)
next reply other threads:[~2015-03-10 15:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 15:46 Pablo Neira Ayuso [this message]
2015-03-10 15:46 ` [PATCH 1/2] netfilter: fix sparse warnings in reject handling Pablo Neira Ayuso
2015-03-10 15:46 ` [PATCH 2/2] netfilter: bridge: use rcu hook to resolve br_netfilter dependency Pablo Neira Ayuso
2015-03-10 16:49 ` [PATCH 0/2] Netfilter fixes for net-next David Miller
-- strict thread matches above, loose matches on Subject: below --
2014-10-09 18:27 Pablo Neira Ayuso
2014-10-10 19:01 ` 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=1426002381-20302-1-git-send-email-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).