Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Pablo Neira Ayuso says: ==================== Netfilter/IPVS fixes for net The following patchset contains Netfilter/IPVS fixes for net: 1) Missing initialization of cpu and jiffies32 fields in conncount, from Kohei Enju. 2) Skip several tests in case kernel is tainted, otherwise tests bogusly report failure too as they also check for tainted kernel, from Florian Westphal. 3) Fix a hyphothetical integer overflow in do_ip_vs_get_ctl() leading to bogus error logs, from Dan Carpenter. 4) Fix incorrect offset in ipv4 option match in nft_exthdr, from Alexey Kashavkin. netfilter pull request 25-03-13 * tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf: netfilter: nft_exthdr: fix offset with ipv4_find_option() ipvs: prevent integer overflow in do_ip_vs_get_ctl() selftests: netfilter: skip br_netfilter queue tests if kernel is tainted netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() ==================== Link: https://patch.msgid.link/20250313095636.2186-1-pablo@netfilter.org Signed-off-by:Paolo Abeni <pabeni@redhat.com>
No related branches found
No related tags found
Showing
- net/netfilter/ipvs/ip_vs_ctl.c 4 additions, 4 deletionsnet/netfilter/ipvs/ip_vs_ctl.c
- net/netfilter/nf_conncount.c 2 additions, 0 deletionsnet/netfilter/nf_conncount.c
- net/netfilter/nft_exthdr.c 4 additions, 6 deletionsnet/netfilter/nft_exthdr.c
- tools/testing/selftests/net/netfilter/br_netfilter.sh 7 additions, 0 deletionstools/testing/selftests/net/netfilter/br_netfilter.sh
- tools/testing/selftests/net/netfilter/br_netfilter_queue.sh 7 additions, 0 deletionstools/testing/selftests/net/netfilter/br_netfilter_queue.sh
- tools/testing/selftests/net/netfilter/nft_queue.sh 1 addition, 0 deletionstools/testing/selftests/net/netfilter/nft_queue.sh
Loading
Please register or sign in to comment