diff options
author | Paolo Abeni <pabeni@redhat.com> | 2024-02-29 12:16:07 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-02-29 12:16:08 +0100 |
commit | b611b776a9c89a86e57ea6dbf8adfc99c6e8a62e (patch) | |
tree | 8e744be3b562734bb6eab1a52b63c243d15cafb9 /drivers/block/xen-blkback | |
parent | 51dd4ee0372228ffb0f7709fa7aa0678d4199d06 (diff) | |
parent | 6523cf516c55db164f8f73306027b1caebb5628e (diff) | |
download | linux-b611b776a9c89a86e57ea6dbf8adfc99c6e8a62e.tar.gz linux-b611b776a9c89a86e57ea6dbf8adfc99c6e8a62e.tar.bz2 linux-b611b776a9c89a86e57ea6dbf8adfc99c6e8a62e.zip |
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Pablo Neira Ayuso says:
====================
Netfilter fixes for net
Patch #1 restores NFPROTO_INET with nft_compat, from Ignat Korchagin.
Patch #2 fixes an issue with bridge netfilter and broadcast/multicast
packets.
There is a day 0 bug in br_netfilter when used with connection tracking.
Conntrack assumes that an nf_conn structure that is not yet added to
hash table ("unconfirmed"), is only visible by the current cpu that is
processing the sk_buff.
For bridge this isn't true, sk_buff can get cloned in between, and
clones can be processed in parallel on different cpu.
This patch disables NAT and conntrack helpers for multicast packets.
Patch #3 adds a selftest to cover for the br_netfilter bug.
netfilter pull request 24-02-29
* tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
selftests: netfilter: add bridge conntrack + multicast test case
netfilter: bridge: confirm multicast packets before passing them up the stack
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
====================
Link: https://lore.kernel.org/r/20240229000135.8780-1-pablo@netfilter.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/block/xen-blkback')
0 files changed, 0 insertions, 0 deletions