[PATCH net 0/4] netfilter: updates for net
From: Florian Westphal <fw@strlen.de>
Date: 2025-10-08 12:59:49
Also in:
netfilter-devel
The following patchset contains Netfilter fixes for *net*: 1) Fix crash (call recursion) when nftables synproxy extension is used in an object map. When this feature was added in v5.4 the required hook call validation was forgotten. Fix from Fernando Fernandez Mancera. 2) bridge br_vlan_fill_forward_path_pvid uses incorrect rcu_dereference_protected(); we only have rcu read lock but not RTNL. Fix from Eric Woudstra. Last two patches address flakes in two existing selftests. Please, pull these changes from: The following changes since commit 2c95a756e0cfc19af6d0b32b0c6cf3bada334998: net: pse-pd: tps23881: Fix current measurement scaling (2025-10-07 18:30:53 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-25-10-08 for you to fetch changes up to e84945bdc619ed4243ba4298dbb8ca2062026474: selftests: netfilter: query conntrack state to check for port clash resolution (2025-10-08 13:17:31 +0200) ---------------------------------------------------------------- netfilter pull request nf-25-10-08 ---------------------------------------------------------------- Eric Woudstra (1): bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu() Fernando Fernandez Mancera (1): netfilter: nft_objref: validate objref and objrefmap expressions Florian Westphal (2): selftests: netfilter: nft_fib.sh: fix spurious test failures selftests: netfilter: query conntrack state to check for port clash resolution net/bridge/br_vlan.c | 2 +- net/netfilter/nft_objref.c | 39 +++++++++++++++ .../selftests/net/netfilter/nf_nat_edemux.sh | 58 +++++++++++++++------- tools/testing/selftests/net/netfilter/nft_fib.sh | 13 +++-- 4 files changed, 89 insertions(+), 23 deletions(-)